| Thread | Last Post | Replies |
|
| Parallel port under Windows XP Familly | 13 Jan 2004 22:39 GMT | 1 |
I've developped an application under Visual Basic 5.0. This application manage the parallel port. Application is working well under Windows XP Pro, but will not work under Windows XP Familly edition.
|
| Looking for Proxy Util | 13 Jan 2004 21:30 GMT | 2 |
Has anyone ever written a util that sits in the Windows taskbar that allows you to change the proxy set in IE without having to go through the Internet Option in IE etc I work for a Support group where we have to test various websites through a
|
| Weird Math Error in Datediff function. | 13 Jan 2004 21:08 GMT | 2 |
For some unknown reason this code came out to be true on 1/5/04 @ around 4:30 pm CST At about 5:00 pm CST it stopped being true? Weird eh? Below is the code, it messed up all the punches for the day.
|
| opening applications ? | 13 Jan 2004 19:02 GMT | 2 |
Hi I would like to write a (very) simple program (visual basic) that lets me choose between soms files wich I want to open. After it has opened (for example Notepad) it should end (terminate) itself (that is the choice menu wich I want to make)
|
| VB6 and making a DirBox and Image | 13 Jan 2004 18:49 GMT | 13 |
Im Kinda new to vb6 and I want to make a simple ImageViewer Kinda thing. I would like to have a DirBox and Have it show a special Directory ONLY. Then Say C:/images/ is where it is set, I want to make user be able to just click on say Image1.jpg and have it display Image1.jpg in ...
|
| "wake up" a computer | 13 Jan 2004 16:36 GMT | 2 |
Not sure how easy this is. I imagine that something probably already exists. I have a computer I keep on all the time and another one I use for all business stuff that I typically keep hybernated. I would like to have the
|
| VBA for WRQ Reflexion - | 13 Jan 2004 16:22 GMT | 1 |
I am trying to find a VBA routine that will launch an Access program from a VBA macro in reflexion 10.0 I tryed the direction from WRQ VBA manual (available in there site - http://support.wrq.com/assets/vbug.pdf) but its does not work 100%. I
|
| simple VB .NET question | 13 Jan 2004 14:18 GMT | 1 |
Hey all, I am new to VB .NET and wanted to know how to prompt the user for a file name which I would then assign to a local variable. So, what is the function call that will accomplish this?
|
| Writing binary data to the windows register? | 13 Jan 2004 14:04 GMT | 1 |
Hi... I'm using the win api function RegSetValueEx (advapi32.dll) to write binary data to the windows register. I want to write the following value to a binary key:
|
| Package and deployment wizard | 13 Jan 2004 11:48 GMT | 4 |
I first created several ActiveX DLL's which interact with each other, an SQL Server database, ... Some Active DLL's use different references: i.e. one that does not interact with a database, does not need de ADO reference. Above these different ActiveX DLL's, I have created another ...
|
| FontColor for VB Calendar | 13 Jan 2004 11:47 GMT | 1 |
Hi all, I'ld ask you a little question about Calendar control for VB6 (mscal.ocx) I try application with 1 form and inside it there is a Calendar that will be visualize based on the months.
|
| Data Environment and Reports | 13 Jan 2004 09:10 GMT | 2 |
Hi there I hope someone can help. I am using the DE and Data Reports in VB6. At design time the command for each report is set using the DE. At runtime this switches to a sql statement. When I first run the report with specific criteria it picks up the correct results, however if I ...
|
| Beginner's question about setting up variables | 13 Jan 2004 04:06 GMT | 6 |
I'm new to to the visual basic programming. And I'm trying to do something like this... It's a simple form with 2 buttons, When 1st button is pressed, it displays on the form either Hello or Welcome on top, the 2nd button is to exit the program.
|
| POP3 Question | 12 Jan 2004 21:06 GMT | 1 |
I am learning about POP3, and have a question regarding deletes. The RFC states that the syntax is "DELE 2" for delete message #2 in the mailbox. I can understand that pretty well. Where I have difficulty understanding is:
|
| Is a from loaded | 12 Jan 2004 20:25 GMT | 3 |
How can you tell if a form is loaded, or visible? would this work (from form2) if form1.visible = true then ''CODE HERE
|