| Thread | Last Post | Replies |
|
| Error Handling | 07 Mar 2007 14:45 GMT | 8 |
Not sure if I should ask this here but it's worth a try Is there really no way to set an Error Handling System for a whole project, without having to put 'On Error Goto ... ' + Error handler locally in each procedure ?
|
| Why does FtpGetFile sometime put a file in "Temporary Internet Files\Content.IE"? | 07 Mar 2007 01:09 GMT | 1 |
For some years, we have been running at many sites a service written in VB.NET that calls a DLL written in Microsoft Visual Basic 6. This DLL uses wininet.dll's FtpGetFile to copy files from an FTP directory to a local scratch directory.
|
| FindWindow does not find Outlook Express | 06 Mar 2007 19:10 GMT | 2 |
I have written the following function in VB.NET: Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As IntPtr
|
| How to create a printer port? | 06 Mar 2007 13:18 GMT | 20 |
Does anyone have any code on creating a printer port that prints to a specific file?
|
| Get User ID from Process ID | 06 Mar 2007 00:14 GMT | 2 |
I obtain pid using GetWindowThreadProcessId but need to determine what LogOn ID initiated the process. In this situation the pid will always have been user initiated. Any help appreciated
|
| Height of a font? | 05 Mar 2007 21:45 GMT | 12 |
I need to find the vertical size of a particular (changeable) font so I will know if it will fit into a fixed-size label, and can choose a smaller point size if it's too tall. I suspect the solution might be an API call to GetTextMetrics, or maybe GetTextExtentPoint32, but I ...
|
| how to display more than an icon in the systray? | 05 Mar 2007 16:25 GMT | 13 |
I want to show a small form or a picturebox in the systray, but all I can find as example is how to place an additional icon there. For now, I only want to replace the system clock by my own date/time format display, so I should be able to shift existing icons to the left for a ...
|
| Clipboard to DIB | 04 Mar 2007 03:56 GMT | 1 |
What is the easiest way to get data (bitmap) from the clipboard to a DIB such that I can use the FreeImage library to write it out to a .jpg or .png file? Evan
|
| Print RAW data in VB in USB | 03 Mar 2007 19:55 GMT | 1 |
I want to print the raw data in the printer that is connected with USB driver. I am using the WIN32 api like openprinter, writeprinter etc. calls to achive this. and this works fine for Parallel ports for the USB ports it is not working.
|
| Trying to return a child handle using FindWindowEx | 01 Mar 2007 15:53 GMT | 2 |
Trying to return a child handle using FindWindowEx. FindWindowEx works fine when starting from the Desktop (1st parameter = 0). But returns 0 when starting from the parent.
|
| Smooth scrolling a listbox | 01 Mar 2007 09:22 GMT | 2 |
Pleeeeeaaaassseee help. I have spent literally days looking for a solution to this problem but cannot find the solution. Does anyone know how to smooth scroll a listbox? I can scroll using WM_VSCROLL but only the first scroll is smooth. After that it scrolls
|