| Thread | Last Post | Replies |
|
| Printing Only Selected rows in FlexGrid | 31 Mar 2006 01:22 GMT | 4 |
I have no problem printing the entire contents of a Flexgrid,but I have yet to figure out how to print only selected rowsand the selected rows may not be row 4,5 6 etc, they may be row 7,15,16 20,30 etc..Selecting the rows is easy enough but printing them has me stumped. Any ...
|
| Timer?? | 30 Mar 2006 22:34 GMT | 14 |
I am using VB6. I have an application that a someone is running and I want to close the app if he/she has stepped away for more than 15 minutes. If someone starts working in the app before the 15 minutes are up, I want the timer to start
|
| Word and VB | 30 Mar 2006 20:29 GMT | 7 |
How can I populate a Word document from within VB? More like a mail merge, but in reverse. The word document will be a pre-defined form with fields to be populated. I want the user to be able to click on a button when viewing a record, retrieve the word document, populate the ...
|
| FTP(not boring) | 30 Mar 2006 18:17 GMT | 14 |
Is there a Shell command where I can connect to an ftp site write a user and password, change directory and download a file? All in a single line? In the DOS window I can do tihs:
|
| Weird cmd.exe problem | 30 Mar 2006 18:00 GMT | 1 |
I'm trying to add code to my VB6 program that would automatically schedule a task to run my program in the future, but I'm having problems. Here's my code. Private Sub Command1_Click()
|
| API Call to get the memory usage of a particular process | 30 Mar 2006 17:57 GMT | 1 |
Can anyone help me out to get the memory used (Both Physical and Virtual) by a specific process using an API call. Thanks and Regards, Peri
|
| Extract Text From Images(jpg) | 30 Mar 2006 17:12 GMT | 3 |
i want a way to extract numbers from an images like for example i have an image for a car and i want to extract the plate number of the car,so does any one know how to do that???
|
| Writing an e-mail in code | 30 Mar 2006 17:07 GMT | 3 |
I am using VB6 and have several programs running unattended (no forms, no user interaction). How do I send an email when (if) the program encounters an error that forces abnormal termination? Thanks
|
| Help Enumerating Network Resources | 30 Mar 2006 16:51 GMT | 1 |
I have been successful in using WNetOpenEnum and WNetEnumResource using VB6 on a Win2K machine. However, I have one problem. When WNetEnumResource enumerates a domain it returns a server name in all caps. I would like display the resrouces as Windows Explorer would do,
|
| visual studio installer | 30 Mar 2006 14:50 GMT | 4 |
I'm using visual studio installer for the outputs of a Visual basic 6.0 project to create an MSI. Is there any way to add custom install dialogs. For instance, asking the user if they want to install the upgrade or new version of the software. Or asking the user if they want ...
|
| VB Code to zip files&folders | 30 Mar 2006 13:42 GMT | 2 |
Can somebody let me know how could i zip files using vb6.
|
| disappearing VBE toolbar menu items | 30 Mar 2006 13:40 GMT | 3 |
Using VB6 Enterprise SP6. There is a problem with menu items under Project disappearing, these are Project properties and Project references. I keep putting them back via Customize, Command, but
|
| RichText Box | 30 Mar 2006 12:55 GMT | 1 |
In VB .Net is it possible to put page break in Rich Text Box - manjumano -----------------------------------------------------------------------
|
| Microsoft SAPI 5.0 - Is there something better out there? | 30 Mar 2006 12:52 GMT | 8 |
Hi Everybody; I'm working on programs to help aid blind and handicap people (which I hope to distribute as FREEWARE). To make my software work, I have to use the Microsoft SAPI to take care of the Text To Speech portions my VB program.
|
| Making a 1-d array from a 2-d array, easy way? | 30 Mar 2006 10:05 GMT | 2 |
ADODB's GetRows method always returns a 2-d array, even if there is only one element (column). I need to turn this (0 to 0, 0 to 13) resulting array into a (0 to 13) array. I can't find anything like this in the dox, is there some simple syntax for this?
|