| Thread | Last Post | Replies |
|
| on form unload | 18 Jan 2005 16:33 GMT | 3 |
i wrote: Dim Responso Responso = MsgBox("Sei sicuro di voler uscire ?", vbYesNo) If (Responso = vbYes) Then
|
| Time question | 18 Jan 2005 16:29 GMT | 4 |
Hi I want to execute some code between 8:00 AM and 8:00 PM I use: If Format(Now, "hh:mm AM/PM") > "#8:00 AM#" And Format(Now, "hh:mm AM/PM") < "#8:00 PM#" Then
|
| ActiveX exe question | 18 Jan 2005 16:23 GMT | 2 |
If I call an ActiveX exe with "Thread per object" or "Thread Pool" with # of thread > 1 from my application, at the end of processing inside the ActiveX exe, do I need to put an "End" statement to kill the ActiveX exe ? If I don't do that, the ActiveX exe stays in the Task ...
|
| The best way to yield processor to other users for long-running pr | 18 Jan 2005 16:23 GMT | 21 |
Our VB application gets data from SQL Server database and send the data to the client using socket. The data returned to the client can be around 800,000 records, and this can take a while. I know, what do you use 800,000 records for ?
|
| How to check if a number is in a collection? | 18 Jan 2005 16:05 GMT | 15 |
I am using a collection to store integer vlaues , and I want to retrieve them with a key. It seems the item method/prop only accepts a positional index, could that be the case? Here is how I am doing it:
|
| Catching Hotkeys (F1-F12) | 18 Jan 2005 15:26 GMT | 1 |
is it possible for a VB6 application to monitor the use of the F1-F12 keys (and - of course - react to them) even if the application does not have the focus or is minimized in the system tray? Thanks for your help
|
| Reference sites for VB6 | 18 Jan 2005 15:25 GMT | 2 |
I'm new to this discussion group and to Visual Basic. Are there any useful websites which give basic programming advice for VB6 that I might find useful. Or can anyone answer the following query:
|
| Help With MsAccess | 18 Jan 2005 14:44 GMT | 1 |
how can i make an MDE file from a vb6 application? i have an MDEB file and i want to click on a button , and then it would automaticly create an mde file. thanks.
|
| multi project + group project recompile at one click ? | 18 Jan 2005 14:15 GMT | 4 |
I have approx 20 large visual basic projects for dll's and 20 group projects for ocx's that I open and compile separately. Is it possible to run VB 6 from a cmd prompt with parameters included to get it to create these dll's and ocx's at one click ?
|
| Launch notepad on any operating system | 18 Jan 2005 13:39 GMT | 4 |
I'm using the following VB6 command button code to launch Notepad on Windows 2000 but it does not work for Windows XP with Notepad in c:\windows. Is there a way to get it to work on both operating systems? Private Sub Command3_Click() 'Notepad
|
| Reference lost under Terminal Server | 18 Jan 2005 13:18 GMT | 7 |
Does anybody know why a reference to an ActiveX DLL is lost when process running under Terminal Server session (big project)? I'm sure the reference is taken at the start of the program, but eventually it's lost for no reason... Could it be a memory problem or
|
| Can't change case on data field name | 18 Jan 2005 12:08 GMT | 3 |
Having a strange problem in VB6. Writing a program for an Access data file. One of the fields is "!xNum" only it shows in the code as "!xnum". When I change the case to "N",
|
| Combo Box Flakey | 18 Jan 2005 09:12 GMT | 4 |
I have a ComboBox that has only two options. It displays either a letter E or W. Several users report when the W is selected it doesn't appear. The box is blank. This doesn't happen on any of my machines. Originally I had it so the there by default in the properties list.
|
| installation problem | 18 Jan 2005 08:57 GMT | 9 |
i try to install my application using the package wizard, i followed all the instruction but when i try to install the application on a pc it doesnt work, on the log file there are this problem: *** ERROR: The file
|
| Hex Editor | 18 Jan 2005 07:04 GMT | 8 |
I need a freeware/shareware text editor that can open up files partially and also has a command line interface and scripting mechanism. Can anybody give me some suggestions? Thanks a lot in advance for any help!
|