| Thread | Last Post | Replies |
|
| Class object creation and managing automation references | 17 Oct 2005 15:49 GMT | 10 |
I have created a class module which handles exchange of data and commands between xl and a third party software via an automation server (hope I have the correct terminology here!). When an instance of the class is initialised it automatically creates a reference to the server
|
| HELP!!! - I need vb5sp3 | 17 Oct 2005 12:03 GMT | 4 |
Where can I find vb5sp3? Microsoft seems not to have it any more... Please help me! Thanks
|
| Arrays - Controling ALL | 16 Oct 2005 10:57 GMT | 5 |
I'm using VB 6.0 and I want to make ALL of the arrayed object (lblNumber) to be empty. I don't want to use a loop, Is it possible to do this, and if so how. P.S.
|
| Disabling Items in a Listbox | 16 Oct 2005 01:23 GMT | 5 |
Is there a way of disabling individual items (not all of them - just specific ones) in a listbox, so that you can still see them but they are greyed out? Thanks
|
| VB + Excel reloaded | 15 Oct 2005 16:09 GMT | 1 |
WindowsXP/HE SP2, OfficeXP/Pro SP3, VB5E Mit den folgenden Zeilen habe ich per VB(ohne A) prima Zugriff auf ein Excelblatt: Global Excel As Object
|
| Help with Printer Question | 15 Oct 2005 15:09 GMT | 3 |
Hi all, I am trying to figure out if it is possible to access the head cleaning function on an Epson printer from a userform? It would save me a lot of hassle to be able to set the printer head cleaning to a button. I've been searching but haven't come up with much. Any help
|
| Incrementing a counter | 15 Oct 2005 00:51 GMT | 9 |
Let's say you have a Do Loop that is incremented by a counter named intX. We all know we can increment with "intX = intX + 1"... Last year (during a momentary lapse of good judgement) I took a VB.Net class that taught how to increment that counter with a shorter line of
|
| Arithmetic Bug ?: 0.09 + 3.9 different than 3.99 | 14 Oct 2005 17:58 GMT | 3 |
I came across a strange situation using VB6 with SP6. The code bellow illustrates the problem. Debug.Print 0.09 + 1.9 = 1.99 True Debug.Print 0.09 + 2.9 = 2.99 True
|
| File text manipulation | 14 Oct 2005 15:07 GMT | 3 |
First I am not looking for anyone to do this for me just give me a good start in the method you would use. I have several (225) text files that have been created over the years that capitalization was not of priority. Now I need every thing that
|
| Date format Julian | 14 Oct 2005 14:01 GMT | 2 |
Have to subtract 30 days less Date in 03-Sep-05 format, so I can then parse out the "Sep" part, ie. dtxt = Format(Date, "Medium Date")
|
| Printing In Vb6 | 14 Oct 2005 09:05 GMT | 1 |
Can someone tell me the correct code to use to hard code a exact printer to print to. For example I have a network printer named "Accounting Laser", how can I tell my vb application to print to this specific printer no matter what the default printer is set at? I am doing this ...
|
| Read infos in my picture | 14 Oct 2005 05:09 GMT | 1 |
How can I do for read the infos in my pictures (date, times, iso, etc.......) and how can I do for modified this infos Thank you for your help
|
| Newbie -help with passing variables between forms | 14 Oct 2005 03:29 GMT | 4 |
Your help would be appreciated relating to this simple problem involving passing data between 2 forms. Form1 has 2 option buttons which assign different data to a variable Fname. When Form2 loads it should display the contents of Fname.
|
| VB6: Access Email | 14 Oct 2005 01:19 GMT | 8 |
Is it possible for my program to fetch email from a server and parse it for commands? I want to make a remote-control program for my computer that I can control with my cell phone. Is this possible?
|
| Beep | 13 Oct 2005 23:57 GMT | 3 |
I know the 'Beep' function in VB is simply 'Beep', but this sound only works if the user has speakers attached, on, and not muted. Whenever a computer crashes it makes loads of beeping sounds, even without speakers. Is it possible to this in VB?
|