| Thread | Last Post | Replies |
|
| VB6 Project | 04 Sep 2004 02:50 GMT | 3 |
I am fairly new to VB6 and Access databases. I want VB6 to create the Form and controls for the database. Currently I'm using Sam's Database Programming with VB6 as a guide. 1. I create a blank project.
|
| %USERPROFILE% | 04 Sep 2004 01:05 GMT | 2 |
I am currently writing an FTP client which is fully functional and works, yippee. However the DirListBox defaults to app.path and I would like it to point to %userprofile%\My Documents by default. How can I get vb to recognise built-in Windows environment variables.
|
| VB Enterprise Edition | 03 Sep 2004 22:44 GMT | 4 |
I have a copy of MSVB Enterprise edition that I have been given by my adult education centre. I works perfectly but obviously I cannot make .exe files with this version. Is there any way around this or should I continue to use the full version of MSVB at college to make my .exe ...
|
| Control font size too large | 03 Sep 2004 21:51 GMT | 11 |
A user of my program reported that the font size is too large for a number of controls. A screen shot shows that the font size on buttons, labels, and other controls are too large for the controls. (There are a few thousand of these programs running without a reported problem.) I ...
|
| Hi, | 03 Sep 2004 16:02 GMT | 2 |
I am told to make a parking management system software. The program should automatically print tickets. How do I make the program orders the printers to print tickets?
|
| PPC? | 03 Sep 2004 13:58 GMT | 6 |
It is possible to compile vb6 code to run on a pocket pc? --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com).
|
| Cannot see e-mail body text in Outlook 2003 using MAPI | 03 Sep 2004 11:31 GMT | 2 |
I have an application that creates an e-mail with a specific Subject and Body text. This application has been working well with older versions of Outlook, but in Outlook 2003 the body text is not shown when the composing e-mail pops up. What's really weird is that if I
|
| Can I Sort My Functions / Subroutines Alphabetically? | 03 Sep 2004 11:31 GMT | 4 |
Is there any way in the VB IDE to sort my functions and subroutines so they appear in alphabetical order? At the moment they appear to not be in any particular order. For example "Private Sub cmdNewRec_Click()" appears before "Private Sub
|
| how can i loop line by line through a unicode file ??? | 03 Sep 2004 02:10 GMT | 1 |
i have a big problem :-( i need to loop line by line through a unicode text file if i use below code on Ansi text files it works like expected ,, however on unicode files i receive sections
|
| Deployement under vb net | 03 Sep 2004 01:36 GMT | 1 |
I have visual basic .net and i need to export an application. How can i do this ? Is visual studio .net absolutely needed for creating a setup ? Thanks
|
| Data Report | 03 Sep 2004 01:19 GMT | 2 |
Is there a way to tell the DATA REPORT to automatically show a particular record instead of starting with the first one?
|
| flex grid to word | 02 Sep 2004 23:07 GMT | 3 |
I have a form with a MSFlex Grid and I want to copy the grid to a new word document. Haw can I do it? VB.6 and Word 2002 Thanks
|
| .ldb Files | 02 Sep 2004 22:47 GMT | 3 |
What are .ldb files? and why is created when i try to open a mdb file then it blocks access?
|
| Terminating a process in Visual Basic | 02 Sep 2004 19:39 GMT | 1 |
In my code, I need to terminate or close a running program. Its listed in Windows Task Manager as desklook.exe I have used the following code to close outlook before, but can't find the right syntax to make it work with this program desklook.exe
|
| Data Report Help | 02 Sep 2004 19:05 GMT | 3 |
For Someone with experience wit data Reports. I need to make a full page report. I have a .mob file with 2 tables, Clients and Payments the Payment Table has a reference to the clients table (Cliental)
|