| Thread | Last Post | Replies |
|
| Windows Default Printer not being Reset | 17 Mar 2006 15:03 GMT | 28 |
I have a Check printing program that brings up a CommonDialog control to allow the user to select a Printer. Usually in an office there is a particular printer dedicated to printing Checks, and it is typically not the user's default printer.
|
| Collection as sub-set of collection | 17 Mar 2006 12:06 GMT | 2 |
This is about VB6, hope this is the right forum! Say I have two collections: Cars and Manufacturers e.g., Cars = Focus, Escort, Puma, Cougar, 626, 323, Clio, Espace, 106, 206, 307
|
| Good movie players other then MediaPlayer | 17 Mar 2006 10:33 GMT | 2 |
Do we have any good movie players other than MediaPlayer in VB6? Thank you
|
| how to speed up this process | 17 Mar 2006 09:12 GMT | 1 |
I am working on a face detection project and i need matrix operations. For this reason i wrote that code for matrix multiplications. Function matriscarp(m1() As Double, m2() As Double, m3() As Double) Dim i As Long, j As Long, k As Long, m As Long, g As Long, t As Long
|
| Silent Install/iss file | 17 Mar 2006 03:26 GMT | 3 |
I NEED to do a silent install if my application. Does anyone know anything about this? How is it done with the PDW? Do I need another tool to do it? Thank you
|
| Remove folders | 17 Mar 2006 03:02 GMT | 9 |
I'm using the API example to remove the files and then the folder: ******************************* DeleteFile "C:\KPD-Team\test.kpd" With SHDirOp
|
| Listbox and message box focus issue | 17 Mar 2006 00:55 GMT | 2 |
I want to import data from a collection and display it in a listbox. I then want to provide a message box to give the operator a chance to review the collected data before deciding whether to print it or repeat the test. I can do this but there is a problem.
|
| Listbox vs. message box focus | 17 Mar 2006 00:53 GMT | 4 |
I am trying to import data into a listbox from a collection and then have the operator review it and decide whether to print it using a message box. Problem is, the data scrolls off and the scrollbar on the listbox is not accessible due to the message box having focus. I'm ...
|
| VB6 User Interface - Scroll Code Window using mouse wheel | 17 Mar 2006 00:39 GMT | 1 |
I am using the VB6 that comes embedded in Access 2002 & Excel 2002. Using my mouse wheel to scroll a window up and down has become second nature over the years, but it is very frustrating to me that it will not scroll code in the Code window.
|
| unable to kill powerpoint | 16 Mar 2006 22:52 GMT | 1 |
I have a small code to close powerpoint from within my BVA program. The problem is that it ain't working. I cannot close a powerpoint instance when the slideshow has not been saved.
|
| Get the Length of text String | 16 Mar 2006 21:47 GMT | 3 |
Is there a way to get the length of a string to see if it will fit into the text box. I need to adjust the width of the text box so the user can see all of the text. Thanks Mark
|
| Uninstall VS 6 | 16 Mar 2006 21:30 GMT | 2 |
I need to uninstall VS 6 and re-install it. It is not in my Add/Remove Programs, which I found rather strange. I ran through SetUp expecting to see an option to Uninstall and all I can find is Install, with an option to uncheck boxes for items you don't want installed.
|
| internet access | 16 Mar 2006 21:19 GMT | 2 |
hey,its me again i need help with possibly the last thing im trying to open internet explorer from visual basic 6,using a command button
|
| External Application Printing | 16 Mar 2006 20:46 GMT | 2 |
I want my VB6 App to: 1) look at the file extension 2) determine the associated applicaion 3) start the associated application
|
| Embeding Excel | 16 Mar 2006 20:12 GMT | 1 |
I'm working in VB6. Is there an article about how to embed an MS EXCEL sheet into a VB6 form and manipulate it? I know the is an OLE problem...
|