| Thread | Last Post | Replies |
|
| Run Time Error 53 File not found | 15 May 2004 13:40 GMT | 4 |
This simple code when executed is giving me Run Time Error 53 file not found. What is messed up on my machine. This is a simple no brainer code. File does exist, everybody has access to this file.
|
| Telnet in VB | 15 May 2004 10:05 GMT | 1 |
Hi, first sorry for my english I need make a program to run in a RF Terminal under telnet. Example. With my terminal connect to a Telnet Server.
|
| Using API calls | 15 May 2004 09:53 GMT | 4 |
I have developed dictionary (Eng, Ger, Fra, Ita) in Access. The word list for each is in separate table (Eng_Ger), (Eng_Fra), (Eng_Ita). I want to protect my dict from unlegal copying with next procedure: examine and save the serial number of the hard drive using API calls.
|
| ComboBox | 15 May 2004 09:49 GMT | 7 |
I have a ComboBox (style 2) with 25 items in it. When I click on the arrow to see the items, I can only see the first 8. I have to scroll to see the others. Is there some way so set how many items will be visible when the menu drops down to eliminate/reduce the scrolling?
|
| KeyAscii = 0 doesn't work! What's up with this? | 15 May 2004 04:36 GMT | 4 |
I have a VB6 exe project with one form and one command button on it. The form has the keypreview property set to true. The form's keypress event is keyascii = 0 and the command button's keypress event is
|
| Calling a MS VC++ dll from VB, Tutorials and Documentation not helping. | 15 May 2004 04:07 GMT | 5 |
the following is a copy of the DLL that I wrote: *********************************** DiceTest.h************************* ***********************************
|
| Using API calls | 15 May 2004 00:07 GMT | 1 |
I have developed dictionary (Eng, Ger, Fra, Ita) in Access. The word list for each is in separate table (Eng_Ger), (Eng_Fra), (Eng_Ita). I want to protect my dict from unlegal copying with next procedure: examine and save the serial number of the hard drive using API calls.
|
| bug (combo box) | 15 May 2004 00:05 GMT | 1 |
I've had this problem for some time and have never been able to find a satisfactory solution. I use the straight combo box in a number of applications. I'm using the sendmessage api call to find the first match in the list. This
|
| dividing integers | 14 May 2004 19:28 GMT | 8 |
ok... i promise i'll go after this... i've got 2 integers - i need to divide them and save the answer with 3 decimal places. i just tried using a simple answer=int/int and i got a completely random
|
| Setting the third digit of the version of an OCX? | 14 May 2004 14:09 GMT | 2 |
I am trying to set the version of an OCX written using VB to be 2.9.5 but when I specify this in the project properties it is set as 2.9.0.5. Is there any way of accessing the third digit of the version? Thanks
|
| VB6 & CBool | 14 May 2004 09:34 GMT | 12 |
Hi. I just have a question about the CBool function. I actually haven't had to use it in years and am having some problems. The MSDN help says that the "Range for expression argument" is "Any valid string or numeric expression." Sounds to me nearly any string
|
| Crystal Reports Line Graph Question | 14 May 2004 07:18 GMT | 1 |
I have a line graph in Crystal Reports 8.5. There are dates along the x-axis and scores along the y-axis. I have 2 data series, so there are 2 lines graphed. My problem occurs when one of the of the data series has a NULL value
|
| Dynamically allocated memory | 14 May 2004 05:07 GMT | 2 |
How can I dynamically allocate memory in VB? I wish to do this.... Dim szData as String * 250 I can't allocate memory like this cause I am not sure how much to alloate. I want to do something like this..
|
| VBA in PPT drag and drop | 14 May 2004 05:04 GMT | 1 |
Is it possible to create shapes on one slide that can be dragged and dropped with the mouse in specific places on the slide? Can VBA coding keep track of where the shapes go coordinate-wise. Marge
|
| How to capture the print job contnet as an image | 14 May 2004 04:35 GMT | 2 |
I want to write a program to monitor each local printer When a print job is sending to a printer this program could be fired and capture the printed content as an image. It is easy to use API function FindNextPrinterChangeNotification() to get
|