| Thread | Last Post | Replies |
|
| subscript out of range | 05 May 2005 20:23 GMT | 15 |
i need to test an array for subscript out of range error. i do not want to use error object. i want to test an array value for the specific message. if array(x,5) = <subscript out of range>
|
| Access the Pentium hardware RNG | 05 May 2005 20:20 GMT | 2 |
Anyone know how to call it? Thanks.
|
| NetDDE problem | 05 May 2005 18:47 GMT | 8 |
I have a NetDDE server running on a Win2000 computer with clients on XP computers. Until installation of XP SP2 everything worked fine. Thereafter it was taking 20 seconds to establish each conversation (DDEML), if it could connect at all.
|
| EARN $$$ SEARCHING THE NET IN GOOGLE(READ BODY) | 05 May 2005 17:44 GMT | 6 |
You want to gain much money? So do I!join with me then! That is thus,there is sites that pay for each research in google. This consists of making 40 research per $0,80 day and receiving cent. Or either, to the end of the month they make 25. If to join a friend, and if it to make ...
|
| Max/Min button screen position at run time | 05 May 2005 16:04 GMT | 11 |
I would like to be able to enable/disable the max and min button and startup positon of certain forms based on the screen resolution of the computer the program is running on at the time. Is there a way to do this at run-time The following code does not work
|
| Chilkat FTP Control | 05 May 2005 15:42 GMT | 4 |
I posted yesterday I was having a problem with Microsofts Interndet control, nobody had any ideas. So I downloaded Chilkat's free FTP control and it works great in the IDE but when I compile it it doesn't work. Doesn't work in a
|
| How do I "click" in an array component? | 05 May 2005 15:02 GMT | 3 |
Good Morning everyone, I created an array of ComboBoxes in a frame ( cmbBox(0); cmbBox(1); cmbBox(2) and so on. ) Now I have to manage their "Click" and "KeyUp"
|
| Pop Up Window in unattended PC | 05 May 2005 14:24 GMT | 4 |
I have a VB 6.0 Demon Aplication running in the background of many PC's, they are reading by means of a timer control a table in a Data Base. Under some information in the table, the program has to send a Pop up windows asking some information to confirm, but what about
|
| not enough free disk space installing a VB 4.0 app on WIN XP PE SP | 05 May 2005 11:22 GMT | 1 |
During the installation of my application written in MS Visual Basic 4.0 32 bit Enterprise edition on WINDOWS XP PROFESSIONAL EDITION SP2, I have an error message saying "There is not enough free disk space on one or more drives" with three buttons "Change drive" "install now" ...
|
| Date format problem | 05 May 2005 10:52 GMT | 11 |
this might be a simple question i have a variable which consist of datetime in string format for example dim str as String
|
| Late Binding in Word | 05 May 2005 10:48 GMT | 3 |
I've searched the archives for what i'm sure is a simple solution to this problem. I'm converting an application from early binding to late binding due to incompatibilities in various MS Word versions.
|
| VB6: IDE caption flickers when user control is in compiled state | 05 May 2005 08:57 GMT | 2 |
I'm using some user controls in my project (VB 6.0 SP 5) Now if a form contains a user control which is "up to date", then the IDE's caption is constantly flickering. Moreover, you cannot use the "Auto complete" feature in the source editor anymore.
|
| Form Keydown events | 05 May 2005 07:19 GMT | 5 |
In my app, I want to trigger the same action whenever user press a key no matter the focus. But I realize that the form_keydown event not always triggered because I had few buttons in the form. Is there a way get over this problem.
|
| Problem with a simple Select Case statement | 05 May 2005 06:07 GMT | 5 |
I think I must be overlook something but I get Type Mismatch error, can someone point me out ?? Thanks ! Dim sCurr As String Dim iNew As Integer
|
| numbers with regional settings | 05 May 2005 04:35 GMT | 3 |
i fetch a value from database which is a number field in the database and the value i get is 100000002222222222 say for example. then i format the number like this
|