| Thread | Last Post | Replies |
|
| Re:Stop Printing | 24 Sep 2004 13:15 GMT | 2 |
I am printing about 100 pages and if for some reason I want to stop printing Is there an API that can Cancel any printing on a printer. Thanks Garry
|
| DragOver and DragDrop events from UserControls | 24 Sep 2004 10:50 GMT | 3 |
I have a user control which consists of an Array of CommandButtons. OleDrop works fine on the CommandButton level. Neither DragOver nor DragDrop events are generated for the CommandButtons or the Usercontrol.
|
| get fontfile font name at runtime | 24 Sep 2004 08:52 GMT | 2 |
hi, I have search a whole a list of api , no one can get fontfile font name at runtime, any one have ideas. thanks Eric
|
| Howto speedup PatBlt() | 24 Sep 2004 08:49 GMT | 5 |
Dear readers, I use the PatBlt() function to draw a pattern in PictureBox called Picture1. The pattern is also in a PictureBox called "picBrush" , so the code is like hBrush = CreatePatternBrush(picBrush.Image)
|
| BY_HANDLE_FILE_INFORMATION | 23 Sep 2004 23:33 GMT | 3 |
I would like to get a unique number (inode) for a file, apparently the structure above has three properties (nFileIndexHigh, nFileIndexLow and dwVolumnSerialNumber) which in combination will yield a unique number for the file on a particular machine. This is great but the ...
|
| no response when click on taskbar icon using Shell_NotifyIcon function | 23 Sep 2004 22:57 GMT | 8 |
hi, a problem when using Shell_NotifyIcon function to place icon to taskbar, when it finish & mouse click on it, no mouse click event is captured. how this could work?
|
| Current Window | 23 Sep 2004 19:55 GMT | 2 |
What API can I use to get the handle of the window that has focus. I need to see if its my app or another app that has focus? -Lou
|
| Common Dialog Control Restrictions | 23 Sep 2004 13:43 GMT | 4 |
I would like to limit the browsing functionality of the ShowOpen dialog to one directory. The users must not be able to browse out of the InitDir. Is this possible?
|
| Changing toolbar images | 23 Sep 2004 05:28 GMT | 1 |
Does anyone know a way to way to change a vb6 toolbar button image 'on the fly'. I would like to be able to make a toolbar button appear to flash when an event fires elsewhere, but I cant find a way of changing the button icon at
|
| SetWindowsHookEx Help | 22 Sep 2004 23:59 GMT | 1 |
I am trying to use Hooks from inside a C++ class. I am using plain Win32 code and not MFC The Hook procedure is defined as part of the public mehods of the C++ class. Is this the right way ?
|
| SetForm | 22 Sep 2004 21:33 GMT | 1 |
I am running into a little wall and was wondering if anyone had a sample of using the SetForm in vb Thanks in advance Art
|
| Usining wininet.dll for FTP | 22 Sep 2004 18:12 GMT | 1 |
The code is listed below, I need to know how to append a file not just overwrite it using FTPPUTFILE. This is a windows app VB.net not asp.net THE CODE .......................... ublic Class Form1
|
| Weird URLDownloadToFile problem | 22 Sep 2004 13:48 GMT | 1 |
When I visit the page I wish to download and click on view source, it's perfect, but when I use the URLDownloadToFile API, it seems to add chr(10) in certain spots, and it's quite annoying. Is that normal, is there a way around it, or do I just need to deal?
|
| search in a database field.... | 22 Sep 2004 10:19 GMT | 1 |
Sir, I have a database in which a field is vehicle (you can see the example below)....in that field i entered the data separated by comma. i want to search in that field..... if i search for car i want to get all
|
| findFirstFile - date modified/created order | 22 Sep 2004 02:11 GMT | 4 |
How can I search files in a specific directory, and pick the files order by date ? (by using methods like findfirstFile and findNextFile ...) i.e :
|