| Thread | Last Post | Replies |
|
| find process PID | 20 Jun 2006 09:11 GMT | 2 |
I need to find the PID of a process when all i know is the file name such as 'notepad.exe'. Ive seen that Shell(strProcess, vbNormalFocus) can give the PID, but it needs the entire program path (wich I don't have). Is there another way?
|
| Setting the color of disabled text | 20 Jun 2006 08:28 GMT | 6 |
I would like set some of my text boxes as "txtBox.Enabled = False" However I would like the text "color" to be 'black' instead of grey. I realise that windows has a good reason for setting the text
|
| Common dialog control question | 20 Jun 2006 07:44 GMT | 3 |
I use the common dialog control for opening/saving files in my app. When showing the dialog I do not set the init directory. I noticed that the next time I run the app and do open/save, the common dialog opens in the last used directory.
|
| VB6 Falls over for no reason | 20 Jun 2006 02:47 GMT | 2 |
HELP ME please.. My VB app seems all of a sudden to be causing this error message to appear when i stop the my program from running and return to design mode
|
| Mouse | 19 Jun 2006 19:56 GMT | 2 |
In VB6, i want to don't show my mouse on the screen.
|
| More difficult question - how do I wait until another application closes? | 19 Jun 2006 10:07 GMT | 1 |
Now I have a Shell command which runs a program EasyBMPtoAVI.exe in another window (MS-DOS window). That thing typically takes 2 to 100 seconds to complete the run. After that I should delete a lot of files I create in Visual Basic for EasyBMPtoAVI to process and combine.
|
| Debugging Stored Proc in VB.NET 2005 Express | 18 Jun 2006 17:51 GMT | 1 |
Unable to set a breakpoint when debugging a stored proc. Right clicking on the SELECT statement, for example, the breakpoint option is available but fails to set -- i.e. no red dot on the left margin. Any suggestions will be appreciated.
|
| Identity field. | 18 Jun 2006 12:04 GMT | 6 |
In lots of MS-SQL-tables I have a colmun "Nr", a decimal "Identity"-field to keep track of the order in which the table was filled. As even 'decimal' is not endless, I made a
|
| Opening and reading a file | 17 Jun 2006 10:54 GMT | 6 |
i need in VB6 to open a file, read it, close it, open it, write it, close it. how to do it?
|
| Why does my compare not work | 17 Jun 2006 06:59 GMT | 27 |
Dim a As Double Dim b As Double Dim c As Double a = 359997.65
|
| Desperate Please Help! Visual Studio Service Pack Won't Install | 16 Jun 2006 21:42 GMT | 1 |
I recently got a new notebook computer. I will list the specs at the end, in case anything in the system is the cause of my problem. I just did all my re-installs, you know what a pain it is with a new computer.
|
| VB6 - hours between dates/times | 16 Jun 2006 16:40 GMT | 1 |
Each entry in a data file includes date and time in text format - e.g. "0601271325" = 2006, January 27th, 1:25 pm. Is there a simple way to calculate the hours (including decimal parts) between two of these entries?
|
| Sandra Levy and VB survey - suspicious | 16 Jun 2006 14:51 GMT | 9 |
I received an email survey from this Sandra Levy (?) and checked the Source Code: Received: from smtp.cegetel.net (mf00.sitadelle.com[212.94.174.67](untrusted sender)) by worldnet.att.net (mtiwmxc13) with ESMTP id <2006061414080701300d3c6fe>; Wed, 14 Jun 2006 ...
|
| VB to refresh IE window based on caption | 16 Jun 2006 11:42 GMT | 8 |
Hi, is there any way of getting my VB (6.0) program to automatically 'Refresh' an IE window that might be active (window status not applicable). It needs to be able to determine which active IE window to refresh, based on its caption.
|
| stuck in loop. Please help | 15 Jun 2006 22:44 GMT | 7 |
trying to learn VB6. Simple counting loop which counts to 8 in 1 sec intervals, then starts from 1 again and repeats. Have two Command buttons on the form. Cmd1 starts the counting, and I need to know how to stop it with Cmd2. Here's my code so far:
|