| Thread | Last Post | Replies |
|
| How to return process exitcode from VB6 application? | 30 Aug 2005 12:07 GMT | 2 |
I know VB.NET can return exitcode as follows, but I don't know how to do that with VB6. Function Main() As Integer Return 1
|
| how to get the string length in points? | 30 Aug 2005 09:57 GMT | 6 |
I want to set the "columnwidth" of my multi-column "Listbox", and I know I have to set "columnwidth" to a string like "50;60;70" in which all numbers are in "point", But I'm wondering how to calculate the length of a string in points? ANy reply will be greatly appreciated. Thanks ...
|
| Ftp control | 30 Aug 2005 09:51 GMT | 4 |
Is there any good FTP control on the market that will allow multiple connections to be open at the same time? Right now, I'm using the Mabry control (FTP/X) and it doesn't)
|
| user input form boxes for numbers/letters | 30 Aug 2005 09:23 GMT | 13 |
I am using VB6 and would like to set up a user form consisting of 10 boxes, all set to blank by default. I would then like the user to start in box 1 and enter a number 1-26, have that number displayed in the box. The user would then hit enter to move to box2, etc.
|
| Replace code running as a service on a remote server | 30 Aug 2005 06:46 GMT | 1 |
Short version: How can I put code into a dll or something that will allow me to update a running program? Long version: I can make an activex dll and have a program instatiate this thing and use the code inside the dll -- I have tried keeping the
|
| What is the difference betweeen these pieces of code? | 30 Aug 2005 06:35 GMT | 5 |
I got the following code from a website - it works like a charm. Private Sub CmdCreate_Click() Option1(o).Visible = True Check1(0).Visible = True
|
| Newbie: Get Version number automatically | 30 Aug 2005 06:10 GMT | 5 |
Is there a way to get the version number set in Project->Properties and display it in an About box? TIA
|
| Multi Language Support | 30 Aug 2005 03:50 GMT | 1 |
Can anyone tell me how to implement multi language interface in VB? Are there are any good and free tools out there that simplifies the process such as automatically extracting the strings in an application to be translated?
|
| where can i find a good progress bar? | 30 Aug 2005 03:10 GMT | 5 |
Anyone know of any good progress bars? I already have an app built with a few forms, just wanted to use a progress bar before loading them without a timer. Using vb6.
|
| Capture Printing Command | 30 Aug 2005 00:19 GMT | 3 |
want to capture a print command, so that when someone prints to the colour laser, a dialogue box appears and says "Do you really need to print in colour". If yes is selected, it will print and if no is selected it won't. I have vb and can create the dialouge box etc, but I can't ...
|
| How to set column headers for listbox in VBA? | 29 Aug 2005 23:03 GMT | 3 |
I have a listbox with column header set to true, but how to set values to the column headers, thanks.
 Signature LenZ
|
| How to speed up this process | 29 Aug 2005 19:59 GMT | 28 |
This code I've managed to cobble together from reading/searching this group and some help from regulars,Rick and Ken especially.Thanks. It runs fine but really slows down on files over 2500 lines.There must be some way to improve its speed.Any pointers or samples.?
|
| How to raise events on a reference to a control? | 29 Aug 2005 18:40 GMT | 2 |
Here's a little a background of what I'm trying to do... Private Function ICommonHookUI_Init(Optional ByVal InitForm As Object, Optional ByVal InitReadOnly As Boolean) As Boolean Do
|
| Question on program design - progress reporting | 29 Aug 2005 18:33 GMT | 6 |
example problem I have a small program that does four step process. Each step may call various subs/functions or forms The whole process may take several seconds or more. I want to display a
|
| Borderstyle promlem | 29 Aug 2005 18:26 GMT | 3 |
I have my forms border styles set to 0 (No border) However, to give my app some variety I have a button which changes the look to the user interface where I want the forms to display as sizable (borderstyle = 2)
|