| Thread | Last Post | Replies |
|
| VB as a DCOM server | 11 Mar 2005 14:39 GMT | 2 |
I've been working for some time on a small (100 lines) program that needs to be run remotely -- it uses a DB as a data medium, so there's no need to send anything back. There seem to be two ways to do this... 1) remotely call the program from the command line
|
| How to store a reference to UDT? | 11 Mar 2005 14:37 GMT | 8 |
Is there a way to store a reference to a UDT that's already been allocated? (If not, please read for the second part of the question) For example, in a situation like this: I have an array of UDTs. I have a class that receives one of the elements of
|
| Sharing Variables between Class Modules | 11 Mar 2005 13:36 GMT | 4 |
Thanks for your time. Say that I have two different class modules in the same VB6 application. Lets call them A and B. How do I use a variable and its value in Class Module B that was create in Class Module B? Class Module A starts, then
|
| how can i use the erl object | 11 Mar 2005 08:12 GMT | 3 |
hi guys can u please tell me how to use the erl object .. i'm i right that it is a error handler ... please .please . thanks in advance and thanks also for those people who reply my last message .. thanks a LOT ! .
|
| Array question | 11 Mar 2005 07:16 GMT | 6 |
I'm writing a DLL that receives an array (byVal myArray() as Variant). I can easily identify the length (number of rows) in the array by using the UBound() function. However, the array will be a multi-dimensional array varying number of
|
| Disable default beep | 11 Mar 2005 06:03 GMT | 1 |
I've got a simple vb6 program that takes some user inputs via a textbox entry. When the user presses the enter button, windows XP generates a short beep. I would like to disable this sound and replace it with my own. I've got the sound code implemented, but can't seem to ...
|
| Keyboard help | 11 Mar 2005 05:59 GMT | 2 |
I am trying to delve into the game programming area. My first app is a small shooter. I use the left and right arrows for movement and the spacebar for firing. My problem is: if I am holding down the left or right arrow my movement is ok, but if I press the spacebar to fire, ...
|
| Menu Caption/Checked Property quirk | 11 Mar 2005 03:21 GMT | 4 |
Happy Lunch hour guys, I have a menu designed to allow the user to select a device. The menu initially appears with a single menu item that Form_Load() initializes with the following propertie values:
|
| VB6 on Xeon twice as fast as on a P4... | 10 Mar 2005 23:17 GMT | 7 |
I've have a standard VB6 app that uses a MS Access 2000 database -- I was running some timing/performance test on the following two PC to see which is better for a client recommendation: System 1
|
| Changing Application Icon in Start Menu | 10 Mar 2005 22:59 GMT | 1 |
I have an app that needs to have a different icon appear in the Start Menu > Program Files list depending on whether the program is compiled as a product of Company A or whether it is compiled as a product of Company B. The application itself is exactly the same in both cases; ...
|
| Save GIF Chart w/ XLS filename | 10 Mar 2005 22:47 GMT | 2 |
I am trying to save charts in GIF format with the name of the excel file they come from. I tried .Path & .Fullname but they have the .xls extension... Does any on have an idea how can I do it? Thanks
|
| OCX problem | 10 Mar 2005 22:30 GMT | 3 |
I'm doing a project that involves taking a child screen from an MDI application and making it an OCX. Shouldn't be a big deal as I still, for now anyway, intend to have a basically blank screen in the MDI app with just one control on it (the new OCX) and some minor code to set it ...
|
| VB double incrementing quirk | 10 Mar 2005 21:52 GMT | 4 |
Greetings all, I am new to the MSDN forums, and I have a quick question that I hope someone can help me with. I am working on a software interface to a USB receiver, and I am using a double variable called total_value to calculate values from 0.0
|
| Permission Denied | 10 Mar 2005 21:14 GMT | 7 |
My program has been working for a couple of years at work to open and write to a Word Document. Now, after I.S. was 'fixing' my computer for an unrelated network problem, I get "Permission Denied" on the Set MyWord
|
| SSTab question | 10 Mar 2005 20:52 GMT | 2 |
This morning I moved a screen's controls from residing in several frames with a TabStrip to residing in an SSTab control. Now, how can I programatically select a tab. Before I just set the TabStrip.Tabs.Item(<tabnum>).Selected property to True and let the TabStrip
|