| Thread | Last Post | Replies |
|
| Test for Numbers in text box | 21 Jul 2006 21:42 GMT | 6 |
I know. I know. This is a very basic question. Please forgive me. But I'm finding that you folks here seem to know more clever ways of doing things than what started out appearing obvious. For example:
|
| attn: henning - your referenced info not on my news server | 21 Jul 2006 17:11 GMT | 1 |
My news provider, newsguy, doesn't have the posts you talked about in your reply to me. I searched "comp.lang.basic.visual" for your references. I am really interested in what you have to say. A. Dalton
|
| List registered ActiveX controls in VB6 | 21 Jul 2006 14:20 GMT | 2 |
If I use Microsoft's OLE Viewer and expand the Controls node, I can get a list of the several hundred ActiveX controls that are registered on my system, like Microsoft MonthView Control etc. How can I get this list in VB6?
|
| Check File Exists Fastest | 20 Jul 2006 17:47 GMT | 10 |
I'm looking for all slow spots in my app. When checking whether a file exists, is this the fastest way? '==================== 'If ttclayout.atb exists, load it.
|
| Restarting a VB6 program | 20 Jul 2006 15:10 GMT | 6 |
In some older BASIC's there used to be a Restart command which wiped the slate clean and restarted the program from scratch. I'd like to do that in VB6. The program is all form code with perhaps a dozen subs. It starts with Form_Load.
|
| Animated gif | 20 Jul 2006 14:25 GMT | 1 |
How can I place a animated gif on a VB form. Frans
|
| Can VB trim MP3 or other types of sound files? | 20 Jul 2006 12:23 GMT | 1 |
I want to know if I can use VB to create an application that can trim an MP3 file or other types of sound file according to the time I specify. For example, I would like to cut the MP3 file starting from 01:15:32 (or even ending at 03:20:30).
|
| Any suggestions on speeding up app? | 20 Jul 2006 10:40 GMT | 4 |
As my program has evolved (charting program), it has also become slower. In short, this is a charting program for drawing price charts (OHLC and Candlestick). Originally the bars didn't take long to draw. Now there is a delay before
|
| Using FileSystem Object to read IMAGE file contents | 19 Jul 2006 22:53 GMT | 9 |
I am using the filesystem object to read the contents of an image into a string. Below is my code. But I think something is wrong with my code. When i put the contents I have read in an image file, the image is blank. I am reading the image file as follows. I think I need to read ...
|
| Forbiden (403) using Winsock & VB6 | 19 Jul 2006 17:02 GMT | 2 |
No answer from "comp.lang.basic.visual.misc", so i try to post here...: Using WINSOCK to acces the Web, in Visual basic 6 application, most of the time it is working fine, but with some URL's, i got 'ERROR 403 forbiden to access.....".
|
| Printing with a laser printer | 19 Jul 2006 16:51 GMT | 9 |
Printing in my program works fine with my inkjet printer and a friend's inkjet printer. But it doesn't work well with a customer's laser printer. Are there any differences in visual basic code to print with a laser
|
| Forbiden (403) using Winsock & VB6 | 19 Jul 2006 16:09 GMT | 4 |
Using WINSOCK in Visual basic 6 application, most of the time it is working fine, but with some URL's, i got 'ERROR 403 forbiden to access.....". These URL are working fine with IE6 and "Firefox 1.5" (for example: http://www.mozilla.org/ ).
|
| HTML 'ge't in vb6 | 19 Jul 2006 11:31 GMT | 3 |
I'd like to simulate a HTML form's ability to do a http 'get' request - does the inet control support this kind of thing, or is there some other method that's used please?
|
| MS buying Winternals | 19 Jul 2006 11:20 GMT | 1 |
For anyone who may not have heard, Winternals has sold out to Microsoft. It might be a good time to download the latest sysinternals.com utilities before MS gets
|
| device manager | 19 Jul 2006 08:53 GMT | 2 |
I asked for some help a little while ago and didn't explain what I was after well enough. What I want to be able to do is use an API to obtain information about my installed cd / dvd drives. I'd like to be able to get the info in the same form that the device manager displays it: ...
|