| Thread | Last Post | Replies |
|
| desgn program for multiple screen resolutions | 04 Aug 2004 13:56 GMT | 8 |
I know sooner or later I will have to do this, so I thought I would ask. To date I have designed my programs to operate under 1024 x 768 or there about. I suppose it is time for me to learn how to compensate for 800 x 600, 1024 x 768, 1280 x 720, 1280 x 1080 screen resolutions ...
|
| DateDiff() is incorrect | 04 Aug 2004 09:10 GMT | 7 |
Ok, I am writing a simple little program to show how many days until an event. I seem to have a problem with the results. It seems that it is off by a day. For Example:
|
| Trapping the Tab key in a dialog | 04 Aug 2004 06:30 GMT | 2 |
Can somebody please help? I can't seem to trap/capture the tab key in a modal dialog from any KeyDown event, whether it's the main form KeyDown event or any of its child control KeyDown events. I can, however, trap other types of keystrokes, no problem. Also, I've experimented with ...
|
| Problem building locale independent queries | 04 Aug 2004 04:43 GMT | 1 |
I have a VB6 application that uses an Access 2000 database using DAO 3.6. My code in VB6 builds a query like this... QueryString = "UPDATE h_Keys SET " & _ "h_Keys.k_use_schedule0 = iif(h_Keys.k_mk = True, " & _
|
| Task manager | 04 Aug 2004 04:07 GMT | 5 |
I recently (only moments ago) had 2 viruses. Task manager would not start, so luckily, I had my own version to hand. I can list all the running processes the same as Task Manager, but how can I locate the files? I'm using XP.
|
| Scroll Bars | 04 Aug 2004 04:06 GMT | 1 |
How do I make a form scrollable if the contents of the form exceed either the height or width? I would have thought a form would have a property to enable to do this, but apparently not.
|
| Stopping doEvents after a certain action, how? | 04 Aug 2004 03:46 GMT | 5 |
I have an application that does file operations (creating, writing, etc). It has an abort button to stop any operation that is executing at that moment. The entire code logic has a doEvents in it. When I click on Abort, I would like to halt the doEvents after
|
| grid controls? | 04 Aug 2004 03:22 GMT | 3 |
Hey there, just wondering if there are any built-in grid controls or what people use. N.B below isnt correct code (obviously) its just my mental interpretation so you guys can understand easier
|
| US-CA-L.A. - VISUAL BASIC ALLEN BRADLEY PROGRAMMER WANTED | 04 Aug 2004 02:00 GMT | 1 |
PROCESS CONTROLS/VISUAL BASIC PROGRAMMERS SALARY: TO $100,000 LOCATION: LOS ANGELES AREA Our Client has recently acquired process automation systems used to monitor
|
| System tray problem using a custom shell instead of windows explorer | 04 Aug 2004 00:29 GMT | 9 |
Hello all, I wrote a shell program a few years ago in VB6 that needs to be modified. The problem I have is this: The SysAdmin uses this shell in place of Explorer, so there is no taskbar. When his users run PC Anywhere from the shell, and minimize
|
| Declare a .dll in VB where .dll contains only classes | 03 Aug 2004 22:54 GMT | 3 |
In VB.NET, one of the project types is a Class Library. This creates a .dll that can be used/referenced by other projects/programs. When using the Declare statement in the other program, you Declare a Subroutine or a Function with a set of arguments that get passed to the Sub or ...
|
| Insert/Typeover toggle in a textbox? | 03 Aug 2004 17:47 GMT | 1 |
I can't seem to find the answer using google! Is there a way to set the insert key to toggle between insert and typeover within a textbox? Thanks.
|
| VB6, Serial Comms and Midnight Crashing | 03 Aug 2004 16:53 GMT | 12 |
I have a program developed in VB6 that every second (based on the timer control) uses the MSCOMM control to communicate to some electronics to get a sensor reading. This works fine except when the system clock rolls over to
|
| SendKey | 03 Aug 2004 14:55 GMT | 4 |
I'm writing a simple application, that need to send keys to other programs, like games. I'm using VB sendkey and I have no problem to let it work with notepad and so on, but If I try to send them to quite all games, it don't works.
|
| Fortran EQUIVALENCE port to VBasic | 03 Aug 2004 11:26 GMT | 7 |
Anyone have any sources of information about converting old FORTRAN programs utilizing the EQUIVALENCE statement to Visual Basic? Thanks!
|