| Thread | Last Post | Replies |
|
| Trouble with ADO Data Control | 01 Nov 2006 00:23 GMT | 1 |
I am building a program in Visual Basic 6.0. (Op Sys: Windows XP 2002 Service Pack 2) I placed an AOD Data Control on a form...and a data Grid. I bound the data grid to the data control. Then used the following code to populate the data
|
| ADO Data Control in VB 6.0 | 31 Oct 2006 23:00 GMT | 7 |
I am building a program in Visual Basic 6.0. (Op Sys: Windows XP 2002 Service Pack 2) I placed an AOD Data Control on a form...and a data Grid. I bound the data grid to the data control. Then used the following code to populate the data
|
| Animated Gifs | 31 Oct 2006 18:47 GMT | 1 |
So I have added a gif picture using the image object and its an animated GIF btw I'm using VB 6.0 and I asked my teacher how to make it animated in VB and he says he's never been able to do that so please someone tell me it is possible ..and if so, how.
|
| TDB List Populate | 31 Oct 2006 15:43 GMT | 2 |
I am having a problem displaying values in this Control box in VB. It does not display any values, Code is Set RsPop = gfGetData(ConnHQ, 60, "exec pd_Hart " & "'" & Cmbhart.Text
|
| If Control.Visible Then..... | 31 Oct 2006 13:47 GMT | 2 |
I have several textbox and list controls on my form. Depending on the selection of one list, other listboxes and textboxes get visible. That all is working fine, without any issue. However, when I submit the form data I want to check which of the
|
| vb.net and asp.net problem | 31 Oct 2006 13:23 GMT | 1 |
I have an asp.net 2.0 project and am experiencing a problem. In the project, I am trying to make use of Membership. I have one Role, called "Basic User" and two users - "admin" and "test". "admin" is a member of the Role but "test" is not.
|
| Form Unloading Notification | 31 Oct 2006 01:02 GMT | 25 |
I have a routine called LoadnConvertData. It opens a data loading form such as... frmMetaView.Show vbModal, Me When that form loads, it checks to see if a valid data directory has been
|
| Application path | 30 Oct 2006 21:41 GMT | 2 |
The following code some time goes to the folder where the Application is. VB6 SP5 - W2k SP4 the program is compiled and not run from within VB6. How do I get it to always go to the application folder? Thanks
|
| HDD temperature | 30 Oct 2006 15:33 GMT | 2 |
Anyone know how to retreive the hard disk temperature in VB6? I've been googling this for an hour but can only find 3rd party objects being sold for $10
|
| Hitch in VB6 | 30 Oct 2006 10:13 GMT | 2 |
I discovered an amazing hitch in VB6 SP6. I run a Sub Main that shows a splash screen, initializes a number of items, takes down the splash screen, and shows the main form. While trying to track another problem that I couldn't run in the IDE because
|
| Column data display (Am I on the right track?) | 30 Oct 2006 01:27 GMT | 6 |
I have some data I wanted to display in tables. I think I started off doing this the hard way. I made a lot of labels on another form, and figured I would just modify those labels for whatever data needs to be changed, and assing that data to those labels.
|
| Using Volume Shadow Copy Service from VB6 | 29 Oct 2006 19:41 GMT | 4 |
I would like to know how to make use of the Volume Shadow Copy Service in Windows XP and Windows 2003 from Visual Basic 6. My ultimate goal is to be able to copy files that are normally locked on the disk. From what I understand, I should be able to make a snapshot with VSS and
|
| Disk Imaging Utility | 29 Oct 2006 15:41 GMT | 6 |
When I first started working on this project, I did not think this would be possible with Visual Basic, but to my surprise, I found enough information to create a nice imaging tool. The only issue, it only works with disk volumes. Although, this is still very useful, I would
|
| VB6 formatting numbers | 29 Oct 2006 13:19 GMT | 10 |
I would like to have the numbers 12345 ansd 45 printed to file so both '45' s are straight below each other but WITHOUT leading zero's and using some 'format' statement. Using Format(Value,"##,###") returns 00.045 with '45' at correct position
|
| For D Rathore: Load vb dlls from C++ | 28 Oct 2006 23:52 GMT | 8 |
After hopeless attempts to figure out how to do QueryInterface in C++, I realized that VB could help some more. If getting at a COM interface in C++ is too hard, why not let VB do all the work? I have changed some names to make it easier to follow, and to avoid names
|