| Thread | Last Post | Replies |
|
| ASPNet 2.0 C# files download question | 29 Sep 2007 06:32 GMT | 1 |
In my ASPNet 2.0 C# web form frmDownLoad.aspx, I have a HyperLink for clients to download a specific document Report1.doc. What I want to know is getting the client's public IP and PC's name under the situation that Report1.doc is downloaded completely.
|
| Web Page Input | 29 Sep 2007 06:26 GMT | 1 |
I have a button on a win form that opens the UPS web site, which uses a .jsx page for the default page. Easy enough. I've viewed the source code of the page and found the input boxes for the user name and password. Is it possible to interact with the web page from my
|
| How to use Variable in select statement? | 29 Sep 2007 03:13 GMT | 8 |
I created a very simple form. There are 2 text boxes; 1 for entering account number and other to display its desription. I also placed buttom so when it is clicked, select statement underneath grab
|
| DLL path | 28 Sep 2007 23:28 GMT | 3 |
How Can i get the location where a Dll Was Loaded From Tks DaveP
|
| Reading big chunk of binary data from socket | 28 Sep 2007 21:27 GMT | 3 |
In my application I have to read sometimes quite big chunk of binary data. I have a buffer which default size is 32000 bytes. But how could I read binary data that exceeds 32000 bytes? Is allocating more size to buffer and copy data that exceeds 32000 bytes at
|
| Word 2007 as content in asp net | 28 Sep 2007 20:31 GMT | 5 |
I would like to be able to post word 2007 document on my web site and then use this document as the content of a web page. I know share point can do it but i can't use it on my server. So is there another way to do so ?
|
| Overlapping Group Boxes | 28 Sep 2007 20:08 GMT | 5 |
I am having a strange issue with an application written in .NET 2.0. Actually it is in VB.NET but I think my problem is not language specific, but a .NET Framework issue. On a form I have a Combo Box populated with two items. There are two
|
| How to create manifest for non .net application | 28 Sep 2007 20:04 GMT | 3 |
Sorry for off topic here. I would like to know will it be possible to create a manifest for non .net application? I have a program created with VC 2.1 and Install Sheild as well. I want those two programs to require admin privileges to run in vista. I know I can do it in VS
|
| Converting an img tag into a string and parsing out alt tag | 28 Sep 2007 18:39 GMT | 1 |
I need to create a class to convert the <img> tag into a string and parse out the alt tag and create a caption out of it. I have no clue how to do this. Please help! Thanks in advance!
|
| Feature request for C# Generic inheritence | 28 Sep 2007 18:03 GMT | 9 |
What do you think about the following features: public class GenericDecorator<T> : T { }
|
| SortedList or Dictionary of KEYS ONLY | 28 Sep 2007 17:50 GMT | 8 |
I noticed that I am using quite often SortedLists where I use KEYS only. when I add new elements I use something like : MyKeyObj , Nothing/Null/false
|
| Now I've done it... | 28 Sep 2007 17:40 GMT | 3 |
I wanted to exchange all the ComboBoxes in my project with a special MyComboBox inherited from the Regular combobox but with a little extra code. Because I didn't want to remove all the normal comboboxes and drag and drop MyComboBoxes, I did a find and replace in my entire ...
|
| Make a TextBox tooltip appear in-place (same as overly wide TreeView node texts) | 28 Sep 2007 17:38 GMT | 2 |
I'm trying to mimic how the TreeView shows a full text inplace tooltip when the mouse hovers over of TreeView node whose text is truncated due to skinny form or panel. In the IDE I have
|
| System.Drawing.Size unit | 28 Sep 2007 17:37 GMT | 2 |
what is the unit of System.Drawing.Size? when i'm writing Size = (1024,784), is it pixel? or something else? Thanks,
|
| Tutorial on Proper Animation | 28 Sep 2007 17:17 GMT | 1 |
I am looking for a C# .NET 2.0 tutorial on animation techniques, especially the difficult subject of Invalidating() the smallest possible area on the screen and the proper way to set things up.
|