| Thread | Last Post | Replies |
|
| Advice on a VB6 app accessing a C\C++ DLL... | 30 Apr 2006 10:28 GMT | 9 |
I'm posting this in both a VB and a C\C++ Win32 group because this deals with both languages. If you feel I'm in the wrong spot, just direct me to where you think I should go. I don't claim to be an expert programmer, that's why I'm asking for advice. Thank you in advance.
|
| Behaviour of CType | 30 Apr 2006 00:40 GMT | 1 |
Can someone explain this new-to-visualbasic programmer why my statement throws an exception? I have defined a class: Class myDataSet
|
| Get Firefox URL? | 28 Apr 2006 20:10 GMT | 34 |
Does anyone know a way to get the URL from the Firefox Address Bar? I've seen similar questions archived in Google Groups but no definite answer with any example code. There MUST be a way. I've tried various window-spying apps but none of them have shed any light on it. All I've
|
| How do I bind more than one field to a control? | 28 Apr 2006 19:44 GMT | 2 |
I am trying to create a pop up window that will display several fields at once. Does anyone have any ideas as to how I should program that? Thanks.
|
| Sending commands to SSH | 28 Apr 2006 19:36 GMT | 4 |
I am trying to create a form that will send commands to a telnet session. This session is a PuTTY SSH session. I can start PuTTY with a Shell function. How does one associate the running telnet session the the command buttons. Should I use:
|
| Decompiler of Visual Basic programs. | 28 Apr 2006 15:45 GMT | 1 |
> http://www.vb-decompiler.org/index.php?p=Products > http://www.vb-decompiler.org/files/lite.rar > > Description: |
| FlexGrid and highlighting | 28 Apr 2006 11:38 GMT | 1 |
I use the MSFlexGrid control every time I need to show data is a tabular format and amy pretty happy with it. But I find that when I select a row and it is highlighted that when I access a value from a particular cell by setting the col property, then the highlight dissappears, ie
|
| Speeding up sendkey in VB2005 - is it possible? | 28 Apr 2006 09:59 GMT | 2 |
Sendkey is so slow... Hi, I would like to send text via the keyboard to another process. In my example I use notepad as a destination - later this
|
| How can a use formating with the print #1 command | 27 Apr 2006 23:20 GMT | 4 |
I am writing to a cvs file using the print #1 command. My problem is with one number that is to big and it comes in a char format from de data base. The number is like thi one: 91801456321456
|
| Please help - VB 3.0 & 4.0 code! | 27 Apr 2006 15:56 GMT | 6 |
I'm on a Windows XP box. I was given a bunch of visual basic files in both VB 3.0 and VB4.0. I've been told that these files contain source code and can be built to make executable programs. Problem is though - I don't know how to do this! For a start I'm
|
| Toolstripbuttons not responding to mouse click | 27 Apr 2006 15:00 GMT | 1 |
I think I have found a bug in VB 2005. I have a form which I want to be shown each time I put the desktop window to the foreground. In order to achieve this goal I have written the following code, setting the form's parent to the Program Manager:
|
| combo highlight | 27 Apr 2006 10:02 GMT | 7 |
I have two combo control (dropdown combo type) on an SSTab form eventhough the combo is disabled, it looks like it's highlighted (deep blue)? What settiong allows highlighting even if the field is disabled?
|
| Media player and WMA in VB6 | 27 Apr 2006 08:28 GMT | 9 |
A want to play a WMA file in VB6. I have a mediaplayer control from then msdxm.ocx lib I use this code 'start code
|
| output of immediate window in report | 27 Apr 2006 04:14 GMT | 7 |
I have written the module function to get the output of random numbers which is as : Sub MySecondConnection()
|
| Window size | 27 Apr 2006 04:03 GMT | 6 |
I would like my new window to fit the screen so I use: Main.width= Screen.Width Main.height= Screen.Height Main.top=0
|