| Thread | Last Post | Replies |
|
| Close #FNbr | 13 Sep 2008 04:15 GMT | 4 |
Strange responses before so I will try again since I am having the same difficulties. Working in the IDE I run into not being able to ( for example get the file size using the API ) after I have closed a file Close #lFNbr that was
|
| AutoUpdate worst case scenarios, please | 13 Sep 2008 00:13 GMT | 12 |
I want my app to check for updates of itself. 1. It downloads a .txt file which is located on my server, then compares its own version number to the one stated in the .txt file. If the version number in the .txt file is greater than its own, it will
|
| Compacting clears a 3021 error - why? | 12 Sep 2008 22:45 GMT | 2 |
I just need to try and understand why this happens? In my databases will 10000k records, it has worked perfectly, then the other day i started to get a vb 3021 error - no current record. not changed anything in the database or programming.
|
| Reset without resetting | 12 Sep 2008 21:08 GMT | 12 |
VB6 Working in the IDE I run into not being able to ( for example get the file size using the API ) after I have closed a file Close #lFNbr that was previously opened with Open sFileName For Binary Access Write Lock Read Write
|
| Really complicated API question | 12 Sep 2008 20:19 GMT | 4 |
Well, really complicated for me. Ok, here is the story. I am trying to access some features of a 3COM PBX via the TAPI 2.x interface. That is working ok since everything is done via the documented TAPI (though massively VB unfriendly) functions, which work, more or less.
|
| VB6 - play 24 bit wav files? | 12 Sep 2008 19:56 GMT | 2 |
This is a long shot but, might as well ask! Im writing an app to play wav files (I know there are lots but we have a specific application) but suddenly realized all the built-in stuff would NOT play 24 bit wav files. Does anyone have any suggestions on
|
| Monitor Active Log file in Realtime | 12 Sep 2008 19:45 GMT | 4 |
Hey folks, I’m looking to do something seemingly very simple. I have a RichTextbox. All I want this RichTextbox to display is the contents of a log file. The log file is constantly being written to by a
|
| legacy code | 12 Sep 2008 15:56 GMT | 19 |
I do some .net programing and need to work on some vb6 code I am trying to center some frames in vb6 I know why this does not work (vb6 assumes a blank is .text) but how do I correct it
|
| hwnd | 11 Sep 2008 23:48 GMT | 19 |
Does anyone know where I could ge code that, if i know the hwnd of an object Ican deternine the object type and if there is text WITHIN the object (not the title) I would like to be able to retrieve it regardless of object type
|
| Help! How do I get the SSID of my connection? | 11 Sep 2008 16:12 GMT | 7 |
As teh topic says, I would liek to programatically get the current SSID (any any extra information on the connection if available) from within VB6.
>From my searches so far (I'm exhausted) I've thinking WMI is the only |
| If/Then runs slower on Core 2 Duo than old P4? | 11 Sep 2008 13:51 GMT | 14 |
I did this test where I ran sort of a looping "If/Then" benchmark VB6 EXE on my old P4 at 3 Ghz (478 pin/400 mhz. bus, not 800!) and a Core 2 Duo 2.4 Ghz. (65 nm) and the P4 always runs it a good deal faster than the Core 2 Duo. Very strange since I'd the Core 2 is suppose to be ...
|
| A test for an Array | 11 Sep 2008 07:00 GMT | 14 |
I make a dynamic array v something like this: <Script language=vbscript> Dim v() Dim iCnt
|
| Same code on usb thumbdrive slower than usb ext drive | 10 Sep 2008 23:23 GMT | 14 |
Anyone know why this is or how to make it not be true? <g> All my vb(6) code runs at least twice as slow from a thumb drive as compared to an external drive(both usb 2.0) I would have thought a thumb drive would even be faster than an external
|
| 16-bit programs on Windows Server 2003 | 10 Sep 2008 18:02 GMT | 5 |
i just spent 40 minutes trying to post this question, pressed 'Post', only to be told the 'Server is too busy to process your request' and then i lost the whole message. nice. this time I'll try and be brief. i am trying to run a 16-bit Windows program that was written in VB4
|
| OCX | 10 Sep 2008 17:27 GMT | 10 |
Got VB code compiled into .OCX. What do you normally need to make it work? I mean do I need to install the VB runtime before I could register this OCX? We have experience that in some computer without VB software installed. Registering this OCX is not possible, we need to install ...
|