| Thread | Last Post | Replies |
|
| How can I get Reference Count to some Object | 20 Jun 2004 06:45 GMT | 5 |
1. How can I get Reference Count for some Object (any type)? 2. Create Reference for some Object and not increment Reference Count for that Object? [SolarAngel]
|
| Graphic Errors | 19 Jun 2004 23:07 GMT | 1 |
My computer was having all kinds of problems, so we wiped everything out and reinstalled Windows 98 ~ finally I can get on the internet again, but now all of the graphics are messed up. Any web page backgrounds have noise in them ~ including this page! It's making everything ...
|
| Convert BMP to JPG | 19 Jun 2004 08:37 GMT | 6 |
What is the easiest way to convert BMP to JPG in VB6 without using any OCX? Thank you
|
| MsgBoxEx??? | 18 Jun 2004 23:57 GMT | 5 |
Apart from creating a custom messagbox form, is there a way to customize the message to allow for radio buttons and checkboxes with corresponding return values?? Secondly, how do I extract/reference/get handle of the standard msgbox icons
|
| fileopen dialog for a directrory | 18 Jun 2004 21:41 GMT | 3 |
hi, i am searching for a solution to open a fileopen dialog, which allow me to select a directory and not a file. i know there is a solution, but i couldn't find it. can someone give me a link or an example? thanks
|
| Create Shortcut | 18 Jun 2004 21:14 GMT | 5 |
Short and simple How do I create a shortcut programatically please. [I'm using win 2000 but I would like the code to to work for win95 > winXP]
|
| Reading properties .ICO and .CUR-files using GetObject function | 18 Jun 2004 15:56 GMT | 9 |
I'am reading image properties (Width, Height, BitsPixel) from image files using the the GetObject function (Private Declare Function GetObject Lib "gdi32" Alias "GetObjectA" (ByVal _ hObject As Long, ByVal nCount As Long, lpObject As Any) As Long)
|
| System tray balloon tips | 18 Jun 2004 15:16 GMT | 7 |
I'm using the shell_notifyicon API in VB6: Private Type NOTIFYICONDATA cbSize As Long hwnd As Long
|
| How to find the parent Directory PIDL of the Child Folder? | 18 Jun 2004 15:00 GMT | 3 |
How to find the parent Directory of the Child Folder whose PIDl i have using Shell Programming APi call Here i required to Move one level up b navigating in the backwark order from the Child to the its Parent.
|
| Undocumented API | 18 Jun 2004 09:49 GMT | 3 |
The internet is boasting about some undocumented API exported from Shell32.dll to receive shell window notifications like window creation and activate and destroyed events. is there anybody who can tell me if this is true or not and if this is true how one can implement it and one ...
|
| Need Help with CreateFile on Win98 | 18 Jun 2004 09:07 GMT | 1 |
I need to get a valid CreateFile handle on Win 98/ME to use with DeviceIoControl. The following call works on 2K/XP: hdh = CreateFile("\\.\PhysicalDrive0" , _
|
| Display numbers as raster cells/pixels | 18 Jun 2004 08:42 GMT | 1 |
I am developing a spatial model, and I am reading in an ASCII file into my VB.NET application. I would like each number to be represented as a cell or pixel, and for all the pixels to join together to form a grid. I only need this for illustrative purposes, as I need a graphic ...
|
| Type libraries for API Declarations? | 18 Jun 2004 07:47 GMT | 6 |
I received the following from an associate - can somone explain what he means? "I've been reading up on type libraries. A concerned developer from Amsterdam
|
| need help | 18 Jun 2004 06:54 GMT | 1 |
Can anyone guide me ?? I want to connect to users machines remotely to a specified shared directory and try to copy my files to that directory and if any updates in the packages do that changes to their directories . I am using vb application and struggling to get right choice ...
|
| Hooking the mouse | 18 Jun 2004 00:08 GMT | 2 |
I have created a local hook to trap WH_MOUSE messages that occur within my application's thread. I am doing this for an inactivity monitor. The problem is that WH_MOUSE is apparently firing periodically when everything is sitting still. In testing I noticed I'll hook two events, ...
|