| Thread | Last Post | Replies |
|
| Windows Subclass Constants Needed | 07 Dec 2006 23:30 GMT | 15 |
Is there a windows subclass constant for a mouse entering or exiting a given hwnd? The only one I have found is Private Const WM_MOUSEMOVE = &H200
|
| Trouble subclassing listview to display unicode (chinese) | 06 Dec 2006 20:17 GMT | 6 |
I've been studying how to subclass forms and controls using the windows API in VB/VBA to display unicode characters (chinese and japanese, among others). Specifically, I have a form with a listview on it which does not display the unicode characters; I need to subclass the
|
| spelling corrector using msword | 06 Dec 2006 07:55 GMT | 5 |
If you are trying to use a spelling corrector with MSWord in your VB program, and the end user does not have MSWord installed will it cause program to crash? I know 99% of PC's come with a MS Package please let me know at jc@been-there.com
|
| How to know EnumProcessModules API is failing? | 06 Dec 2006 05:08 GMT | 3 |
We have developed a service in VC which calculates time for which a process is run. This is achieved by getting the start and end time of every process on the machine. The information about a process is enumerated using EnumProcessModules() API in a loop. Using this API in
|
| Help Needed, Please | 05 Dec 2006 23:30 GMT | 8 |
is it possible to change the VB default class name "ThunderMDIForm" to any other user-defined names? thanks a lot, Mars
|
| Plz help me in finding the transpareancy of image | 05 Dec 2006 20:46 GMT | 2 |
i want to display a transparent image(some part of that image is transparent)frame (24bit) over another image. is there is any way we can find that that particular part of that image is transparent.. means is there is any options or member in bitmapfileheader,or
|
| change dsn | 05 Dec 2006 17:35 GMT | 1 |
Option Explicit 'Constant Declaration Private Const ODBC_ADD_DSN = 1 ' Add data source Private Const ODBC_CONFIG_DSN = 2 ' Configure (edit) data
|
| transparency | 04 Dec 2006 16:59 GMT | 3 |
how to extract the transparency information from bmp transparent image
|
| Unknown transparency mask color -- how to? | 01 Dec 2006 16:06 GMT | 6 |
I have a program with bitmaps that are blt'd constantly into a picture box to create a "loop". The bitmaps consist of an array of underlay images (which change during every frame iteration), and an single overlay bitmap which is generally
|
| URLDownloadToFile wierdness | 01 Dec 2006 15:56 GMT | 4 |
Using Randy Birch's sample code from http://www.vbnet.mvps.org/code/internet/urldownloadtofile.htm I have been able to download the html code of most webpages just fine. However, it doesn't work with all sites.
|