| Thread | Last Post | Replies |
|
| Anyway to tell if a datagrid row is visible? | 24 Nov 2004 11:27 GMT | 1 |
I need a way to programmatically tell if a row is visible or has scrolled out of view. Any Ideas? Thanks!
|
| Question on dataadapter | 24 Nov 2004 10:55 GMT | 1 |
in my dataadapter's command text, I only select the current month records and then use binding manager to bind it. The user can press'button' to move forward or backward to that record. I need to do another search button to let the user search the old records
|
| List of all possible DateTime formats in culture | 24 Nov 2004 10:38 GMT | 2 |
How to get the list of all possible DateTime formats in culture set on machine? Thanks in Advance Sakharam Phapale
|
| Control (Public Event) | 24 Nov 2004 09:55 GMT | 1 |
I've built a control, with an imgThumbNail. On DoubleClick I'm raising OpenProductWeb. How can I catch this in my winform. I knew how to do this once. Please refresh my memory ... Thanks...
|
| Comm Port Monitoring Urgent | 24 Nov 2004 09:46 GMT | 6 |
I am looking for a small program or two that allows me to see what is being sent to a device on the serial port, and the response coming in the serial port from the device. When I have COM1 open, it seems that
|
| gdi+ reverse coordinates | 24 Nov 2004 09:04 GMT | 2 |
I would like to permanently have the lower left portion of my graphics object be (0,0) and the coordinae values to increase to the right and upward. In other words, point(10,30) would be 20 units above point (10,10).
|
| event handler | 24 Nov 2004 09:03 GMT | 4 |
Hi, all, I have form which displays a data set and also a timer to read data every one minute from a xml source and refresh the form. The user click on a button on the form and bring up another form also
|
| Column Count | 24 Nov 2004 08:57 GMT | 8 |
I need to create a function that will return the number of columns in a passed reference to a DataView. I can find the number of columns in its underlying Data table but have not been able to find a way of determining the column count in the DataView.
|
| Importrow Problem | 24 Nov 2004 08:50 GMT | 1 |
I'm wondering how to use the importrow so that the record from other datatable will be imported to other datatable. here's my datatable and dataview Private dtStudents As DataTable
|
| Advice on array? | 24 Nov 2004 08:48 GMT | 2 |
I want to store values like you would a table with columns, and the I would want to be able to loop through each row and have access to each element: row 1: Name, Type, Value row 2: Name, Type, Value
|
| dreamweaver vs(/and) VB????? | 24 Nov 2004 08:46 GMT | 5 |
I am confused.... I am trying to start getting into internet programming and creating web pages with a "wow" effect beond the plain-jane html document, but I dont know where to start.
|
| Disable MainMenu | 24 Nov 2004 08:39 GMT | 4 |
I used MID forms, when a menu is called, I don't want any menus will be called until the current one is completed. I'd like to know the way to "disable" MainMenu. I don't want to use Me.Enabled = false, bucause it makes a drawback on the child form.
|
| Process.WaitForExit and Windows 98 Problem | 24 Nov 2004 08:31 GMT | 1 |
I am using the following code sucessfully on Windows 2000 and Windows XP. However, in WIndows 98 it seems to hang on the WaitForExit. What are my options here? MsgBox("Please be patient. This operation could take a minute or two
|
| Reading text from file using ReadLine method | 24 Nov 2004 08:20 GMT | 3 |
I am getting a problem using the following piece of code: Dim strfile As Object Set strfile = FSO.OpenTextFile(stFilePath, 1) Do While Not strfile.AtEndOfStream
|
| how do you get data from csv to windows form | 24 Nov 2004 07:58 GMT | 5 |
Hi to all. I am new to Visualbasic.net and windowz programming in general so I hope someone can help. I am trying to get info from a csv (Excell) file into a windows form.
|