| Thread | Last Post | Replies |
|
| How to change the Font of a data file | 15 Jul 2005 17:08 GMT | 1 |
I need to create a report by writing data to a file. When complete, the user will print the file to a printer. The data string is quite long and will not fit on the page when printed to a printer. Can the font of a file be altered from vb6? Or can the font of the text being ...
|
| How to give VB6 App Priority in Win XP | 15 Jul 2005 16:39 GMT | 3 |
I have a VB6 app running on Windows XP. There is a lot of regular RS232 communication with an attached instrument. Periodically the whole program seems to freeze for 5 to 20 seconds (or more) and will eventually recover. Have seen other programs temporarily freeze in Windows XP, ...
|
| backup in vb | 15 Jul 2005 16:05 GMT | 3 |
i want to write program in vb 6.0 for taking backup of data. backend is ms-access 2000.pls help me thanks bitu
|
| Using AND and OR together in sql | 15 Jul 2005 15:58 GMT | 5 |
I've tried to make a search an AND OR query eg WHERE name='John' OR name='Paul' AND age='32' However I keep getting the wrong results. The results I get are every
|
| Updating bookmarks in word after stream | 15 Jul 2005 15:57 GMT | 3 |
I have a word doc template, that I need to populate with information from a database. However, I need to serve this over the Internet to my sales staff. The word document has Bookmarks, which, locally, I would normally use CreateObject("Word.Application"), open the doc, and ...
|
| Read Mails from OutLook Express | 15 Jul 2005 15:55 GMT | 3 |
Is it possible to read the mails from particulare folder other than Inbox? I used MAPI but it reads only Inbox and not other folders. Any ideas? Madhivanan
|
| Documents and Settings | 15 Jul 2005 15:44 GMT | 4 |
I'm supporting an old VB6 application and need to get the path for the following: X:\Documents and Settings\<current_user>\Application Data any suggestions?
|
| Data Access and Datagrid | 15 Jul 2005 14:09 GMT | 3 |
Thanks to all who have helped with a previous post on this subject especially to Ralph who I never thanked for his input, but I have a question on the back of this previous post and that is: How do I update a recordset once I have filled a datagrid with the data,
|
| filecopy | 15 Jul 2005 10:01 GMT | 3 |
I used filecopy to copy a file, but the source file gets deleted afther the file is copied. Is it something that vb6 filecopy command would do? I cannot find where else that would delete the file.
|
| how to load and unload dynamically parts of an app? | 15 Jul 2005 07:00 GMT | 8 |
Could someone gibe me a short line out (only) how to load and unload dynamically parts of a VB6 application (form+modules) so that I can reduce maximum memory consumption during runtime to a minimum, something like a separate loadable one-form application replacing each child ...
|
| Bounding Combo Box to a database in VB6 | 15 Jul 2005 06:33 GMT | 5 |
I am planning to have a combo box that items are based on a MS Access Database. Can you help me do the code?
|
| mediaplayer control EQ question | 15 Jul 2005 04:13 GMT | 2 |
I was wondering if there is a way to manipulate the EQ in windows media player through code? I came across this page ( http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmplay10/mmp_sd k/equalizersettingselement.asp ) and am interested in putting the gainlevel 1 ...
|
| How can I return the name of the Outlook Mailbox that I'm logged i | 15 Jul 2005 04:11 GMT | 1 |
Does anyone know how I can read the name of the Outlook Mailbox that I'm logged into using VB6. I'm using the Outlook object 9.0 object library and for the life of me I cannot find a object/property that returns this value.
|
| Registry import error - wrong permissions? | 15 Jul 2005 01:49 GMT | 1 |
I have been making changes to a VB program for the last 6 months. This program stores many values in the Registry. When running on my development machine (XP Home), it runs fine. When I create an installation disk (InstallShield) to install on other
|
| Newbie: ErrObject | 14 Jul 2005 23:26 GMT | 16 |
I want to pass Err as a parameter to a sub not just its parts like ,Description, etc. I call LogError(Err as ErrObject) and I get a type mismatch error. Can anyone help?
|