| Thread | Last Post | Replies |
|
| VB6 and VB4 | 23 Oct 2005 18:00 GMT | 4 |
I have Win2K with SP4 with Visual Studio 6.0 Professional Edition with SP5 installed. This has been running for some years. I now have a need to install VB4 Professional Edition on the same machine. Can this be done without effecting VB6?
|
| two PCs - two locations | 23 Oct 2005 03:34 GMT | 3 |
With the help of this newsgroup, I wrote a program for a friend who has a small business. I installed the program on his *home* PC which is connected to his business location about a tenth of a mile away. He said the two PCs are connected by phone line. Stopping at the garage, ...
|
| reading a webpage | 22 Oct 2005 21:41 GMT | 1 |
Hi, im looking for code that parses a webpage, say for something.exe or anything.exe. Possibly output it to a text file. Basically I need an agent to parse a webpage for a .exe then scan the
|
| The Elements of Style revisited. | 22 Oct 2005 04:10 GMT | 7 |
I have a modal form consisting of a datagrid used to display the rows of a physician name and credentials tables. This allows the user to input new rows as well as change fields within existing rows. While it is a very simple process it meets the needs of the design and all is ...
|
| Visual Basic 5.0 Project File | 21 Oct 2005 21:57 GMT | 3 |
I put a Richtext control on my main form but was not happy with it for my purpose. I subsequently removed it and replaced with just a text control. When I used the wizard to create the distribution files it STILL referenced the RickText.OCX in the visual basic project file and ...
|
| read Access-database | 21 Oct 2005 19:23 GMT | 1 |
I'm new at using databases in connection with VB6, and I have the following question: I use a ADODC-connection to an Access-database Databasename: Music.mdb
|
| Size limitation when writing from VB->Excel? | 21 Oct 2005 16:12 GMT | 2 |
Dim objData as Variant objData = <a string> objXLWorkBook.Sheets("Sheet1").Range(<whatever>).Value = objData If objData is a string around 200 characters long, all is fine and my
|
| How to disable mousewheel event in COMBO BOX | 21 Oct 2005 13:32 GMT | 2 |
how can I disable the mousewheel event in a combobox. With the command Call SystemParametersInfo(105, 0, 0, 2) It is diabled in a form (with scrollbars), but not on a listview or combobox. thanx
|
| VB6 & DirectX 9 | 21 Oct 2005 11:16 GMT | 2 |
Just a few questions about DirectX 1) is it possible to use DirectX9 from VB6? 2) are there any restriction on the version of Windows, e.g. is it limited to XP
|
| Lining Up a Column of Numbers in a ListBox in VB4 | 21 Oct 2005 08:26 GMT | 1 |
ALl - Can you tell me how to format and line up numbers in a ListBox? I am trying to list a series of amounts, right justified, in a ListBox (so they align on the decimal point. To complicate matters, I need to leave enough space on the right for
|
| Export data to text file in VB6 | 20 Oct 2005 23:49 GMT | 2 |
Does anyone have source code about exporting data to text file in visual basic 6 ? Also , user can select save location and edit file name. Thanks in advance.
|
| SEND KEYS?????? Please.... help... | 20 Oct 2005 12:46 GMT | 1 |
Does anyone know how to make this code run??? '[CODE SECTION]==================================== Sub waitForPageLoad() Dim IExp As InternetExplorer
|
| VB app to print thermal labels | 20 Oct 2005 07:11 GMT | 3 |
I created a VB 6 app to print labels to a Zebra LP2844 thermal label printer. However, there is a long pause between every label printed. Is there something I can do in my code to speed up the printing and eliminate the pause between page gaps?
|
| windows "system" font | 20 Oct 2005 04:15 GMT | 2 |
What does it mean to say a font is a "system" font? How can i determine (in vb 6 code) if a particular font on a machine is a "system" font? thanks,
|
| MSFLXGRD and Excel | 19 Oct 2005 20:22 GMT | 2 |
I am trying to copy the cell contents in an MSFLXGRD control (using VB5) into Excel, retaining the foreground colors of the text and numbers. I have tried using the Clipboard.SetText msflxgrd1.Clip command, but
|