| Thread | Last Post | Replies |
|
| Finding breakpoints? | 10 Oct 2004 16:06 GMT | 2 |
Is there some way to find all of the breakpoints that are currently set in the IDE? I am referring to those set using F9 in the IDE. Thanks
|
| Create shortcut in XP | 10 Oct 2004 10:17 GMT | 7 |
Using VB5, Sp3. Have been looking for a solution all day. Maybe I'm looking in the wrong place. I need to be able to create a shortcut for my app and place it on the desktop.
|
| Advanced ActiveX ?? | 10 Oct 2004 07:41 GMT | 3 |
Are there any separate ActiveX controls available, like XP style ActiveX ? If yes, where can we obtain these controls from? We hold MSDN subscription. Are we eligible for any such net download or cd ? Else, where can we obtain these ActiveX from ?
|
| Will undefined varialbes test as False? | 10 Oct 2004 06:50 GMT | 41 |
Can I be assured that an undefined variable will test a False in an If statement? I did the following test, but the Immediate window can sometimes behave oddly.
|
| Visual Basic Document applications won't open immediatly with XP S | 10 Oct 2004 06:18 GMT | 6 |
After installing SP2 for XP Pro, applications that end with a vbd extension now get a dialog box from the XP security center asking if the user wants to Open, Save or Cancel. How do we bypass this box and launch the application directly as before?
|
| Overflow Error | 09 Oct 2004 17:50 GMT | 16 |
I'm trying to create something that divides the integer and decimal part of a single. I tried using the functions int, fix and round in the following way. Value = 23.45
|
| Capitol letter | 09 Oct 2004 14:49 GMT | 23 |
In a text box if a user inputs text how do I check to make sure that the first letter is capitol?
|
| Query on VB form object | 09 Oct 2004 14:09 GMT | 2 |
There are 2 menus namely "Collateral Limit" and "Ledger Balance" These two menus shares a single form When i click over "Collateral Limit", the form should appear with the caption "Collateral Limit"
|
| Mscomm control ComPort, why different receiving paragraph? | 09 Oct 2004 07:20 GMT | 5 |
I use Mscomm control two computer comport to transfer message, why sometimes the receiving message has different paragraph? for example, I transfer "ABCDEFGHI", the receiving computer shows "ABCDEFGHI" at first time, if I use timer to repeat send this message,
|
| vb.net windows service | 09 Oct 2004 05:59 GMT | 1 |
I'm am trying to create my first windows service and am not able to get it installed, or at least it doesn't show up under control panel\admin tools\services. I tried installing it via .net command prompt with installutil "path\.exe". Any suggestions?
|
| VB6 - Sendkeys, how to send special funtion keys. | 09 Oct 2004 03:31 GMT | 2 |
For normail keys, we can send it out by its ascii code, how about: Multimedia keyboard: play / stop / .. windowskey.../ ...,etc. Best regards, Boki.
|
| VB6 - How to disable Window key and detect NB Fn key.... | 09 Oct 2004 03:25 GMT | 4 |
Dose it possible to disable window key, and detect NB Fn key ? Best regards, Boki.
|
| Sys requirements? | 09 Oct 2004 00:24 GMT | 2 |
I need to figure out the minimum system requirements of my application. I guess this is a plus as it implies its making itself available to the masses. How do you suggest one figures out what the minimum and best system specs a
|
| excel | 08 Oct 2004 23:27 GMT | 11 |
I have an app that is using the mshflex grid control. I would like to have the user selectvarious rows in this grid, then afterward, be able to have the data that is select go into an excel sheet. How???
|
| Delete Workbook Programatically | 08 Oct 2004 21:30 GMT | 3 |
Does anyone know if it is possible to delete a workbook within a macro? I'd greatly appreciate any suggestions. Thanks, Rob
|