| Thread | Last Post | Replies |
|
| Visual Basic IDE Freaks Out | 27 Jan 2006 00:12 GMT | 1 |
I am developing an application to save a PictureBox Picture to a GIFF file. In it I call a Function to Count Unique Colors to be used in Octree Colour Quantisation Code (CreateOptimal) after Brian Schimpf. The CountColor function is one written by Robert Rayment.
|
| Is there something better than EnumPrinters? | 26 Jan 2006 21:45 GMT | 5 |
Hi All I was just wondering if there was a better function/way to get information on all the printers currently installed than EnumPrinters. I only really need all the printer names but don't care to do the memory management involved with EnumPrinters.
|
| using structs like BROWSEINFO and OPENFILENAME (string members) | 26 Jan 2006 20:52 GMT | 4 |
I am trying to use BROWSEINFO for SHBrowseForFolder. I would like to have *all* my API declarations/definitions to come out of my typelibrary - but i'm having trouble with the string members of the struct. my typelibrary definition is this:
|
| Help with transparency | 26 Jan 2006 17:14 GMT | 5 |
Is there any way to make the background of a picturebox transparent, so that you can draw things on it with like Line or Circle, and it looks like ist painted on the control below?
|
| Function CreateFile and com | 26 Jan 2006 08:43 GMT | 2 |
I can't use the function createFile for com >9 For COM1, COM2,...... COM9 all ok! For COM10, COM11,..... the function didn't work. Can you help me?
|
| ReadDirectoryChangesW | 25 Jan 2006 09:12 GMT | 2 |
I am sorry but i am very new into this world of win32 programming :) I am trying to write a file system monitor based on call back. The problem i am facing is that: 1- If i copy say multiple files, the call back is called only for 2
|
| VB6SmartCard | 25 Jan 2006 07:06 GMT | 6 |
Is it possible to read Cardholder name from VISA Electron SmartAard with VB6&API Mex
|
| From which api function one can get dpi info? | 24 Jan 2006 19:46 GMT | 1 |
Hello, friends, Our pictures have the size 32x32 pixel and are displayed in image control. However, since differenct PC has different dpi setting, pictures fit in image control well on one display monitor (say 90dpi) could be smaller on another
|
| FindFirstFile/FindNextFile | 24 Jan 2006 05:45 GMT | 3 |
MSFT KB article Q185476 gives an example of how to search directories. Note there is a bug in the code as the FileSize variable in th button clickj event should be typed as Currency, instead of Long. Otherwise, the code works fine MOST of the time.
|
| Turn Monitor off with VB | 24 Jan 2006 01:06 GMT | 2 |
The last time I did this was back in Visual Basic 6. Now I am using VB.NET 2005. When I use my code now, it turns off the monitor just fine. However when I move my mouse the monitor comes back on.
|
| Copy a treeview using its hwnd | 23 Jan 2006 20:31 GMT | 2 |
Lets say I have the hwnd of a treeview. I would like to build a copy of it (Just the text for start) I googled some and could not find a working demo. Please help
|
| Soundcard Input Control using VB6 | 23 Jan 2006 20:18 GMT | 1 |
I am developing a VB6 application that uses my soundcard to record to a Wav file via its 'line' input. I am using the mciSendString command in my app. Currently, for my app to work properly I am using the Windows Volume/Playback/Record control panel to manually select the ...
|
| Scalemode and picture box size VB5 | 23 Jan 2006 18:35 GMT | 1 |
a) I have an application which uses a form and within the form a picturebox. The form property 'WiindowState' on startup has been set to Maximized. The picturebox does not have a 'WiindowState' property so in the form load section I have used the following code to increase the ...
|
| StretchBlt | 23 Jan 2006 16:48 GMT | 1 |
How to save image when i have used StretchBlt API. For ex. if i use StretchBlt to resize image from Picture1 to Picture2 How can i now save Picture2? Regards;
|
| Relationship of LoadPicture() and GDIPlus Load Methods | 22 Jan 2006 19:09 GMT | 2 |
I have found that the standard Visual Basic LoadPicture() function will not load some of the Images on my computer while GDIPlus methods work each and every time. I have no idea why this is so but now I use the GDI+ exclusively. However, there are times when I want to follow code ...
|