| Thread | Last Post | Replies |
|
| VB6 - How-to print Excel spreadsheet from VB? | 21 May 2005 22:39 GMT | 1 |
I'm writing a VB6 application that reads data from one Excel spreadsheet and puts it in the cells of a second Excel spreadheet. Then I want to print (to the printer) the 2nd spreadsheet from VB. Is this possible, how? Thanks.
|
| Height limitation of picturebox | 21 May 2005 18:00 GMT | 4 |
Im trying to create a window (dialog form) that will display the list of all the fonts installed on the system. I could create a control instead, but since its going to be used only once so Im creating the items directly into the form. Its supposed to be like this:
|
| Reading USB Port data | 21 May 2005 12:40 GMT | 5 |
I'd like to connect a scanner to the USB port and read the data using VB. I can do it easily with a serial port connection but the USB is out of my league. Any help?
|
| Splash screen above application help | 21 May 2005 09:12 GMT | 6 |
Does anyone happen to know how can i get my splash screen to appear above/ on top of my application when the application loads. ie: i want to see my 1st form in the background and the splash screen in the foreground. kies
|
| Program to print source code | 21 May 2005 07:43 GMT | 2 |
Hello, anyone know of a good free/shareware program that prints vb source code. Thanks.
|
| downloading SPs from vb6 | 21 May 2005 05:34 GMT | 5 |
I want to use an Inet control to download a Microsoft install program (in this case it is MSDE SP4, but I think this is a more general question than how to get the latest MSDE). To do this, I need the url of the program. The problem is that on the download page, there are ...
|
| Run file as exe? | 21 May 2005 05:22 GMT | 14 |
I wish to have an update.exe run first, download updates into .dat files and then execute main.dat as an executable so that my program only has one .exe file and looks integrated with loader. Does anyone know of a method I could use so that "Loader.exe" could run
|
| Is it possible to print to the printer without using the print spool? | 21 May 2005 04:30 GMT | 3 |
Is is possible to print directly to a printer without going through the Spool with VB in a XP Pro environment? I want to print some serial numbers on some preprinted forms (about 20K forms) but not one at a time. Is it possible to work with the printer directly??
|
| Delimma | 21 May 2005 02:12 GMT | 5 |
Okay, here is where I am. I have a class file that displays a tray balloon when the need arises. There are five different cases (alerts) where displaying this balloon would be desirable (user choice of course, but for this example, let's assume
|
| Codehound Add-in | 20 May 2005 23:15 GMT | 7 |
Does anyone use it? I recently had to re-setup my machine and just realized that I hadn't re-installed it. I tried codehound.com, but I didn't find it. Hmmm.... Anyone know where I can download a copy?
|
| Something better than DoEvents? | 20 May 2005 22:08 GMT | 2 |
I am writing some software to use a couple of data aquisition cards to control a hardware test. My test control software has several windows to permit user parameter entry and to monitor test status. Throughout the test, I would like the user to be able to manipulate these ...
|
| Save file location registry mod? | 20 May 2005 20:46 GMT | 2 |
A long time ago I made a change to another system to change the default "save to" directory but now I cannot remember what value in the registry was added/edited. Any help? -John
|
| "File Format No Longer Suported" | 20 May 2005 20:05 GMT | 6 |
I have to support our one remaining VB6 project on one machine. For some reason, all of a sudden, when I load the project, I get "file format no longer supported" for the Microsoft Windows Common Controls. I need the control for the ListView and for the DTPicker (Date time). What ...
|
| Is there a control like the file/dir list boxes that the common dialog uses? | 20 May 2005 19:12 GMT | 9 |
If you use a common dialog control to create a file open dialog, then the list box (I guess it is) that shows the files also shows folders. The standard Windows controls don't seem to have such a list box, they split them up into a file list box and a folder list box.
|
| Finding form's icon | 20 May 2005 19:11 GMT | 6 |
My form uses several different icons. To change the icon I use nid.hIcon = LoadResPicture(10, vbResIcon) Shell_NotifyIcon NIM_MODIFY, nid How to check programmatically which icon is loaded at the moment?
|