| Thread | Last Post | Replies |
|
| Tablet Integration | 11 Jan 2008 23:54 GMT | 10 |
I have an old medical information management app. Now I want to integrate tablet function into it so that the doctor does not need to type. any suggestions? thanks
|
| text report - printer object | 11 Jan 2008 23:36 GMT | 3 |
I have an old app that generated a text report/file. I was writing out lines with PRINT statements This report started out back in the old BASIC with linenumbers and moved to QuickBasic then VisualBasic. I never got around to figuring out how to use
|
| Vb Structures and assigning values to them | 11 Jan 2008 23:16 GMT | 6 |
I am trying to create a new type of variable to handle dates coming from different systems, and therefore not being in a 'standard' format. So far, I have created a simple structure (cut-down example) Structure MyDate
|
| User Event in a Loop | 11 Jan 2008 21:31 GMT | 5 |
Is it possible to do something like this in VB6: Private Sub Form_Load() For i=1 to 100 if i=50 then RaiseEvent("DisplayMessage")
|
| DLL libraries and SDK functions | 11 Jan 2008 20:54 GMT | 4 |
I want to use win 32 functions in VB6. However, these are not the 'basic' Win 32 functions such as those in User32 and Kernel32. These are those defined in avicap32 and other dll libraries. I know the name of the functions, from the SDK; however, I don't know in which DLL file ...
|
| Getting specifics of file names in VB | 11 Jan 2008 18:00 GMT | 2 |
Gang, I am using Visual Basic 2008 Express Edition. I need to get specifics of a file such as name without the extension or just the extension itself. I found Path.GetFileNameWithoutExtension Method (.Net framework) in help,
|
| error wile passing custom type variable | 11 Jan 2008 16:36 GMT | 7 |
I got error 'Variable required - can't assign to this expression' while passing custom type variable to procedure. But why? Private Type backupFile Name As String
|
| NEWBQ: client-machine debugging | 11 Jan 2008 09:27 GMT | 9 |
I have a very large Access application that I have considered moving the VB 6 for some time now. The application desperately needs a real table view and multiple windows, and extra performance and compiled application size would definitely be a bonus as well.
|
| EXCEL access from VB very slow in Office 2007 | 11 Jan 2008 04:28 GMT | 8 |
We have been using EXCEL8.OLB and then EXCEL9.OLB for a long time in conjunction with Office 2007 and Office 2000 for having VB 6.0 programs create Excel worksheets on the fly and populate them with data dragged out of Microsoft SQL. This all works very well is is quite fast.
|
| how to convert | 11 Jan 2008 02:29 GMT | 14 |
Hi, how can I convert some number, example: 1 to fill a varchar(10) field on table? should be 0000000001 20 = 0000000020
|
| Component List Question ? | 11 Jan 2008 02:05 GMT | 1 |
i have been changing (Hopefully Improving) several OCX's that I have developed in the past few days. I usually deregister the OCX before recompiling it, to avoid getting multiple occurences of the same OCX showing in the "Component List". I
|
| Three unrelated questions | 11 Jan 2008 01:23 GMT | 14 |
If I should submit seperate questions, just let me know. 1. When using Nero to burn CD & DVD's there is an option to raise or lower the program's priority. How is this done in Windows 2K and XP? Will Vista be the same?
|
| Change , to . | 10 Jan 2008 19:06 GMT | 3 |
How to change a , (comma - decimal separator) coming from a float column on a recordset to . (dot) on VB 6? iniConexao.MyTable2!PRECUNITLIQ PRECUNITLIQ is a column coming from Sql Server!
|
| Application makes VBE crash. How do I troubleshoot? | 10 Jan 2008 17:43 GMT | 4 |
I have submitted an application to a client. It ran without a hitch on my system, but alternately makes Excel and the VBE crash on the user's system. The problem is associated with the Web Browser control, which I am using. I created a crippled version of the app where the Web ...
|
| Program to list all procedures. functions etc in VB6 projects? | 10 Jan 2008 16:16 GMT | 3 |
Has anyone written a program to parse .vbp files, gather names of .bas, .frm and .cls files, open them and list the names of their procs and functions, then display all the data alongside file create and last access dates?
|