| Thread | Last Post | Replies |
|
| Every ListItem now followed by -ON or -OFF. How ? | 31 Aug 2006 03:09 GMT | 4 |
By way of background, I'm a VB6 developer on XP SP2. This may be relevant, but it may not be! Read on.... Some time ago, and I REALLY don't know how, I must have downloaded something, upgraded my system, or tweaked an XP setting. Who knows...
|
| Remove carriage returns at end of text file | 31 Aug 2006 01:28 GMT | 3 |
I have a text file that I run through a VB6 program to modify the text data to match the importing requirements of an proprietary software application. I keep getting an error message on the import feature that says the process is running past the end of file. I manually ...
|
| Help with checking for Column Name | 31 Aug 2006 00:46 GMT | 4 |
I'm back again with another issue that I need assistance with. The problem that I am facing is that I need to be able to read a file and convert the data. However, I have an issue with one of the columns names. As it turns out, the column name could be one of two possibilites ...
|
| UpdateWindow | 30 Aug 2006 21:35 GMT | 1 |
Please Explain Me About Action of "UpdateWindow"
|
| SendMessage | 30 Aug 2006 21:35 GMT | 2 |
Anyone Can Tell Me "ALL" Flags of "SendMessageA"
|
| How Microsoft does it? | 30 Aug 2006 20:31 GMT | 2 |
I am creating a Image Library and want to know what can the best and standard procedure to do this. Concept is to have all the images needed by all projects (dlls and exes) in the product at a central place (in a single DLL) making it
|
| Move images and lines on a picturebox.... | 30 Aug 2006 20:11 GMT | 9 |
I have been trying to place images and lines on a picturebox and move them around. I place a picture2 and a Label1 on a form. Both indexes set to 0. I also use a ImageList1 with 7 images. Now I place an icon in the
|
| "Rejecting" specific characters in a variable | 30 Aug 2006 18:59 GMT | 7 |
Consider this statement: uName = Left$(strdata, 5) strdata contains 5 characters of <username>, 1 space, and another 10 characters of <password>
|
| C++ coversion | 30 Aug 2006 17:48 GMT | 1 |
Is there someone who can help me with this function? im trying to convert a C++ function to VB6 C++ function: bool GscDBI_importcall DataPacket_FetchA(HGscDataPacket, HGscDataSet,
|
| Extracting Icons from Microsoft Applications | 30 Aug 2006 16:46 GMT | 1 |
Hello group, I have a question about using icons extracted from specific Microsoft applications such as Access and SQL Server. I'm sure most people who read this forum have used some type of extraction
|
| print vb form during "runtime" | 30 Aug 2006 16:05 GMT | 2 |
I have a VB application where I would display information for the user according to their search criteria. I would like to know if the user want to print out the form, is that possible? The users won't have access to the vbp file and frm files. The
|
| VB6 problem | 30 Aug 2006 15:06 GMT | 2 |
I am new in the group. I am suppose to do a project in which when i run it, it should get some images or jpg and import it in the img boxes and i should make it in a way that if i choose the option box of remove, i click on the img and it will be removed, or if i choose the option ...
|
| Sort an array | 30 Aug 2006 14:01 GMT | 2 |
I have an array with "FirstName LastName". Is there a way to alphabatize it by LastName
|
| Serving a website based on internet source address ? | 30 Aug 2006 13:42 GMT | 6 |
Based on the source internet address a different version of the website should be presented/served to the user/browser. For example in pseudo code: if SourceAddress = '143.3.5.1' then
|
| Xml Encryption and Decryption | 30 Aug 2006 11:11 GMT | 1 |
We need to encrypt our database Login info and store it in a secure server. 1. Encrypt an xml file that has lofin info. 2. Make sure our code picks this encrypted file, decrypts it, reads
|