| Thread | Last Post | Replies |
|
| Download file via HTTP | 15 Jan 2004 16:09 GMT | 5 |
I need to write a program in VB.NET that will download a file from the Internet, given its URL. Is there anything in the .NET framework that will do this? If not, will the old Internet Transfer control from VB6 do the trick?
|
| defining on which line the cursor is in a textbox | 15 Jan 2004 15:20 GMT | 22 |
For my application I need the following behavior: When I press F4 the cursor has to move to the next line in my multiline textbox which begins with "0". Finding lines starting with 0 isn't that difficult, but to find the next line is more difficult. For exemple: if my cursor is on ...
|
| How to create non-visual user control? | 15 Jan 2004 13:52 GMT | 2 |
I spent sometime researching this question, but cannot find a good information on how to create a non-visual user control, similar to Time Control. I tried to base it on User Control or Component, but when I add it to
|
| Process class and main window handle property | 15 Jan 2004 12:47 GMT | 4 |
In the Process class there is a CloseMainWindow, why is there not a BringMainWindowToForeground or similar method? What would be the best way to do this if we jsut have the process info and MainWindowHandle without PInvoke?
|
| Access to a control in a form through a variable... | 15 Jan 2004 10:35 GMT | 11 |
Is it possible, in VB.Net, to access to a control (as a textbox) in a form through a variable ??? Many thanks nq
|
| System,console in Windows Forms? | 15 Jan 2004 09:24 GMT | 6 |
(1) Is there any way of getting output from a windows form on the command line? (2) (less important). I'm making a File Dialog via a windows Form, I don't actually need the form and immeadiately hide it, can I do without it? Ta
|
| please help! Problem freeing resources | 15 Jan 2004 09:04 GMT | 3 |
I have a strange problem. I have a (self-made) Calendar object on a form which has a timer object to update itself continually from the database. Upon closing of the Form, I see in the debug-output that the calendar continues to poll data from the calendar.
|
| What's the difference between "PreProcessMessage", "DefWndProc" and "WndProc"? | 15 Jan 2004 07:51 GMT | 1 |
If a Form has a Button and I click the Button do the Form receive the WM_LBUTTONDOWN and WM_LBUTTONUP message first and then pass it to the Button ???
|
| Capture screen and save image. | 15 Jan 2004 07:37 GMT | 8 |
I'm fairly new to System.Windows.Forms namespace. I want to capture a screenshot of a form and want to save it. I got a rough idea as to how to do it thru this link: http://www.c-
|
| Load event firing twice for one form instance | 15 Jan 2004 01:00 GMT | 8 |
I have a form which I want to show modally; it's a fairly old form that's been ported up several versions of VB, and I'd like to keep its rewriting to a minimum. Basically, it is used in this sequence: 1. The form is shown. The Form_Load event does some initialization.
|
| OleDb Parameters BUG or BAD DESIGN | 14 Jan 2004 23:19 GMT | 15 |
I was performing SQL UPDATE queries and I notice that they SUCCEED on the ExecuteNonQuery() call with NO exceptions raised BUT they fail at the Database. They say they succeed in the code but they fail at the database. To fix this they Parameters.Add must be called in the ORDER ...
|
| Win XP User with C# | 14 Jan 2004 22:52 GMT | 1 |
I'd created an new user account (by using NET USER in command line) because i need an special user so that my app can run as like this user. The problem is that the new user account appears on win
|
| Find text in RichTextBox VB.NET | 14 Jan 2004 22:20 GMT | 1 |
I need find and replace text in RichTextBox VB.NET. Can anyone help? Joseph
|
| Looking for an equivalent in .NET framework / WindowsForms | 14 Jan 2004 21:06 GMT | 2 |
I come from the Delphi world which has what is called a TActionList. In a nutshell, an action list is a way to centralize the response to user commands (actions). Action list components maintain a list of actions that are available to the client controls in an application. These ...
|
| Customizable Windows Form at Runtime... | 14 Jan 2004 20:54 GMT | 1 |
I need to give user and option to stretch the windows form as we do in design time under VS.net with small rectangles around windows form and then you can resize windows form. Any idea....???
|