| Thread | Last Post | Replies |
|
| To use Windows Service??? | 03 Nov 2006 03:51 GMT | 11 |
I need to create a self run program which will run in Windows 2000 background all the time. I presume i need to write the program as a Window Service, am I correct? If yes, I'm not familiar in this area, any sample code for me to follow and
|
| Data Report help - VB6 | 03 Nov 2006 01:50 GMT | 9 |
I'd like to build some reports for my app. I don't think I want to do the reports with a data environment, because I want the reports to be based on the current recordset from the main data form. the recordset from the main data form is pretty dynamic...i.e. I have a bunch of ...
|
| Is it possible to add multiple images from a small picbox to diff. positions in lg. picbox | 02 Nov 2006 23:50 GMT | 3 |
I have a program that used to download maps from Mapquest, it was a simple matter of building the right URL, loading the page, examining the src of each img until I found the right image, then saving that image to the hard drive using the INET control.
|
| Trig Functions in VB.Net Studio 2k3 | 02 Nov 2006 23:08 GMT | 3 |
Are the trig functions, Sine, Cosine, and Tangent, built into VB.Net? I haven't been able to find the functions. I'm using Studio 2k3 if this helps? Thanks in advance.
|
| XML Report Format in VB.NET Windows Application | 02 Nov 2006 21:44 GMT | 1 |
I am trying to create an XML report template that will print three different types of reports based upon choice. I've been researching this all day and no one knows anything. If you would, please show me how to create the report and how to run it; or if you would, give me a
|
| Location of the cursor in textboxes | 02 Nov 2006 20:40 GMT | 3 |
I use Text1.Setfocus to locate the cursor in the Text1.Text, when this happens, the cursor shows up at the beginning of the textbox. I mean if there is a data already entered in the text1.text, the cursor shows up just before the data. I want the cursor to show up at the end of ...
|
| VB6: How to detect whether an ACCESS 2002 record is LOCKED? | 02 Nov 2006 19:43 GMT | 5 |
The subject line pretty much says it all: What is the best way to write code that will detect whether a particular record in MS ACCESS 2002 is currently locked by another user?
|
| Find the window title of an application | 02 Nov 2006 19:37 GMT | 1 |
Hi all, i'm using VB6 and i need to know the window title of a program, is there a way to get the window title? i don't know if i must find first the PID, can someone write an example? Thx all :)
|
| Identify last Item Selected in a Multiselect Listbox | 02 Nov 2006 18:15 GMT | 2 |
Is there a built in method or API that allows a program to identify that last item selected in a multiselect (checkbox style) listbox? The goal would be to provide the last listbox index that was checked ON. If an item was checked OFF the function would return a -1 for nothing ...
|
| Database transactions and data-state flags | 02 Nov 2006 17:22 GMT | 9 |
I am attempting to create an API layer for my application. The UI interacts with the API, the API interacts with the database. Essentially, each object is responsible for its persistence. At this point, I use flags (IsNew or IsDirty) to indicate the state data of the object's
|
| listbox control columns | 02 Nov 2006 16:26 GMT | 17 |
I am creating a dll in VB6 and I am having problems with the listbox control. I set the listbox control to show 15 columns but when I try to put data in any column after the 10th I get an error that says Invalid value for list property
|
| How we can to launch external program with parameter? | 02 Nov 2006 14:34 GMT | 2 |
hello...anybody can help me plz.. I want to run external program (e.g : pkzip) that use parameter option. I tried with shell function but couldn't work because I did know to pass parameter option to pkzip program.
|
| how can i use functions from a DLL in a vb6 project ? | 02 Nov 2006 14:18 GMT | 5 |
somone wrote a c++ project with a lot of Dll's. I need to include one of those Dll in my vb6 project to use some functions there. i havent succeed to insert it : it's not an ocx component and when i copy it in the system32 folder and i see it vb refuse to insert it in the project.
|
| Shell with a kb hook | 02 Nov 2006 14:06 GMT | 8 |
I am writing an app and looking for suggestions. I want the app to run undetected, hidden or mininized with no tray icon, and to function with both Windows 9x and NT based (NT, 2000 and XP) systems. Here is an example of what I am trying to do. I want to launch my app
|
| Free to do what I like, but is it right? | 02 Nov 2006 12:38 GMT | 36 |
For fifteen years I have religiously followed Hungarian notation and prefixed every integer with an i, every string with an s. Often I have wondered why the heck I do this. I have never, or hardly ever, needed to puzzle for very long over whether a particular variable is an
|