| Thread | Last Post | Replies |
|
| Unselectable TreeView | 22 Aug 2006 15:22 GMT | 1 |
Hi NG ! I need a treeview which allows me to scroll but which does not select and activate the treenodes after a click. Is this possible?
|
| text field that accepts only numbers | 22 Aug 2006 15:19 GMT | 8 |
Is there any way in .NEt to make textbox which will automaticly accept only numbers? Or do I have to check on textChange is inserted character number or not?
|
| [.NET C#] HttpWebRequest & Stream, problem to flush the buffer. | 22 Aug 2006 15:06 GMT | 1 |
I'm facing an issue to send data throught the HttpWebRequest processing, I'm using the Method POST with a multipart form/data. While writing a file, my application is buffering the whole size of the file, and it sends it... That's pretty sucks with large file.
|
| Measure Progress of Upload with WepRequest | 22 Aug 2006 15:01 GMT | 6 |
I'm using a WebRequest to post data to a Website. The data contains a possibly large file. How can I measure the progress of the upload for showibng a ProgressBar. thanks
|
| Install VB 6 and Vis Studio 2005 on same machine? | 22 Aug 2006 15:00 GMT | 3 |
Does any conflict arise if I install Visual Basic 6 (for supporting an old app) on a computer that has Visual Studio 2005 on it?
|
| Hotkey for parameter information? | 22 Aug 2006 14:46 GMT | 2 |
Is there another way to get the parameters for a method without checking Parameter Information under Tools/Options? I keep it unchecked because 99% of the time I don't need it and all it does is irritate me. Is there a hotkey or something for that?
|
| TreeNode.ShowCheckBox | 22 Aug 2006 14:43 GMT | 11 |
I am using VS 2005 and just wonder why I don't have this method?
|
| mouse coordinates to screen coordinates ?? | 22 Aug 2006 14:33 GMT | 1 |
Are there any classes that allow conversion of mouse coordiinates (relative to the container coords) to screen coordinates ?
|
| dropdown values too long, can't see! fix? | 22 Aug 2006 14:27 GMT | 4 |
Hi. i've got a populated DropDownList with values in it but some of them are too long that they can't be seen. Example (pretend this is an actual DropDownList): Select a value in this dropdownlist please! [BUTTON]
|
| TreeView right click not selected | 22 Aug 2006 14:09 GMT | 1 |
I selected a node in treeview, however, if I right click another node and after exited the pop up menu this "right clicked" node is not selected. How do I make this "right clicked" node is selected after right clicked?
|
| Is it OK to close listenSocket after accept? | 22 Aug 2006 14:05 GMT | 3 |
When creating a socket connection a typical scenario is: MySocket = ListenSocket.Accept(); but if only one connection is necessary will it then not be better to close the ListenSocket after that line?
|
| Problem Accessing HTMLElementCollection | 22 Aug 2006 13:38 GMT | 12 |
I developed a C# application to automate input to elements of a web page displayed in an AxWebBrowser control. The app calls GetEnumerator() on the HTMLDocument's HTMLElementCollection (i.e. HTMLDocument.all) to walk elements of the document.
|
| Object reference not set ..Error | 22 Aug 2006 13:36 GMT | 4 |
i need to send a String array from C# to a managed c++ dll function. Managed dll mthd -- void Managed::printNames( String* a_arStrNames[])
|
| C# call event in DLL | 22 Aug 2006 13:31 GMT | 2 |
I have a problem calling an event in a DLL from a C# code. The dll is written in VB.NET and I don't have the source code for it so I can't modify it. The DLL came with an aspx file and they work fine together, but the problem arose when I tried to convert aspx ("Page") into ascx
|
| speed about foreach , copy list to an arry then loop | 22 Aug 2006 12:39 GMT | 2 |
I heard foreach is slower then use loop directly, is that really true? When loop though a list in a multiple thread environment, is that a good practice to copy this list to an array the loop though it? Thanks,
|