| Thread | Last Post | Replies |
|
| Interface not supported | 24 Aug 2006 13:25 GMT | 3 |
I have a vb6 program running on a client's pc (win2000), connecting through ADO to a mySql database on the web. The program updates that database with updated information from the client's local pc database. This has worked just fine, but recently after he installed a program on ...
|
| MS Commondialog & Windows Vista | 24 Aug 2006 13:19 GMT | 2 |
Long time ago I've created an application in VB5. That application has some commondialogs to let the user choose some files. commondialog1.dialogtitle ="Title" commondialog1.filter="*.bmp"
|
| CuasesValidation | 24 Aug 2006 13:09 GMT | 1 |
I'm a new Vb developer just a little unskilled. I' dealing with the control property CauesesValidation without understand the reference guide whic explain his function. Can someone help me?
|
| Modules | 24 Aug 2006 10:44 GMT | 41 |
In the event that this is not really a 'personal choice' subject, I was wondering if it really matters the number of modules added to a project. For example: Is it better to try and organize your code segments into as few modules as possible, or better to use more modules in order ...
|
| Graphics: command buttons become invisible | 24 Aug 2006 09:37 GMT | 5 |
Hallo NG! WindowsXP/HE SP2, VB5E/SP3, PDF995/7.9s I have a 1 frame with several command buttons and 1 picturebox on a form. I put graphics to the form, i.e the simple scale example from
|
| can I use a old dll file (in VB 3.0) in a vb.net program? | 24 Aug 2006 03:29 GMT | 16 |
we have a old manufacturing system controled by a program written in visual basic 3.0. we want to upgrade it with some new functions. I plan to use vb.net to do the work. Some important functions in the old program are provided by a dll file. I have the definitions of the
|
| Help - Sending handle of a List Box from VB App to a C dll | 24 Aug 2006 02:30 GMT | 2 |
hi people, I need to send a list of values to a Vb Application to populate a list box with these values. Can anyone of you tell me how to pass a handle of a List Box from Vb to
|
| Printing help | 23 Aug 2006 19:59 GMT | 4 |
I have been using the following code to print a richtextbox. Now the data is to wide to fix on a page landscape (a row will wrap to the next line - each row is 140 Char). I see under the advance options for the printer there is scaling, but I can not find the flags to change ...
|
| Need MP3 to WAV - URGENT! | 23 Aug 2006 16:10 GMT | 2 |
I need a free mp3 to wav command line converter. just like LAME but instead of converting wav to mp3, I want a command line tool to convert mp3 to wav. It would be great if you have a VB6 source code to do this, but a free
|
| can I Execute a user passed procedure name? | 23 Aug 2006 13:29 GMT | 2 |
I'm a VB newbie but have programmed in other languages. I would like to give the user a list box with a selection of procedures they may run. Following their selection I would like to execute that procedure. Is this possible? and if so how?
|
| Open with... Problems | 23 Aug 2006 02:51 GMT | 4 |
I am having difficulty finding the selected file using the "Open with.." dialog box. I have a vb executable which opens text files to load the form. I would like for the user to be able to double click these text files and
|
| VB6 Question | 22 Aug 2006 13:30 GMT | 22 |
I'm making an administrational software program in VB6 and was wondering if there is a way to display a (borderless) form inside a frame on another form, or to load the contents of a frame into another frame. I dont want to use MDI. The reason i want do this is because i have 1 ...
|
| About WebBrowser class | 22 Aug 2006 09:12 GMT | 1 |
I am using the webbroser class in a VB program is there any way to get the source of the HTML file navigated in any form(byte array ...file....char array) I need to obtain information regarding certain variables from the file.
|
| P&DW | 22 Aug 2006 01:02 GMT | 4 |
I want to make an installation package for my app. I think I can do that but it would be both time consuming and error prone. The app requires ~50 included files from ~20 sub and sub sub directories. Is there a better way than adding the directory\files one
|
| Commands for cursor moving right, left, up, down. | 21 Aug 2006 18:25 GMT | 4 |
Sorry maybe for a basic question. Trying to make a macro within MS Excel (automatic VSB scripting), I get commands moving the cursor to a particular named cell instead of moving the cursor to the "right", left etc.
|