| Thread | Last Post | Replies |
|
| reinstalled win98se and vb6 and msdn, can't access vb help | 13 May 2006 03:58 GMT | 11 |
I reinstalled windows 98 se over itself, reinstalled VB6, MDAC, SP5, SP6, and MSDN, and now I can't get the help to open from VB. Any suggestions would be appreciated. Mike
|
| Design Question for Factory Pattern and Casting Types | 13 May 2006 02:41 GMT | 2 |
This is probably a newbie question but I am a little confused about how to go next with my code. I think I want to use a factory pattern in this situation but I am having trouble getting access to properties at the presentation level. So my situation is I have a Vehicle base ...
|
| How do you email file | 13 May 2006 02:30 GMT | 1 |
I would like to have my program email a certain log file at regular intervals. Could someone point me in the right direction. Is there a File:Send command, method, etc
|
| ctl.setfocus after me.show | 13 May 2006 00:43 GMT | 13 |
In a form with 2 cmdbuttons(cmd1, cmd2) Private Sub cmd1_Click() 'hide the form Me.Hide
|
| How to Check the input is Digit | 13 May 2006 00:26 GMT | 10 |
I got a textbox which allows user to input data, I want to validate the input. I want to restrict the user to input a 4 Digit Number. How can I do that? Thanks
|
| Not sure how to do this... | 13 May 2006 00:10 GMT | 3 |
Ok, so I made this program, it's like a chat program and such fairly simple. And you can send files and whatnot... Anyway, you can also keep a log of whats happened. What I wanna do is go through the log and save parts of it so that you can see your 'stats'. Now I know how to open ...
|
| How to tell if a file exists | 12 May 2006 23:57 GMT | 3 |
Is there a preferred way to check if a file exists? I generally try to Open the file and if I can't I assume it is not there. I know this is not exhaustive but it seems to work. But is there a better way that doesn't involve as much overhead and dosen't get caught up with
|
| Property Get stumps me | 12 May 2006 23:47 GMT | 2 |
Out of process question very simplified. IN ACTIVEX EXE Public Property Get DevNum() As Long DevNum = hDev
|
| needing to kill time in a script | 12 May 2006 23:44 GMT | 1 |
im writing a script that needs to kill time. Doevents isnt allowed so i used... while datediff("n",currenttime, stoptime) > 0 for i = 0 to 10000000
|
| Visual Basic Service Pack Needed | 12 May 2006 23:21 GMT | 11 |
A while back, i purchased Visual Basic 5.0 Enterprise Ed.. I recently had to re-format my HD and now i can't seem to find the following service pack for my product... Visual Studio 97 Service Pack 3
|
| Missing OCX on another PC | 12 May 2006 20:36 GMT | 3 |
Using VB 6, I created a small EXE. It runs OK on the dev. PC. On another PC I get an error similar to this: "run time error 339' component XXXX.OCX not properly registered...
|
| Getting inet1.responsecode=1437 | 12 May 2006 20:22 GMT | 2 |
I have a VB program that worked fine before that's make an ftp connection to another machine. We have to re-install that program on a new Windows 2000 sp6 machine and now, when I try to open url with inet1, I'm getting
|
| Accessing the API's for MS Treeview ActiveX Controls | 12 May 2006 19:45 GMT | 1 |
I wish to know if it possible, or if if an API call exists (for MS Treeview ActiveX Control) to turn off the checkbox feature for specifc nodes (yet, for others leave this feature availbable)?
|
| Command line options (/make vs /makedll) | 12 May 2006 19:03 GMT | 1 |
I have been compiling projects (DLLs, OCXs, and EXEs) in VB6 using the command line with the /make command line option. Recently, I spotted the /makedll command line option (added in VB4) in the help file, which states that it should be used to create DLLs. The /makedll option ...
|
| Interface | 12 May 2006 18:35 GMT | 1 |
hello to all I wanna build an interface an implement it. Does any one know how can I do that? thanks in advance
|