| Thread | Last Post | Replies |
|
| check running processes | 27 May 2006 12:27 GMT | 2 |
How do I check to see if a specific process is running? In the vbcode I am executing a program from VB using the Shell object. The program does not return any erorr levels and finishes anywhere from 6-15 seconds. The exe could potentially hang so with one of the Shell paramaters
|
| DateAdd With Time | 26 May 2006 23:40 GMT | 4 |
I have the following problem: dim MyDate as Date MyDate = DateAdd("n", 10, "23:55") (of course '10' and '23:55' are variables. But this constallation leads to
|
| Daylight Saving Time | 26 May 2006 23:39 GMT | 3 |
can anybody tell me how I can find out, if the time Windows is currently using, is DST or not? Thank you Ole
|
| How to rename File/Directory on a CD/flash drive using vb 6.0 | 26 May 2006 20:35 GMT | 2 |
Is it possible to rename a file or directory on a CD or flash drive or Floppy disk using VB 6.0? Actually, I need to build logic in my program such that the same files / directories are not scaned again by the program again. So I thought of
|
| Driver references question | 26 May 2006 15:26 GMT | 2 |
I've a question regarding the files included in P&D wizard. As far as I know using any Excel, Word or Outlook functionality from a VB6 application requires a fully legal installed 'Office' version on the klient machine.
|
| Runtime-error '-2147024882(8007000e)' Not enough storage available to complete this operation. | 26 May 2006 15:00 GMT | 3 |
I have VB / VB.net application which uses ADO recordsets to fetch data . I am getting run-time error while getting rows from the recordset : "Runtime-error '-2147024882(8007000e)' Not enough storage available to complete this operation" . Earlier I thought that this is due to MDAC
|
| HTMLHelp | 26 May 2006 14:50 GMT | 4 |
The code below works... Public Declare Function GetDesktopWindow _ Lib "user32.dll" () As Long Public Declare Function HtmlHelp Lib "hhctrl.ocx" _
|
| Sending text to a web control | 26 May 2006 14:28 GMT | 7 |
I am using the MS Internet Control (shdocvw.dll). I want to be able to send text to a form on the web page. Can anyone help me with this? Thanks
|
| Auto hide grandchild window | 26 May 2006 14:23 GMT | 2 |
Our producrt has a situation where a child window has a child window (a grandchild of the the original parent). When we minimize the grandparent only it's child disapears the grandchild remains. I tested this with a trivila 3 form app which behaves the same way.
|
| Want to display databse log fie into Excel Sheet | 26 May 2006 13:09 GMT | 2 |
Hello Friends, I have an idea to put a excel sheet in my form as a database logfile. So please give some tips to implement my event tracking system module.
|
| Launching IE from VB issues | 26 May 2006 10:08 GMT | 5 |
How do you launch IE from VB 6.0? I know one way which is: SHELL "C:\Program Files\Internet Explorer\IEXPLORE.EXE". Is there another way without using a Path? I am afraid that if MS decides to move the IE location in future versions, my app will not launch properly.
|
| renaming a filename with current date | 26 May 2006 02:44 GMT | 2 |
When i run the macro below i keep getting a runtime error 7 (path/access error)and when i go in to debug highlighted is "Nam OldName As Newname 'rename file." please help!
|
| Follow Up to Property Pages Question | 25 May 2006 23:16 GMT | 2 |
I've done some reviewing on Property Pages for my custom control. My issue: The properties that I moved into my control Property Page are still visible in the list of properties when the control is selected on the form.
|
| fastest way to change case of string | 25 May 2006 22:54 GMT | 31 |
Looking for the very fastest way to change a string from upper to lower case and vice versa. Text enclosed in single quotes needs to stay as it is. This is the best effort I have sofar:
|
| Can anyone shed light on why some URL addresses have WWW and why some don't? | 25 May 2006 22:05 GMT | 2 |
There must be some rule..... I notice that my Verizon ISP starts without a www in the URL (http://start.verizon.net) my ATT ISP starts with the WWW (http://www.att.net), yet my personal
|