| Thread | Last Post | Replies |
|
| Kill EXCEL procces from VB application | 18 Jan 2005 17:25 GMT | 3 |
Why the EXCEL process in the Windows Task Manager(Processes) does not end after I execute the following code? Private xlApp As Excel.Application Private xlBook As Excel.Workbook
|
| VB Screensaver | 18 Jan 2005 16:48 GMT | 1 |
Made a screensave in VB for my work puter (simple variation on the bouncing ball) and it works great except for one small detail. When I have a new mail notification or simlar system msgbox popup the popup appears over the running screensaver and the taskbar becomes visible. ...
|
| Starting and Stopping Windows Services using VB6 | 18 Jan 2005 15:36 GMT | 3 |
Does anyone know how to start and stop already-installed Windows Services using Visual Basic 6? I don't need to do anything else with the services other than start and stop them. I'm using Windows 2000 Professional.
|
| set = nothing necessary here? | 18 Jan 2005 14:40 GMT | 8 |
If I have something like this: Public X as objectX Private sub sub1 For L in manyobjectsX
|
| Your opinion: is VB6 outdated ? | 18 Jan 2005 11:33 GMT | 18 |
Do you think that Visual Basic 6 is outdated language ?
|
| VB 6 form unload hangs | 18 Jan 2005 10:17 GMT | 1 |
I have an a VB 6 application with about 140 forms. I generally exposed my form loads that need to be passed objects with something like the following (I've included some calls to LogDebug in the following discussion):
|
| Intermittent Form_Unload hangs | 18 Jan 2005 10:11 GMT | 3 |
I have a VB 6 SP5 app deployed in a couple hundred locations as well as running on a terminal services server at our facility. I have one single form which does the following: Public Sub ShowFormView(o As clsSearch)
|
| Object properties popup | 18 Jan 2005 09:05 GMT | 1 |
I've got a project that has numerous forms. Everything has been working in the environment until recently. Something happened and the object properties popup in the code window will not popup for some forms, but it will for others. Any ides?
|
| Problem with Input() and LOF() on Chinese Windows | 18 Jan 2005 08:49 GMT | 1 |
I have a VB6 program that works fine on my system, and on other people's systems in other parts of the world: http://members.shaw.ca/davepatton/drgmapcal/index.html At the start of the program it reads in some plain text
|
| serial port communication with VB | 18 Jan 2005 07:00 GMT | 4 |
I do have a program with source code that is written in VB6. The target of this program is to switch relais on a board that is connected to the serial port of the PC. Unfortunatelly this program acts only in interactive mode, which means that
|
| Maybe a stupid question | 18 Jan 2005 04:47 GMT | 4 |
I have for a few weeks now been looking to improove my computer skills. I have been looking at learning VB but would like to know what exactly I can use it for!!! ( I said it may be stupid ) I would like in time to be able to build a database type of application for my new job which ...
|
| find highest number in series - newbie | 18 Jan 2005 03:26 GMT | 6 |
I have 5 text boxes which the user enters a number into each say 2,3,3,5,6 I then have stored these in a variable, using val
|
| vb6 trys to install autoCAD when run?? | 17 Jan 2005 22:45 GMT | 2 |
Can someone point me in the right direction for getting this sorted. when I run vb the windows installer popup and trys to load AutoCAD, if I click on cancel it stops then trys again if I click on cancel a second time vb loads fine. I then open a project, no problem, but as soon ...
|
| another stupid question on distribution of exe files. ? | 17 Jan 2005 22:27 GMT | 5 |
When I first started with visual studio VB6.0 there was a packaging and deployment utility that packaged the exe file and VB runtime. Some friends recently told me that after Win Me was released the VB runtime is part of the operating system so you only need to send the
|
| Updating a Form from a Module | 17 Jan 2005 21:54 GMT | 4 |
I have moved a number of subs from my frmMain form into a module and declared all the subs and variables as Public. However, I cant get any of the subs to update even a simple textBox on my form.
|