| Thread | Last Post | Replies |
|
| Explorer Messages | 30 May 2005 00:08 GMT | 68 |
In my attempts to create a custom Shell for Windows, I'm looking for a little help. When a window is minimized, Explorer, I believe, is what hide's it from the desktop. I think this is the case, maybe, because in my testing with my
|
| VB 6 and MS-Word question | 29 May 2005 10:15 GMT | 5 |
I need some hints for the following problem. I have a VB 6 application that needs to write data (text and image) to a Ms-Word document (template) So I created a Ms-Word document with some bookmarks. The VB App is able to
|
| Correct way to get random results with arrays | 25 May 2005 23:31 GMT | 1 |
Could you please help me with this because I am going round the bend. In essence, I'm working with the following type of array: arrNames(x,y) x always equals 0 in this case because I'm working with 1 dim here
|
| Using USB Barcode with Visual Basic 6.0 ? | 25 May 2005 16:17 GMT | 8 |
How can I use USB BarCode with Visual Basic 6.0, I have found some examples of using Serial Bar Code using Comm Control but I don't know about using USB Barcode SCanner, any idea please ? I just want to display the barcode reader information to the text box ?
|
| Troubles with ActiveX-EXE (Out-Of-Process Server) | 22 May 2005 10:55 GMT | 5 |
I have some troubles with an ActiveX-Exe written in VB6. It is installad on a Server-PC. Every Client creates one Remote-Instance on the Server with: CreateObject( CLASS, SRV ).
|
| Memory Usage | 21 May 2005 00:20 GMT | 4 |
I have a Module with alot of functions. Let's say I have 3 functions - F1, F2, and F3. Within each of the functions, I have the same constants but with different values.
|
| VB6 and Web Services | 18 May 2005 07:33 GMT | 1 |
I have a ActiveX component written in VB6. I need to modify it and make it connect to the .NET web services. I am looking around for advice or someone to point me in the right direction. Thank you all. Help is much appreciated. If some one can post some sample
|
| Enumerating controls detecting control arrays | 17 May 2005 22:24 GMT | 2 |
Say i want to enumerate all controls on a form, how could I detect if a control is part of an array? This doesnt work: ----------
|
| Function and its arguments | 17 May 2005 01:15 GMT | 1 |
I have a function which prototype looks like the following: RequestValue([in] BSTR strCategory, [in] BSTR strProduct, [out] LONG* status, [out] VARIANT* vValue) I declared a LONG variable as follows:
|
| fm20.dll | 12 May 2005 15:56 GMT | 1 |
i used fm20.dll in my vb project in win me now i want to use this project in win xp but i must to install office to work properly project now i want to change this objects(fm20.dll objects ) in vb project
|
| XML | 12 May 2005 15:28 GMT | 1 |
Everybody is talking about XML this and XML that. How does this different from a CSV file? How do I use XML in VB6?
|
| COM+ | 11 May 2005 16:15 GMT | 2 |
I'm a VB6 developer for quite some time now and have also developed a mobile app in VB.Net and C# a couple of years ago. I've been playing around with .Net since then... Now, we're starting to design the new corporate system and have developed a
|
| Putting in a 'Do you really want to quit' routine | 10 May 2005 20:24 GMT | 1 |
I have a standard form that has the 'x' top right-hand corner and also has a File/Quit (thanks to the Menu Editor). What I'm trying to do is put a msgbox up after the user goes to File/Quit or clicks the 'X' to say 'do you really want to quit Yes/No'. If they click
|
| Process ID's | 10 May 2005 05:58 GMT | 1 |
I got a vb6 app that updates itself by creating a batch file containing FileCopy commands it launches this batch file before it closes. The batch launches a .vbs file which does the rest of the work.
|
| Compile Status Bar | 09 May 2005 21:13 GMT | 3 |
Ok this is bizarre. I used to get a status bar on the toolbar of VB6 ide when I make my exe. That has disappeared, how do i get that back? Now When I make my exe, i have to wait until the
|