| Thread | Last Post | Replies |
|
| How do I merge menus from one form onto another? | 14 Dec 2005 00:48 GMT | 6 |
I'm working on an application framework. The intent of the framework will be to encapsulate many common application features. This will free the developers to focus in on their particular application modules which will be implemented on specific forms.
|
| Issue with EnumJobs and number of printed copies in Word | 13 Dec 2005 17:53 GMT | 4 |
I'm using the EnumJobs WinAPI function to get the total number of pages printed to a printer. EnumJobs is populating a JOB_INFO_2 structure, and I'm getting the total pages printed in PagesPrinted * DEVMODE.dmCopies. It works fine with all applications except for MS Word. With ...
|
| print raw data to usb laserjet printer | 13 Dec 2005 08:57 GMT | 2 |
I have been using the xxxPrinter (openprinter,..., closeprinter, etc.) functions for some time to send raw data to printers. Today, I have tried these functions to print raw data to an USB HP Laserjet 1020 printer.
|
| Imitating Windows Title bar | 13 Dec 2005 01:43 GMT | 4 |
I have a window that runs without a title bar. When the user scrolls over the top edge of the window, a title bar drop down with the minimize, maximize and exit buttons. I am drawing this dropping title bar myself. Is there a simple way to imitate the windows theme title
|
| Windows Image Acquisition | 11 Dec 2005 14:00 GMT | 1 |
I have an vb scanning application that will run under Citrix. The scanner is connected locally but when the user logs in on the remote machine, the local scanner is listed (using mspview.exe and mspscan.exe that come with Office XP onwards) and the user scan from his local scanner ...
|
| Add menuitem to third-party popup menu | 10 Dec 2005 17:54 GMT | 4 |
Would it be possible in VB/VBA via the Windows API to add a menu item to a right-mouse popup menu of a third-party application? The new menu item should run a VB6 .exe. One difficulty is that I can't see the menu with Spy++ as it will close when
|
| 3gp File Extrention | 10 Dec 2005 16:17 GMT | 1 |
I've transferred some .3gp video files to my computer from SonyEricssion k750i Mobile phone. but I cant play this video format in my computer. can u please give an URL from where I can download a (real) 3gp player? (I downloaded a codec but I cant do it)
|
| Timezone API | 09 Dec 2005 13:12 GMT | 4 |
Is there an API that returns the timezone the system is in? (example +0100, -0600, etc) Thanks, Ivan
|
| SHAppBarMessage API | 09 Dec 2005 04:34 GMT | 1 |
I would like to write a program in VB6 that will toggle the autohide option for the taskbar so my taskbar autohides during the day (when I remote in to my desktop from work), but not in the evening when I'm at home. I'm tired of toggling it manually every morning and evening. I ...
|
| Job Info to printer | 08 Dec 2005 11:00 GMT | 6 |
I want to monitor a specific print job to diffrent printer. for hits i have detected a print job and paused the printer. then i got the print job data into Job_Info_2 object. next i want to use writeprinter to send this job to another printer,
|
| Changing Win98 default printer | 07 Dec 2005 18:38 GMT | 1 |
I have a VB6 app that I am trying to get to work with an old Win98 computer. The app needs to switch the default printer which I am doing by changing the win.ini DEVICE line. This is working for all new instances of the app opened after the change,
|
| How to send mail using VB? | 07 Dec 2005 16:39 GMT | 7 |
In my program I want to have a section where user can write his/her opinion or advice about the program and by clicking on the send button the message should be sent to my email address. is it possible using VB? actually I saw it in APIGuide software.
|
| Why use the unicode version of the api? | 07 Dec 2005 14:27 GMT | 11 |
i have a question regarding the two different versions of the win32 apis of some functions. For example RegQueryValueExW and RegQueryValueExA. Can i use any of them in a chinesse operation system?. What problems can i have in those dbcs systems?
|
| Memory mapped file example | 07 Dec 2005 03:52 GMT | 3 |
I'am looking for a 'memory mapped file' example. I need to read a large file and, as far i understood, i need to map the file to memory. googling around i couldn't find such an example.
|
| AVI Decompressor | 06 Dec 2005 19:40 GMT | 1 |
Using Ray Mercer's avitutr3.zip and get the error No suitable decompressor found for this video stream meaning AVIStreamGetFrameOpen failed I don't understand how codecs work.
|