| Thread | Last Post | Replies |
|
| Find out if the media is DVD or not | 17 Jul 2004 22:05 GMT | 2 |
I have a little problem.. I want to examine the media in the drive to see if it's a DVD or a CD but I don't know how should I do it... plz help me guyz Regards
|
| utility for SCSI tape drive | 17 Jul 2004 21:25 GMT | 6 |
What areas of research do I need to pursue in order to learn how to send commnads to a SCSI tape drive? I know enough about vb6 to make a dialog box. Any help will be appreciated.
|
| System Users | 17 Jul 2004 21:08 GMT | 1 |
How can you get a list of system computer users/groups in code?
|
| Visual Studio and CVS | 17 Jul 2004 20:19 GMT | 4 |
Anyone knows any tool or plugin to use CVS and Visual Studio? Thanks, Juan Azcurra
|
| Adding a new, named worksheet to Excel | 17 Jul 2004 18:24 GMT | 3 |
I have an app that writes to an Excel sheet. I want to be able to add an additional sheet if it doesn't already exist and then to give that sheet a specific name. I've been successful using this code:
|
| ADODB.RECORDSET | 17 Jul 2004 15:28 GMT | 1 |
Sir, Can you just help me, how can I get the total number of fields in a recordset. Regards
|
| Arranging Child Forms | 17 Jul 2004 04:08 GMT | 1 |
I am trying to use a MDI form to display child windows.I am only displaying one child form at a time, moving from form to form as required. The problem is that the MDI form is arranging them cascade and so each time I move to a new form it is arranged further down the screen.I am ...
|
| text box control | 17 Jul 2004 04:06 GMT | 16 |
is there a way to change the default size of a text box? i have about a 90 forms to create and sizing my labels, textboxes, and buttons is taking forever.
|
| Detecting WindowList Change | 17 Jul 2004 01:40 GMT | 3 |
I seem to have ran across a rather stupid issue. I am using an MDI Form, and have one of the menus marked as a WindowList so a user can easily rotate between various forms that may be loaded. All this works great. However, many of my menu options change depending on which form ...
|
| ISAPI Filter in VB6? | 16 Jul 2004 22:24 GMT | 5 |
Anyone know if this is possible? Examples? Thanks, Owen
|
| Validation frustration !! | 16 Jul 2004 21:25 GMT | 10 |
i have a text box that user enter text into. In one text box it is only numerics that are accaptable the code i am using is as follows If Not Text1.Text Like "*[0-9]*" Then ' Do code here
|
| Treeview iteration problem | 16 Jul 2004 19:42 GMT | 5 |
Once I've selected a node, I need to iterate though the children - - I've spent hours + hours on the web trying to find an answer - - I got this working (that's all that's working) : Dim stRc As String
|
| redim'ing an array smaller | 16 Jul 2004 19:09 GMT | 5 |
A puzzler... One I don't have time to benchmark right now, but someone might be curious enough to invest the effort. When you Redim an array, if you know that you're making it smaller,
|
| Adding scheduled task through code | 16 Jul 2004 18:45 GMT | 5 |
Is it possible to add scheduled task in windows scheduler through VB code. Is there any API available for that? Best Regards,
|
| VB6 Media Kit in UK | 16 Jul 2004 17:09 GMT | 2 |
I am a UK developer who is trying to support some legacy apps written in VB6. I don't have a copy of VB6 and other than buying a dodgy ebay copy which may or may not be genuine, the only way I can get hold of VB6 according to MSDN is to buy VB.NET and "downgrade" to VB6. MSDN ...
|