| Thread | Last Post | Replies |
|
| Can I bind an oledbreader to a datagrid? | 24 Oct 2004 18:17 GMT | 1 |
Just new to .net, and started using oledb connection to database. After getting most things working, now want to bind to a datagrid, but have not been successful as of yet. Will use alternate db connection with dataset if necessary, but hoping not
|
| Hot keys | 24 Oct 2004 18:04 GMT | 2 |
Any fast way to help me go to the definition of the function / method on VS.net i.e. "methodA(12123123)" i want to see the definition methodA by a hot keys press rather then right click...select....
|
| Downloading file from web server | 24 Oct 2004 17:12 GMT | 4 |
I know that I can download a file from a web server by using the WebClient.DownloadFile method. But, does anyone know of an example of downloading a file from a web server with the ability to monitor the download progress?
|
| datagrid default date format | 24 Oct 2004 15:46 GMT | 1 |
We're loading one datagrid with various data results from stored procedures in MSSQL. When there is a date column only mm/dd/yy is displayed. Some datasets have dates and others don't so it would be nice not to have to specifically set the style of a particular column. Is ...
|
| configuration file | 24 Oct 2004 14:45 GMT | 7 |
I would like to use a configuration file for my application. usually i use an *.ini file for that which is from my point of view easier for multi distribution site. this configuration file can be set up in some way that after user can
|
| installdate | 24 Oct 2004 14:30 GMT | 2 |
in the registry an entry exists with install date, containing: 3cebd9a6. How can I convert that to a date? Thanks Frank
|
| vb-> form1.show | 24 Oct 2004 14:11 GMT | 2 |
VS2003 if i say dim form1 as new form1 form1.show()
|
| Closing Console Application Windows | 24 Oct 2004 13:56 GMT | 2 |
just started learning vb.net and i'm having problem with console applications. according to the book i using when i put out the old 'Hello from Visual Basic' thing i should be able to see it followed by a line saying 'Press any key to continue'. however my console opens (i think
|
| Application Path | 24 Oct 2004 13:55 GMT | 1 |
How to obtain the runing application path ?
 Signature Bernard Bour?e bernard@bouree.net
|
| A IP Control | 24 Oct 2004 12:58 GMT | 2 |
I was goofing around tonight and decided to write a little IP address control. I had written a simple one a long time ago, but I decided I should try to write one that was half way correct :) Anyway, here is the result of about an hour and half of work...
|
| ini File? | 24 Oct 2004 11:55 GMT | 5 |
I am in the midst of rewritting a VB 6 desktop application to vb.net desktop. It has a whole series of hard coded values that I would like to store in an ini file for easier future modification. It seems that ini files are not in favor anymore and xml are the files of choice now. ...
|
| Build the *.EXE file | 24 Oct 2004 11:41 GMT | 5 |
Hello. I am using Visual Studio .NET to develop a Visual Basic application. Can anybody describles the exact procedure to converting the solution file to an *.exe file so that I can distribute it to others? Thanks.
|
| Line Break in dialog boxes | 24 Oct 2004 09:57 GMT | 2 |
By entering what character I can insert a line break into a dialog box message? Thanks.
 Signature Xero
|
| TextBox LostFocus Event | 24 Oct 2004 00:01 GMT | 4 |
I have some TextBoxes created by code. I want to write a procedure to handle the lost of focus of any of these TextBox. How should I do that ?
|
| Using Embedded Resources - For Newbies | 23 Oct 2004 23:43 GMT | 9 |
Thought the group might be interested in the following class(modified from an example I found on this newsgroup) for using embedded resources such as icons, bitmaps, etc. Suppose you add an icon named "Icon1" to a project and embed it in the project by select "embedded Resource" ...
|