| Thread | Last Post | Replies |
|
| HiEdit Pro | 18 Mar 2006 19:28 GMT | 3 |
I inheritied a VB6 application that uses an add-in called HiEdit Pro which prints documents like it was created in Microsoft Word. The company who created the HiEdit Pro was Heiler Software who were located in Germany. Unfortunately Heiler Software has been out of business for ...
|
| Fore color VB buttons | 18 Mar 2006 16:46 GMT | 25 |
Does anyone know how to change the fore color to a VB button? The background color is easy, but fore color wasn't left as an option at design time. Thanks
|
| Display message window, whilst running query in background? | 18 Mar 2006 09:53 GMT | 2 |
How can I accomplish displaying a window (dialog) with a message, for the user, whilst a query is executing in the background? Thanks.
|
| convert text file with tags to Word doc format | 18 Mar 2006 09:53 GMT | 2 |
i'm quite new to vb. What Im trying to achieve is to create a tiny application that would convert some plain text documents with lots of tags to Ms word format. Is this possible.
|
| VB Text Box - Insert To - Table In Excel ! | 18 Mar 2006 06:30 GMT | 2 |
Hope you doing great. I was trying to insert a text box variable item in the excel sheet. This is very basic code. I will be checking the advanced code about the same later. However this is one thing that I need most immediately.
|
| How to retrieve data from Type? | 18 Mar 2006 03:44 GMT | 11 |
Type VARSTRING dwTotalSize As Long dwNeededSize As Long dwUsedSize As Long
|
| VB making a CSV from a filename | 18 Mar 2006 01:35 GMT | 1 |
Can anyone give me a clue on how to make a VB.NET program to take a file name that looks like this: $_1234_99999999_7777777777_00000000_$_A.tif And make it into a CSV file to look like this:
|
| Use Arrow keys to move through DAO control | 18 Mar 2006 00:45 GMT | 1 |
I've looked through this group and the net,probably looking for the wrong thing,but I haven't been able to find out how to code the keyboard left/right arrow keys to move me through a DAO Data1 control.Any pointers much apprciated
|
| Arrays and Scope | 18 Mar 2006 00:14 GMT | 3 |
I declare an array at the beginning at my function as: Private Sub SplitOn_tr(rtbHTML.Text) On Error GoTo ErrorHandler Dim strTables() As String
|
| Combo Box Problem | 17 Mar 2006 23:34 GMT | 2 |
I have a form that changes depending on the value (ListIndex) of a combo box. This means that I need an event any time then combo box changes. The Box has Style #2, no text entry, fixed items only. Thus the change event is not
|
| Why it did not work for an internet URL? | 17 Mar 2006 21:41 GMT | 1 |
Hello, friends, In VB6.0, I tested the following code to download binary image files: Dim objInet As New InetCtlsObjects.Inet Dim byteData() As Byte ' Data variable
|
| Exposing references to controls on a UserControl | 17 Mar 2006 20:58 GMT | 9 |
Working in VB6, I am dynamically adding intrinsic controls to a control based on a UserControl. I'd like to be able to provide references to those intrinsic controls to a class, something like this: Public Function AddTextBox(sTextBoxName as string) as VB.TextBox
|
| Adding MS Access type record navigation buttons to a form | 17 Mar 2006 20:48 GMT | 6 |
I have a VB6 application which uses MS Access as its backend. Im familiar with Access and therefore how to place the record navigation buttons for: First Record
|
| Realtime communications between programs | 17 Mar 2006 19:05 GMT | 1 |
I want to read/write a SQL Server database from a DOS based programming language. ODBC is not an option. I'm considering having a VB program running in the background with the SQL Server file open, and having the DOS program send it IO requests. Any suggestions on how to ...
|
| test printer code | 17 Mar 2006 15:20 GMT | 13 |
I would really appreciate it if any of you would do me a favour and kindly test the following printer code for me. It should enable you to print (using the API instead of the VB printer object) to any printer you select, and it should do so without messing up the default printer ...
|