| Thread | Last Post | Replies |
|
| Wrong version of Dll | 25 Feb 2007 14:24 GMT | 4 |
I am using Office 2003 and want to add Microsoft Office Shortcut Bar from a previous version onto my pc. The executable (MSOFFICE.EXE) when I open it under the dependency walker, I get the error message:
|
| VB6 DLL Assembly Compile Link how??? | 25 Feb 2007 11:08 GMT | 6 |
Now that my Visual Basic 6 PSet() and Point() test is complete and produced valid results, much optimization and speed is required. Nineteen lines of assembly have been written to replace the nested for-next pset/point loops.
|
| Select Case - abominable? | 25 Feb 2007 06:51 GMT | 18 |
Given that thread I posted "Empty string equivalent to vbNullString" brought up a lively discussion on Select Case statements, and given that I like them over several If Then Else constructs, I thought I ask why it is that others feel they are so, well, distasteful. I find them ...
|
| Darn custom MsgBox!! | 25 Feb 2007 06:16 GMT | 8 |
I've got a problem !!! HELP!! I've got an activex exe that starts various threads in the background, similar to a print spooler. The activex exe has a main form that displays a list of active threads.
|
| Help in translating C to VB | 24 Feb 2007 15:57 GMT | 1 |
Hi all, i found some C code that exactly does what i need to: turn on or off the email led on my acer laptop, actually it allmost does what i need to, because i need to do that in VB6, would you be so kind to give me some pointers on how to convert the declarations to VB6 style?
|
| ListView: what it is after removing all columns? | 24 Feb 2007 01:10 GMT | 6 |
I have run into situation I want to remove all ListView columns. I've done that and I have still ListView object on screen. But what kind of control it is now? I would like to display some text (as info for the user) but if I do:
|
| Viewing records (first, previous, next, last) | 24 Feb 2007 01:02 GMT | 7 |
I'm wondering if anyone can help with viewing records. Ive tried several examples and adapted them to suit my program but they havent worked. Obviously im doing something wrong. If anyone can help it would be much appreciated!
|
| Shell syntax | 23 Feb 2007 19:07 GMT | 4 |
I need to run Shell command from VB6 application and I'm not clear with its proper syntax. This code works: Shell "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\RegAsm.exe " & """"
|
| FYI - Daylight Savings Time affects MS apps | 23 Feb 2007 18:27 GMT | 1 |
I don't know if this really applies to VB6, but it's interesting nonetheless ============================== Dear Valued Microsoft Customer, In 2005, the United States government passed the Energy Policy Act of 2005.
|
| VB6 Professional installed on Vista Compatability Issues | 23 Feb 2007 18:26 GMT | 9 |
I have been running Microsoft VB6 Professional for quite a while on Windows 2000 Professional without any problems. The VB6 service pack that I was running under 2000 was SP3. I installed VB6 on my new Windows Vista Laptop and first found out that you
|
| VB6 Simple CD Burner | 23 Feb 2007 16:40 GMT | 5 |
This works and will do what I want, can anybody tell me how to incorporate it into my program. I downloaded the program from Google
|
| about Google API key | 23 Feb 2007 16:21 GMT | 3 |
i am developing a VB.NET application that makes use of Google Search API. On running the application i got 'Un authorized Google API key" Exception.
|
| VB6 - Saving query results as XML | 23 Feb 2007 15:44 GMT | 5 |
How can I issue a SQL query from my VB program and get the results back as XML? Normally I do: strSQL = "SELECT * FROM MyTable"
|
| Shell API | 23 Feb 2007 15:37 GMT | 13 |
Can you use the Shell API with VB6 SP6 and XP Prof? If yes how do I add to my program please.
|
| file sizes | 23 Feb 2007 15:30 GMT | 8 |
can anyone tell me how to count the total size of some files in a folder using VB6. Jack
|