| Thread | Last Post | Replies |
|
| i want | 03 Dec 2004 04:28 GMT | 10 |
|
| String issue | 03 Dec 2004 04:25 GMT | 7 |
Let me bring you up to speed first: I have a form that has about 50 options, all in radio buttons. When a user clicks on the button, it displays a "preview" of the text that radio button represents in a label. That is all fine and dandy, but one
|
| VB6 creates HUGE executable | 03 Dec 2004 04:19 GMT | 9 |
I have an ongoing project in VB6. Occasionaly when I compile it, the exe turns out to be 50-60 Mb instead of the normal 1.5......... a reboot/ recompile is the only way to fix it.... any ideas?
|
| VB6 - Constant Array | 03 Dec 2004 03:44 GMT | 9 |
I have been trying to figure out how to declare constant arrays in VB6 and I've found a few Internet reference that state that, although VB6 doesn't support constant arrays, one can be declared as follows: Dim vntArray As Variant
|
| Log all messages | 02 Dec 2004 22:36 GMT | 5 |
Is there anyway i can log all the incomming and outgoing messages to my computer. For example: If i am doing a yahoo chat or MSN chat. I want to log all the messages I am receiving and sending and store it into a file.
|
| Form Isn't Being Destroyed With Set FormX = Nothing | 02 Dec 2004 22:03 GMT | 23 |
I Show a small utility FormX in Modal. When the process returns from FormX to the main form I immediately Set FormX = Nothing. However, if the Close Button [X] on the main form is clicked execution passes to QueryUnload of the main form and then to QueryUnload of FormX.
|
| send email from vb with oulook | 02 Dec 2004 20:55 GMT | 5 |
when i send email from vb6 (with outlook objects) how can i change the "From" ?
|
| Intellisense Not Working - VB6sp5 | 02 Dec 2004 19:51 GMT | 2 |
FYI : I just added a form to my project and then ran into a problem that there appeared to be no intellisense for the form. i.e. to display the form for another module, I type frmMyForm. ~ but do not
|
| FileExists with UNC Path with a Service. | 02 Dec 2004 19:46 GMT | 3 |
I have an app that is supposed to check a unc path for the existance of a file... ie: \\computer\\folder\file.xml When i run the "fileexists" (numerous, on the net), and when run in the DEV
|
| CantCreateAutoRedrawImage | 02 Dec 2004 19:31 GMT | 2 |
I do have a little problem drawing in large PictureBoxes when the PictureBox exceeds a certain (With * Height) Value it will cause an CantCreateAutoRedrawImage-Error (480) This happened when trying to print to A0 or larger
|
| Sending a picture to a paint program? | 02 Dec 2004 19:21 GMT | 2 |
I'm using the MshflexGrid and want to send a picture of the grid to the program that is setup to open picture files. So when I click a button I would like to be able to send the picture to MSPaint. Now if the user has some other app setup to view bmp's then that app should open. ...
|
| Change Company Name for Visual Studio | 02 Dec 2004 18:51 GMT | 3 |
I used to take some work of my job at home and work in VB and VC.. now ive left that job and im now and employee of another company. I need to change the registered Company Name for Visual Studio. Cant find any registry setting for it.. any ideas where to change it from? i dont
|
| working with .txt files | 02 Dec 2004 18:05 GMT | 2 |
Hi group, I have a computer without access, and i wanna put some informations on a text file. Does anyone have any sample to put and get information from a text file?
|
| VS 6 Windows Installer Does not register ActiveX EXEs correctly | 02 Dec 2004 17:17 GMT | 4 |
The Windows Installer for VS 6 is a great tool. However, I have found that it doesn't register ActiveX EXEs when installing them. DLLs, standard EXEs or other files install correctly everytime. Only ActiveX EXEs seem to have issues.
|
| Creating a file, copying to that created file | 02 Dec 2004 17:13 GMT | 1 |
I'm a trying to copy a file to another file which I have just created, code below - 'Create test file. Dim file As System.IO.FileStream
|