| Thread | Last Post | Replies |
|
| usb hardware group? | 04 Dec 2006 03:56 GMT | 16 |
any one know of good hardware groups for usb issues? Since debugging some errant vb6 code <g> the usb ports on my machine have not worked (I think I had to shut down the machine once to get out of a hung
|
| How can I define an "event" for all the textboxes in a project? | 04 Dec 2006 02:10 GMT | 6 |
How can I define an "event" for all the textboxes in a project from different forms? For example, I want the "Click" event for all of my textboxes to be: MsgBox "Textbox Clicked!"
|
| ByRef argument type mismatch | 04 Dec 2006 00:06 GMT | 1 |
Declare Function lineMonitorTones Lib "tapi32.dll" (ByVal hCall As Long, ByRef lpToneList As LINEMONITORTONE, ByVal dwNumEntries As Long) As Long Type LINEMONITORTONE dwAppSpecific As Long
|
| How to scale a PictureBox? | 03 Dec 2006 19:34 GMT | 6 |
I have a PictureBox in my VB6 program and I want to make its size just the same as screen size (Scale it, and make it fullscreen), but as much as I tried and as much as searched in MSDN libraries, I couldn't find out exactly how to do this. Would somebody please write the code to ...
|
| icons in menus disappear with focus | 03 Dec 2006 19:09 GMT | 4 |
I have a program where I place images into some of the menu items. When the form looses focus the images disappear, and when the form gains focus they come back. I'm using standard VB6 form menus. Is there a way to prevent this or an alternative? Thanks
|
| How to using a system DLL in user DLL | 03 Dec 2006 17:23 GMT | 6 |
I write a dll and create to stander DLL (not Activex DLL, ref by the article "Creating a Windows DLL with Visual Basic" [url]http://www.windowsdevcenter.com/pub/a/windows/2005/04/26/create_dll.html[/url]'), in the DLL also using a system DLL. When I call my user DLL function, I
|
| CB_SETTOPINDEX and Combobox | 03 Dec 2006 16:58 GMT | 2 |
With a VB 6 Combobox (type 2) I was hoping to set the selected item to the 3rd item from the top when the dropdown is clicked. I read that the TopIndex property doesn't work with a type 2. My first question is, does a SendMessage CB_TopIndex call work with such a combob?. If ...
|
| Previous instance | 03 Dec 2006 13:01 GMT | 7 |
I need to insure a previous instance of my application (VB6) in not running from the same folder, from a different folder is OK. Keeping a file open and looking for a file in use seems like a possibility. Is there a better way?
|
| ReDim Preserve code almost working | 03 Dec 2006 06:34 GMT | 9 |
W2K Pro SP3 VB6 SP3 Greetings all, I've built a function to snip the n leftmost elements out of an array
|
| Please help translate this structure into vbasic TYPE? | 03 Dec 2006 03:31 GMT | 4 |
From MSSDN: ============== The LINEMONITORTONE structure describes a tone to be monitored. This is used as an entry in an array. The lineMonitorTones and TSPI_lineMonitorTones
|
| Why can't I make a "Transparent" UserControl? | 03 Dec 2006 03:10 GMT | 5 |
I am using VB6, and when I go to: Project> Add User Control and then set the "BackStyle" property of the UserControl to "Transparent", I expect it to have no special BackColor and always accept the BackColor of
|
| How can I create a document in Wordpad or Notepad using VB | 02 Dec 2006 22:59 GMT | 2 |
How can I create a document in WordPad or Notepad using VB I would like to Create the file, Add text and save the file all from within VB Regards
|
| Run-time error | 02 Dec 2006 22:54 GMT | 1 |
Now when my little app is working, I want to run it on the laptop. Running the "Deployment Wizard" and making an installation packet. Running the "Setup.exe" on the laptop, install works great. When starting the newly installed app on the laptop I get "Run-time
|
| vb6 word processor project help urgently required | 02 Dec 2006 14:22 GMT | 1 |
Hi there guys I'm currently developing a word processor, based around a rich text box and a common dialog control, using visual basic 6, and have come across a couple of problems, I would be very grateful if anyone could help
|
| Make sure file path is there | 02 Dec 2006 12:03 GMT | 6 |
I need to know how to tell if a file path is there, if it is run some code: statusfile = "R:\Shared\Exchange_Data\COBA\SOS_Data\test.txt" Open statusfile For Append As #1
|