| Thread | Last Post | Replies |
|
| Localization language | 14 Sep 2006 00:23 GMT | 2 |
I am looking for the name of the API call to determine the language (i.e. French, German, etc.) of the user who is runing my code? Thanks
|
| What type to use in a Dim? | 13 Sep 2006 23:22 GMT | 4 |
In the code below, vbComp is a Designer created by importing a VBA Userform. Yes, I HAVE to do this. So far, the only way I've found to list the controls on the Designer is to use a variable of type Object.
|
| how to pause function execution and raise an event and get back to | 13 Sep 2006 22:43 GMT | 5 |
I am writing a program in vb6 which creates a tcp client program that connects to a server in a function and sends a question over and then the function has to wait for a response from the server and return that to the function.
|
| Collision detection | 13 Sep 2006 22:26 GMT | 2 |
i have a form with on it some textboxes the user can drag and drop around i dont want to place textboxes on top of one another i have some kind of drop prevention, if a textbox is dragged around and the mousepointer is over another textbox i change it in a nodrop mousepointer,
|
| listbox with checkbox style - highlighted items | 13 Sep 2006 17:42 GMT | 3 |
Using a listbox with the checkbox style, I use this code to check every item in the list. dim i as integer for i = 0 to lstBox.ListCount -1
|
| Visual Basic 6 "Batch file" keeps focus | 13 Sep 2006 13:26 GMT | 2 |
I have a visual basic "batch file." I'm using the shell command to call three separate programs. The shell command normally would open all the programs one after the other. But I needed the first program to open and then when it closed to open the next. To do that, I use the ...
|
| Trying to find how to use the windows ZIP function | 13 Sep 2006 09:43 GMT | 4 |
I'm trying to compress either a folder or a file as like WinZip or the Windows 2003/XP compression (Zipped) format .ZIP. I've tried looking for some API calls but I'm a little stuck! Any ideas if this can be done?
|
| Projects window | 13 Sep 2006 00:03 GMT | 13 |
When I right-click on an item in the Project Explorer, is not there supposed to be a "Remove" item in the menu? If so, how do I get it back?
|
| HELP - VB6 to parse XML data | 12 Sep 2006 22:25 GMT | 2 |
I wrote a script in ASP to parse XML data retrieved from a remote website. Everything worked fine. Now I need to port it over to VB6 in a proper application. This is where the problem starts. I keep running into a 430 Automation Error where the class does not
|
| How to use TerminateProcess on an Explorer instance | 12 Sep 2006 22:00 GMT | 6 |
I'm using CreateProcessA to launch an Explorer session. How can I terminate the process? Task Manager doesn't seem to show the explorer session as a seperate process. I've tried using the TerminateProcess API with the process handle but it does not close the Explorer window.
|
| What does Debug message mean? | 12 Sep 2006 21:13 GMT | 11 |
I have problems with my VB program crashing. Si I debugged the thing but I don't know what the results stand for: Microsoft (R) Windows Debugger Version 6.6.0007.5 Copyright (c) Microsoft Corporation. All rights reserved.
|
| http://www.a1vbcode.com/default.asp | 12 Sep 2006 20:03 GMT | 2 |
Need some help please. I am using some code in MSAccess. I have a table with a date field called Date1. When I attempt to add records to the table instead of entering the date I am getting entries like the following: "12:00:32 AM". Just time, no date.
|
| Newbie help request | 12 Sep 2006 18:13 GMT | 8 |
Being a computer consultant for 10+ years, I've got the tech stuff down, but the programming stuff is all new to me. Reason I'm considering it is I work with a commercial application (GoldMine) which has a severe limitation that I need to get around:
|
| Alternative to Exceptions | 12 Sep 2006 17:52 GMT | 4 |
Hello. I have an exception performance issue. What I am doing is trying to cast a substring into an integer with CINT(string.substring(x,y)). And if it doesn't work, I am catching the exception and then entering the substring into a string variable. Here is my code.
|
| Weekday function? | 12 Sep 2006 17:32 GMT | 5 |
I have a weekly rota which I've setup, which the user can select a certain day of the week which the workers will go out and clean certain properties. How can I determine what the date will be based upon their selection? i.e. If they have chosen Monday, which would be 1 in the ...
|