| Thread | Last Post | Replies |
|
| Scrollbar and mouse wheel | 11 Dec 2006 13:57 GMT | 2 |
I have a picturebox and a scrollbar inside another picturebox. Actually, there are two of each. Here's the code... Private Sub VScrollOptions(Index As Integer) Select Case Index
|
| How can I read an HTML file or a text file into a string WITHOUT using the Internet Transfer Control | 11 Dec 2006 13:53 GMT | 4 |
The Internet Transfer Control no longer works with IE7. How can I read a text file into a string or my web page into a string so I can check for program updates without the inet control?
|
| Quick question | 11 Dec 2006 10:05 GMT | 9 |
I am trying to read some random files originally created using Quickbasic. I've got the string fields OK, but some of the fields were compressed dates using my own algorithm of bytes for day, month, year (last two digits). How can I get those back? So far I've surmise Byte but ...
|
| Adding a form from another project. | 11 Dec 2006 09:28 GMT | 3 |
I am trying to take a existing form 'frmMbcSql.frm' from an existing project 'ExpoConv.vbp' and move it to a new project which already exists 'MbcConvv.Vbp'. I copied the code to the new folder, and added it from the Project Explorer. I can edit, and I can view it, but when I ...
|
| Run hidden | 11 Dec 2006 04:58 GMT | 12 |
How can I make my project which is only one form, run hidden (the whole form should be invisible) whenever it runs??? Thanks in advance
|
| MultiColumn Listbox (MS-Forms 2.0 (VB6) ) | 11 Dec 2006 03:48 GMT | 9 |
It's 2 days I'm searching google to find a way to put a "Multicolumn Listbox" in my VB6 program, finally I got the suggestion to add "Microsoft Forms 2.0" to the components of my project and use its "Listbox", but as I tried, I couldn't find the way to put data in its columns.
|
| Run time error 3709 | 11 Dec 2006 03:46 GMT | 9 |
When I run a form in VB6.0, the run time error 3709 msg appeared. Then, after I debug, it goes to the line "adoRS1.ActiveConnection = adoConn" I think this problem is link to my connection setting. Below is the module that I wrote:
|
| Copy the String | 11 Dec 2006 00:44 GMT | 6 |
Based on my condition, I want to display a message using MsgBox() and assigned to String variable. When i display a meassge, I want to set a option for "PRINT" or "COPY" of that displayed message. How can i set ?
|
| The end of VBA is starting | 10 Dec 2006 18:50 GMT | 1 |
MS is dropping VBA from Mac Office 2007. It's been said that VB6 will always run as long as VBA exists so is this an omen of things to come?
|
| Treeview Question | 10 Dec 2006 14:58 GMT | 2 |
I have a TreeView that displays nicely but later in the program I call the routine again to rebuild it to make sure that its up to date and get an error about duplicate keys. Do I have to delete the present TreeView first or clear it out. If so, how do I do that?
|
| VB problem | 10 Dec 2006 12:39 GMT | 7 |
Does anyone know how to create an ActiveX EXE Server that raises events which can be captured by muliple clients? So, I have two applications that are both clients. I need to pass data via the activex exe from one application to the other. The messages will be
|
| Check for and delete subfolders | 10 Dec 2006 06:54 GMT | 2 |
I want to check a folder for subfolders. If there are subfolders, I want to delete them all and their contents. What's the best way to accomplish this?
 Signature Thanks.
|
| Dynamically resize Rich Text Control | 10 Dec 2006 01:16 GMT | 6 |
I would like to automatically resize (make larger) a rich textbox if a user clicks on the maximize button to maximize the screen. Is this possible and if so, how is it done? Any help will be greatly appreciated!
|
| Error while using VB | 09 Dec 2006 22:39 GMT | 3 |
/docedtfrm.frm was recognized as a visual basic file, but the header was corrupt and the file can't be loaded. This is the error message I get. Can someone help ? I am clueless on how to proceed.
|
| Downloads & attachments not working | 09 Dec 2006 19:15 GMT | 5 |
I recently installed the up[dated version of McAfee Security and did a complete scan. Since then I cannot open any attachment in Outlook Express nor download any file. Is there some setting in Windows that could have been changed that would
|