| Thread | Last Post | Replies |
|
| ServicePointManager limit download? | 15 May 2006 10:59 GMT | 1 |
I'm writing software which should download some files. I want to limit the number of simultanioulsy downloads to two. I'm using the ServicePointManager object for this. But I still can download more then two files at the same time. When I use perfmon with the counter "Web
|
| How to add a new record in DataGridView? (For Web Project) | 15 May 2006 10:23 GMT | 3 |
I have two textboxes. When i click "ADD" button, I want the content of textboxes added to the DataGridView. But I don't know how to write the syntax in Visual Basic DOT NET.
|
| Stange VS2005 Error | 15 May 2006 06:33 GMT | 1 |
HELP. This is driving me insaine! After loading my rather sizable solution, i am only able to debug once! - The second time i try, i get a compile error... "error BC30145: Unable to emit assembly: Referenced assembly '??' does not
|
| Fastest way removing duplicated value from string array | 15 May 2006 06:20 GMT | 6 |
What is fastest way removing duplicated value from string array using vb.net? Here is what currently I am doing but the the array contains over 16000 items. And it just do it in 10 or more minutes. 'REMOVE DUBLICATED VALUE FROM ARRAY +++++++++++++++++
|
| Control for Sql Connection? | 15 May 2006 04:11 GMT | 4 |
I need to let the users of my windows app select the Sql Server and database they want to connect to and enter their Sql userid and password. Is there a control available either in Visual Studio 2005 or by any third party vendors to do this?
|
| Changing the Selection of iHTMLTxtRange | 15 May 2006 02:58 GMT | 2 |
Still working on this HTML Editor control. I have a problem when the user selects some hyperlinks. Sometimes the selection includes other tags. I figured that I could use movestart and moveend functions to re-select just the hyperlink.
|
| Keystroke Listener | 14 May 2006 21:25 GMT | 3 |
I am writing a program that does smart pasting. Basically you can press a keybinding in any application and have it paste some predefined text in the focused field. How do I get my program to listen to all keystrokes, even if it's not the focused application?
|
| Simple conversion question. | 14 May 2006 11:09 GMT | 1 |
I tried a few things, can't seem to figure out the right combination. here the snippet of CODE Dim cmdBet As SqlCommand Dim ConWg As New SqlConnection
|
| .NET Configuration for Desktop and Web | 14 May 2006 10:07 GMT | 1 |
I am developing an application that will have both a desktop and web front-end which each share the same "user" and "application" settings structure. The idea would be to create one set of classes, that represent the settings,
|
| Accesing & using the modem | 13 May 2006 19:59 GMT | 3 |
I'd appreciate it if you link me to an article that describes how to access the modem and making/receiving voice calls over it, using vb.net or C# (windows forms or so ) !!! thanx a million in advance !!
|
| Console Project | 13 May 2006 16:07 GMT | 1 |
I have written a console project that uses a console window to display the output using Console.WriteLine. How do I keep the console window open after the writing the output as it seems to close imediately after writing? This output is at the end of the program and it appears ...
|
| httpwebrequest error | 13 May 2006 07:54 GMT | 1 |
Can someone tell me why I keep getting the following error when trying issue a web request thru VB.Net windows application. This was sample code for using web request but I’m getting it on my code as well. ERROR MSG: An unhandled exception of type
|
| How2 capture the current URL and its QueryString? | 13 May 2006 03:14 GMT | 3 |
// The ServerVariables collection can help me build this: http://xp1/METRO2/HomePage.aspx // URL & QueryString generated by the 2.0 Login control click event. // What I need to capture is this...
|
| Visual Studio keeps crashing | 12 May 2006 22:21 GMT | 1 |
I have installed Visual Studio 2005 on Windows XP. Visual Studio keeps crashing every 10-15 minutes. Can you please tell me what can cause this poblem and how to fix it? Thanks.
|
| Help understanding database changes | 12 May 2006 21:40 GMT | 2 |
Hi, I don't have a code problem. I have an understanding problem. This is a made up situation that mimics my real situation but it is easier to understand. 1. I call a web method with an account number and retrieve an employee
|