| Thread | Last Post | Replies |
|
| Do I need to supply vbasic bootstrap files? | 31 Oct 2008 23:11 GMT | 25 |
I am switching my app setup using VB Setup Wizard to InnoSetup. Question: Which of the following bootstrap files should I supply with my app? StdOle2.tlb
|
| Returning a value from VB6 | 31 Oct 2008 21:56 GMT | 6 |
I have an application that calls a VB executable from Cobol to read/write/delete data in an Microshaft Access database. It would be so nice to get a status value (string) back from the VB application.
|
| Loop and DoEvents problem | 31 Oct 2008 20:44 GMT | 3 |
I wonder why, when looping with DoEvents (inside Main routine) the enabled timer routine is never executed? Here is the code: In Main() sub:
|
| Delete Point(s) from BitMap | 31 Oct 2008 17:52 GMT | 5 |
I have a calculation, the results of which are stored in an integer array dimensioned at 5000. The array values are used to display points at specified locations on the screen. For example if the calculation at array element 1200 is "5"
|
| BUG: Transparent Label on Transparent Control Does Not Display | 31 Oct 2008 16:02 GMT | 3 |
http://support.microsoft.com/kb/179052/en-us Exists any solution?
 Signature Juan Marcial
|
| Speed way to detect if an IP exists | 31 Oct 2008 01:30 GMT | 2 |
Hi to all- -I have a system in real time. Query an asp each 3 seconds. This asp returns a binary stream Recordset that I get and parse in VB6 client. When the server IIS is down, my client VB6 turns very slow. Wait for missing
|
| how to output two doc files in the same time? | 31 Oct 2008 01:26 GMT | 2 |
I am using VB6 for Access 2000. what i am trying to do is create Two .Doc files in the same time by using access code. Sample as below: Dim nFile = Freefile Dim nErrorFile = FreeFile
|
| Need help in load and unload form | 31 Oct 2008 01:11 GMT | 1 |
Dear whoever may it read! I am using "control button" in vb6 to write program to show all items customer choice,and also able to calculate the payment of customer. But my problem is i have too many items(70 items) want to show and it is
|
| vtext.dll: is that file redistributable? | 30 Oct 2008 22:02 GMT | 2 |
My app is using vtext.dll as a text-to-speech component.
> Description: High-Level Text To Speech Module > Copyright © 1991-1999 Microsoft Corporation > Product Name: Microsoft Speech |
| Access SQL - Select most recent child record | 30 Oct 2008 12:18 GMT | 6 |
I have two tables. One for members and one for the events that members attended. I need to write a query that returns one row for each member with the most recent event attended. Here are the tables/fields below. Thank you. Regards,
|
| Positioning Fonts Vertically | 30 Oct 2008 08:04 GMT | 3 |
Font seem to alway print top left corner and down from the CurrentX, CurrentY. I'm printing font as labels for graphs that have index lines. How do I center the font on the .Line (x,y) - (x,y)? Also, text seems unaffected by Picture box Scale, correct?
|
| Control Input | 30 Oct 2008 05:41 GMT | 11 |
Control input to a textbox to only 4 letters of the alphabet. I could use the following code:- Option Explicit Private strText As String
|
| ImageList Transfer | 30 Oct 2008 04:32 GMT | 4 |
VB6SP6 I have a usercontrol with an empty ImageList. I have a form with a ImageList containing images. The form imagelist is preloaded (i.e. not dynamically loaded)
|
| Garbage in controls after resizing | 29 Oct 2008 20:21 GMT | 10 |
I resize forms depending on the screen resolution. Som controls appear with some garbage inside. I'd like to redraw/refresh the form somehow to remove that garbage. I was looking for some APIs to do that, but unfortunately found nothing.
|
| Converting complex class structure to lightweight COM objects | 29 Oct 2008 13:39 GMT | 8 |
I have inherited a large (50,000 lines of code) legacy VB6 app. It has a very complete class structure, about 30 classes, excluding the wrapper classes that create typed collections. Something like this:
|