| Thread | Last Post | Replies |
|
| Declaring a new type in VB | 20 Jul 2004 22:03 GMT | 3 |
How can I declare a type in VB 6.0 ? Thanks :)
|
| Method to export the Calendar of Outlook (VBA)! | 20 Jul 2004 21:08 GMT | 5 |
Has anybody got a clue how I can export the outlook calendar to a file using a macro or OLE automation. I could no find useful references... Thanks in advance! Paulo Pereira
|
| optimizing code | 20 Jul 2004 20:48 GMT | 1 |
Which one is proper (faster code execution) or it does not matter? dim StartRecording as Single dim oRecordTime as Integer 1.
|
| Dim as new question? | 20 Jul 2004 19:59 GMT | 11 |
what is the differance between? dim rs as new adodb.recordset and dim rs as adodb.recordset
|
| Windows XP and Dial up isses | 20 Jul 2004 19:48 GMT | 1 |
I am having a problem with dial up on my windows xp system and it goes like this.... I have a dial up connection to work which when connected using the manual method [Start] > [Connect To] > {Work} connects fine and I am able to
|
| Install problems on Win2k, can't find .lst, can't run .e.exe!? | 20 Jul 2004 19:11 GMT | 5 |
I wrote a program using VB6, no custom controls, ocx's, dll's, just pure VB. I made an installer using the P&D Wizard. On one Windows 2000 machine it refuses to install correctly. The error mode is not consistent either.
|
| Internet | 20 Jul 2004 19:09 GMT | 6 |
Is there a subroutine that will load an image on my webserver to a picturebox?
|
| Flicker-free resize | 20 Jul 2004 17:12 GMT | 3 |
I've got an app with various usercontrols. These usercontrols are placed on the MDIform, maximized and only one is displayed at any one time. The usercontrols contain intrinsic controls and some other usercontrols. There aren't more than 15 to 20 contained controls on each main ...
|
| Disabeled checkbox | 20 Jul 2004 17:01 GMT | 5 |
Some of our users are complaining that the text of as disabled texbox is difficult to read. Is it possible to change that? The same for a disabled combobox. John
|
| trapping some parameter while launching the application | 20 Jul 2004 16:50 GMT | 3 |
I want to trap some parameter that i will place in the shortcut of my application... For exemple, if i launch my application with C:\Program Files\myApp.exe /s TOTO i want to trap the toto string... How can i do that?
|
| How do I check focus before I attempt to setFocus? | 20 Jul 2004 14:44 GMT | 7 |
List: If I attempt to invoke setFocus when focus is already at my control, I get an "Invalid Function Call" Oh here's an idea . .how about IGNORING a "setfocus" when focus is
|
| calling a dos command | 20 Jul 2004 13:43 GMT | 2 |
I may be stupid, but I can't remember how to call a dos command line command, and collect it's output. Anyone help? cheers,
|
| Bitwise And | 20 Jul 2004 10:42 GMT | 4 |
Can someone please explain to me why the statement (where longVar is declared as a Long): longVar = 67503683 And &HFFFF sets longVar = 67503683, and not to 1603?
|
| msxml3 | 20 Jul 2004 09:37 GMT | 1 |
Where can I download the msxml3.dll file so I can use the vbaccelerator neocaption control-it does not work with v 4, it needs v 3 of the msxml software?
|
| How to Rename a file | 20 Jul 2004 08:45 GMT | 4 |
Hi people I wonder how can I rename a file using VB6 the only solution that I found was to move the file but I'm sure that there is another better solution for that. Regards
|