| Thread | Last Post | Replies |
|
| Ahh - Can't open my vbp? | 06 Aug 2005 14:07 GMT | 11 |
Hi Folks - some of you will know I have been learning VB6 on the fly for the last two weeks (whilst supposedly on vacation <lol>) and managed to work most of the bugs out of my test application. That was on a work PC overseas. Before I came home I copied the vbp for the app to ...
|
| Latitude, Longitude, and Radius | 06 Aug 2005 11:13 GMT | 6 |
Folks, I've got a database with Zip codes. This also includes the latitude and longitude values stored as singles (lat 42.17444, long -70.88417). I've been given the task of when a user enters a zip value, it will also display
|
| Logging a user off my program | 06 Aug 2005 09:51 GMT | 11 |
I'm using MDI forms. I want to add a timer to the MDIForm1 that will count minutes of inactivity and log a user off after five minutes or so. How can I detect user activity on a MDI Child form without adding code to all the Child forms?
|
| Connecting to Remote Oracle Database | 06 Aug 2005 08:32 GMT | 3 |
How to connect to Oracle Database in different computer in same LAN ? What is the valid connection string for VB ? Thanks
|
| Shortcut In XP User Startup Folder Doesn't Run?? | 06 Aug 2005 04:48 GMT | 1 |
I had been putting a shortcut in the user's (not the system) startup to cause a utility to run at startup. It was working fine. I recently relocated the executable to a new location and replaced the previous shortcut with a new one.
|
| Menu - hiding and showing selected menu items using code | 06 Aug 2005 01:14 GMT | 6 |
Hello -- Can someone tell me where I can find code examples for hiding/graying out and showing menus? The menu was built with the Menu Editor.
|
| XML Structuring in classes | 05 Aug 2005 22:40 GMT | 4 |
VB6. I have the task of reading in an XML document. It has many levels of indentation (for lack of a better term). I'm planning on reading this into a class that I'll create, then I can use that class to access sub-elements and things. It's not a huge amount of data, but
|
| MSFlexGrid doesn't refresh | 05 Aug 2005 21:39 GMT | 2 |
I am running a VB6 app on a Win98SE machine. In the app I have a MSFlexGrid control on the main form. In the load event I put the form in the top of the z order with a call like SetWindowPos(Me.hWnd, HWND_TOP,...)
|
| Application wrapper | 05 Aug 2005 21:12 GMT | 1 |
Ok. Is it possible to write a "wrapper" in VB6 to start and control several applications? I want to start an application (if not running) or to maximize the application (if minimized), by pressing a single button (eg #1)
|
| Cloning form and class module instances in VB6 | 05 Aug 2005 21:08 GMT | 3 |
Is there a simple way to create clones (duplicates) of form and class module instances in VB6? I could write a Clone() method for each form/class that simply bulk copies all of its member data to a new instance. However, I am hoping that there is a more elegant solution,
|
| How to pass several variables? | 05 Aug 2005 20:32 GMT | 6 |
I have several variables that are read in from a file and I need to make them publicly available to several class_modules. What is the best way to do this? I tried to make a variable that was Global in my form code but it's not readable in the class_module ideas?
|
| Help with WMI | 05 Aug 2005 17:29 GMT | 2 |
Does anyone knows how i can retrive programmatically all the properties that recieved from the query by "select * ..." for example i want to know all the properties that recieved by the query :
|
| treeview | 05 Aug 2005 17:25 GMT | 1 |
could someone please point me to a good resources with code samples on how to use treeview activex control? I couldn't seem to find a good resource anywhere. Also, can I bind regular object with collection to a datagrid control? I
|
| Newbie: Opening ASCII delimited files with variable columns | 05 Aug 2005 17:13 GMT | 5 |
I was wondering if there is any piece of code in the web that i could steal some ideas to perform the following: I want the user to open an ASCII file of the following format: 19990305 34.5546 29.34556 ...... etc
|
| howto implement .NET static modifier in vb6 | 05 Aug 2005 16:58 GMT | 2 |
All, Not sure where to post this so as you see I posted it in the generel section... We (me and some other developers) had a discussion on how to implement the
|