| Thread | Last Post | Replies |
|
| Property Generator? | 25 Jan 2005 14:29 GMT | 3 |
Is there any utility that will generate generic property statements for a selection of private fields? private _mystring as string WOULD GET CONVERTED TO
|
| Simple Question regarding Datagrid | 25 Jan 2005 14:19 GMT | 2 |
Newbie with simple question :) I have a datagrid with 4 columns. What I need to do is when the focus is on the last column, and I press ENTER, it change the focus to the next row, first column.
|
| >115200 serial communication | 25 Jan 2005 13:43 GMT | 3 |
I'm successfully using Richard Grier's NETCommOCX software (www.hardandsoftware.com) to communicate with a device over the USB-port (with a USB-serial-converter) at 115200 bps. Now the device is beeing upgraded and the amount of information that has to
|
| Path of Solution | 25 Jan 2005 13:33 GMT | 5 |
Is there a property to find the path of the solution, I've found a few properties that give you the executable path i.e. Application.StartupPath etc. and I know i could just parse this to remove the binand get what i am looking for but I thought there might have been some ...
|
| Control creation | 25 Jan 2005 13:31 GMT | 1 |
I'm trying to create my own textbox that inherits from the .NET textbox. I've followed all the steps from MSDN library, but my textbox won't appear in My User Controls tab. Here's what i've done:
|
| Reuse io.stream object | 25 Jan 2005 13:22 GMT | 3 |
I have the following: Dim objResponse As WebResponse = objReq.GetResponse Dim objStream As IO.Stream objStream = objResponse.GetResponseStream
|
| Desktop shortcut | 25 Jan 2005 13:10 GMT | 2 |
I have a shortcut on the desktop in my application that I want a user to drop a file on and then have the application run. The shortcut that installs with the application does not look like you can drop a file on it and it does not change when. The shortcut shows a circle with ...
|
| RETRIVE MESSAGE FROM SQL PROCEDURE | 25 Jan 2005 12:38 GMT | 3 |
I created a procedure in sql with 3 parameters last parameter is output parameter, now I want to get the parameter value to my vb.net application. how can i do that please help
|
| Process question | 25 Jan 2005 12:30 GMT | 3 |
I have a class which starts a process and redirects it's output and input. My class have a method which starts the process and another which stops it. How can I check if the process have been already started, so I don't try to start it again, and how to check if the process is not ...
|
| Crystal Reports in vb | 25 Jan 2005 12:26 GMT | 1 |
I have one doubt that is i have some report files i.e rpt files.how to open the crystal reports from the Visual basic applications. Regards,
|
| Sqlcommandbuilder doesn't work | 25 Jan 2005 12:06 GMT | 1 |
I write a program to update records and I make use of Sqlcommandbuilder to produce the update, delete, insert command for me. It's fine in update and insert record to database except delete. My delete procedure is shown as below:
|
| system idel time | 25 Jan 2005 11:56 GMT | 1 |
Can anyone tell me how to track the system's idle time using vb.net? -------------------------------- From: Danya Samuel -----------------------
|
| datagrid - update data in BD cell by cell | 25 Jan 2005 11:15 GMT | 1 |
I need an event that could help me to update the datagrid current cell data every time it is changed. i tried with currentCellChanged but when i leave the datagrid this event does not occure so the last selected cell is not updated. i also have some comboBoxColumns so it's very ...
|
| giving focus back to MDIchild window | 25 Jan 2005 11:06 GMT | 3 |
I have a MDI parent form that opens form as MDIChildren. I'm trying to check if form is already opened and if it is to give it focus. I keep getting error messages and no matter what I try it's not sending it to fornt.
|
| Maybe off topic question | 25 Jan 2005 11:04 GMT | 6 |
OK, I didn't know where to start to ask for help with this question, but here goes. I have a Windows 2000 Pro computer with a single partition on the hard drive. I want to installed the following software on it: Microsoft Office 2000 Professional (for Access work)
|