| Thread | Last Post | Replies |
|
| Number of open files | 14 Dec 2004 23:58 GMT | 2 |
How many files can be opened at the same time ? Open ....... For output as #1 I have 32 separate files that I need to load up from a master file. Depending on the length of each line of text in the master file will decide
|
| ***Unbeliever Error inside loop with veriable (must see)*** | 14 Dec 2004 23:54 GMT | 6 |
Hi Gurus. 'Just copy and paste '=================================================================== Option Explicit
|
| Falling Snow | 14 Dec 2004 23:52 GMT | 10 |
A couple of years ago Larry Serflaten posted some code for a falling snow screensaver. I still have it and I bring it out this time of year for the holidays. Thanks Larry and thanks to everyone that has made this group a success this past year -- you guys have made my work easier.
|
| Copy folder to A: | 14 Dec 2004 22:12 GMT | 1 |
Using VB 6.0, I am trying to move FolderX from the desktop to blank formatted disk on drive A:. Is that possible and could you please help me with the code? Thank you
|
| DataGrid Help | 14 Dec 2004 21:47 GMT | 1 |
I have a simple datagrid form which has 4 columns. The first one is used just like a key and the other threes allow user to enter numbers. The problem that I am having is that when I click on a cell of a new row but decide not to enter a value and go back to any of the previous rows ...
|
| Friend Property in form not seen in class | 14 Dec 2004 20:52 GMT | 10 |
in form1 Friend Property Get NumRows() As Long NumRows = mlNumRows End Property
|
| Vertical spacing | 14 Dec 2004 19:23 GMT | 6 |
How can i set the vertical spacing using printer.print I am using Epson LQ 580 on Win Me. The escape code is ESC 3 (1/180) inch. But i have to set the 0.4 inch. How can i issue that statement.
|
| Capture Killed Process from Task Manager | 14 Dec 2004 18:52 GMT | 5 |
I would like to capture an event in the application event log when my application has been killed. I have the routines to write to the event log, I just need to know where in my code I trigger the event logging routine. Any Help
|
| VB6 vs. VB .Net | 14 Dec 2004 17:35 GMT | 8 |
I am just starting down the road of learning VB and need advice on which path to follow. My company does not have a version of VB yet, but already has a library of VB6 books (don't know how that happened). What I would like to know is if can use the VB6 books and work with VB ...
|
| Changing paper size in VB6 | 14 Dec 2004 17:15 GMT | 2 |
Hi, all. I am having troubles with changing paper size in VB6+WinXP. I have the following code for testing. 'show current paper width and height
|
| locking file while being created | 14 Dec 2004 17:11 GMT | 2 |
I would like to know if there is a way to lock the file from being read or moved or copied while being edited. I have a program that uses a FileSystemObject as follow : Dim objFSO As FileSystemObject
|
| Loading another MDI child calls _Resize?! | 14 Dec 2004 17:09 GMT | 7 |
I have noted this problem in two of my projects this week: My primary child form is displayed, and I call another child form. As soon as its _Load event is complete, the _Resize code of the first child form is called, and it shrinks the first form to the size that I have ...
|
| Individually coloring the lines in a list box | 14 Dec 2004 15:56 GMT | 5 |
List: In one current project, Marketing has decreed that a displayed list of items should be colorized based on the state of each item. How do I do this?
|
| set ODBC Connection String for Pass-through Query in mdb | 14 Dec 2004 15:54 GMT | 3 |
I have been successful in relinking linked tables in Access (ODBC Links) in visual basic. Can anyone help me with changing the ODBC Connection String for Pass-through Queries to an ODBC DSN? Sean M. Severson
|
| Vb code for Key "Shift" | 14 Dec 2004 14:57 GMT | 5 |
Hi group, The Up arrow on keyboard is VbUp. The Left shift is ... ? Also, for not asking anymore, where can i get a table of it?
|