| Thread | Last Post | Replies |
|
| Imagelist | 08 Sep 2005 17:36 GMT | 2 |
can you give me an example on how to use ImageList to create an effect of a moving object? Thanks
|
| Linked Table in MS Access shows prior data | 08 Sep 2005 16:09 GMT | 1 |
In MS access I have a form that I select a code. Depending on th ecode The subform displays the data in the table. When I change the code I un link the old table with a Docmd call and link the new table with a Docmd call.
|
| Calling DOS batch file from within VB6.0 | 08 Sep 2005 15:56 GMT | 3 |
I need to call a batch file Comment.bat from within a VB6.0 project and cannot figure out how to do that. Can someone help please? Thank you.
|
| VB6 Make Exe no longer enabled on File menu | 08 Sep 2005 15:02 GMT | 2 |
I can no longer make exe's in VB6. The Make exe item on the File menu is grayed out. I have been creating exe files for at least a year on this machine, but suddenly no go. I did have a few VB crashes when I was working on creating an OCX. I'm guessing that one of these ...
|
| NewLine in an ini entry | 08 Sep 2005 14:44 GMT | 7 |
How do you write a newline in an ini file? For Example: [Patient] name=denis
|
| API Call to get user name? | 08 Sep 2005 04:22 GMT | 4 |
Does anyone know if there's an API call that will return the user's Windows login name as a string? If the user has no login name, as could be the case with Win 98 or ME, then the call would just return an empty string.
|
| Syntax to QUIT the running App | 08 Sep 2005 04:03 GMT | 89 |
Having trouble finding the syntax to quit my app from inside. Got a handle on quitting other apps with the Application.Quit but struggling with quitting my app from within a form/button. Any suggestions or reading matter appreciated.
|
| Detect If Window is Minimized | 08 Sep 2005 03:26 GMT | 4 |
i want to detect when a particular window (of not my app, can be anything like outlook express) is minimized or at normal position? does any body know how to ? thanks,
|
| Loading an animated GIF | 08 Sep 2005 00:26 GMT | 4 |
Is is possible to load an animated GIF? How do I do this?
|
| listing object and class/members | 07 Sep 2005 23:28 GMT | 1 |
I want to print (to file or paper) the content of the object browser window in VB6 SP6. to have a good view on all the classes and there members in an object. How can I do this?
|
| Accessing exceptions thrown in c# from VB6 | 07 Sep 2005 23:18 GMT | 5 |
We have a Activex exe written in VB6 which references a .Net dll written in C#. .Net code throws exceptions. How can we catch these exceptions in VB6 code? Thanks.
|
| Image Fade In Code | 07 Sep 2005 22:21 GMT | 1 |
Does anyone have code that will allow me to fade in an image? I'm currently using the Width and Height properties to give it somewhat of a fade affect, but I'm looking for the real thing. TIA
|
| Multilanguage | 07 Sep 2005 20:56 GMT | 5 |
Hi NG, I´ve wrote a really big application in vb6 and now, i´ve to implement a multilanguage function in it. I´ve searched with google for a tool, which i could use to do the localization without having so much work. I now the
|
| hide property values from hex editor in compiled VB6 EXE? | 07 Sep 2005 20:06 GMT | 4 |
As everyone knows, all you have to do is look at a VB6 compiled EXE in a text or hex editor, and you can see all the property names and values for components or objects you have used in the program. How do you keep someone from seeing that an ActiveX control used in the program
|
| "Whats This?" button getting in the way | 07 Sep 2005 19:13 GMT | 5 |
When right clicking on a picturebox I call the ShowColor dialog box. Unavoidably the picturebox is center screen and when the color dialog shows (center screen) the "What's This?" button keeps popping up as it does when you right click a basic or custom colour.
|