| Thread | Last Post | Replies |
|
| OCX question | 10 Mar 2005 20:51 GMT | 3 |
Without doing anything special, if I raise a custom event from an OCX, does it complete before the code in the OCX continues? My assumption is yes, but I thought I'd ask anyway. TIA!
|
| Is UserControl code running at design time or run time? | 10 Mar 2005 18:58 GMT | 2 |
Is there an environment variable that I can check to see whether or not my UserControl code is executing at design time in the VB IDE, or whether it is executing at run time? I need my control to resize differently at runtime than at design time, among other things.
|
| 429 Error: You do not have an appropriate license to use this functionality | 10 Mar 2005 18:44 GMT | 2 |
I've developed a custom control that itself uses other custom controls. Everything works great on the development machine, but on some client machines, I'm getting the above error when I try to execute a program that uses the control. I've created some small test applications that
|
| Is there a tool for bulk exception handling? | 10 Mar 2005 18:41 GMT | 11 |
List: I'm going over some old code adding error handling. For every function that lacks an error handler, I'm doing something like this: function functionName(variousParams as paramtype ) as returnType
|
| Timing Using Timer Control VB6 | 10 Mar 2005 16:42 GMT | 2 |
VB6. I'm using the timer control at a 100mS rate to ultimately control the time of the tests my program performs ( ie: 5 minutes total). I'm pretty sure this is not a good idea because the accuracy seems to vary on different
|
| form icon in Start Menu | 10 Mar 2005 16:07 GMT | 3 |
I have an app that needs to have a different icon appear in the Start Menu > Program Files list depending on whether the software is licensed one way or another. I have the icons and have used the following conditional comp statement when
|
| VB Petition to Microsoft | 10 Mar 2005 15:23 GMT | 2 |
all VB6 developers see this, force MS to continue COM VB ========================================== http://classicvb.org/petition/index.asp A PETITION FOR THE DEVELOPMENT OF
|
| EXE taken in one machine is not working in another machine when using an ActiveX control, is the problem in ActiveX Control? | 10 Mar 2005 14:06 GMT | 2 |
Hai, I am having an ActiveX Control, I have inserted the control through Components, and it is working fine. I have taken exe, the exe is also working fine.
|
| Case sensitive combobox. | 10 Mar 2005 14:04 GMT | 1 |
Any idea how to make a combobox case - sensitive in VB. Let us assume i have a range object in Excel with 2 strings which are the same but the case is different. Eg: ABC and abc. Now i set the row source of the combo to this range object.
|
| adodb.connection error in debug mode | 10 Mar 2005 13:26 GMT | 2 |
Hi. I am having a problem which I have never seen before. I have some code which runs fine in a compiled dll which errors in debug mode. Take this code Public Function RunSQLSelect(ByVal dbConn As ADODB.Connection, ByVal sSQL As
|
| Shell Command Security | 10 Mar 2005 13:19 GMT | 1 |
I want to use the Shell command to run one executable program from another. I need to send password information as an argument to the second program. Are the arguments passed on a shell command secure, or do I need to encrypt the information?
|
| How do I make Package and Deployment Wizard install for everyone | 10 Mar 2005 10:07 GMT | 4 |
I have created a program in VB 6.0 and am trying to use the Package and Deployment Wizard to create an installation. I work but for one thing. The program will be installed 'Just for me', i.e. Only the user that is logged on when installing will get the menu under
|
| Package and Deployment Wizard | 10 Mar 2005 09:31 GMT | 1 |
I'm using VB 6.0 and the Package and Deployment Wizard to create an installation program. AFAIK, .exe files created with VB 6.0 needs a runtime to work(?). Will the Package and Deployment Wizard create everything I need to
|
| Get Value from String | 10 Mar 2005 09:15 GMT | 7 |
I am trying to extract the value (V140-28) out of a string shown below: 1 3 V140-28 000 INV EA 6 6 How can I do this?
|
| Access Denied when Checking Process Type | 10 Mar 2005 08:55 GMT | 1 |
I am trying to get a count of each type of process that's currenly running. I've got the following so far: =================CODE========================== Sub GetProcesses()
|