| Thread | Last Post | Replies |
|
| Determine optical drive type and capabilities | 31 Oct 2008 11:07 GMT | 1 |
How can I get the type of an optical drive. IOW how can I know whether the drive is a CD drive or a DVD drive or a combo (CD and DVD) drive. Also how can I determine if the drive has burn capabilities and if so what types of media (CD-R, CD+R, CD-RW, DVD-R, etc.) it
|
| ADS data | 31 Oct 2008 10:58 GMT | 11 |
I'm trying to write something to find and capture data in ADS (alternative data streams). I can't find anything in MSDN or any other source on how to detect them. I've found utilities that can, but for my purpose, I need to do it from my own code (it's a liability
|
| Medium Changer control | 30 Oct 2008 12:32 GMT | 5 |
Can anybody point me to a tutorial or some code which can control a Medium Changer device. Specifically I am trying to control a Powerfile CD/DVD Jukebox. This device is a 200 disc CD/DVD changer. It is connected to the PC via Firewire. I have found a command line
|
| convert typedef struct from C++ to VB | 29 Oct 2008 14:19 GMT | 17 |
Can somebody help me with the this structure (from winioctl.h). I need to convert it to VB so that I can call the DeviceIOControl function to return this data. I thought it looked fairly straight forward but I must have something wrong because I am not getting what
|
| NotifyIconData versions | 27 Oct 2008 15:42 GMT | 2 |
[VB6] I know there are different versions of the NotifyIconData structure that correspond to various version of Shell32.dll, and that the later versions of Shell32 provide additional functionality to system tray icons.
|
| is it risky - putting the hard drive in a low power state | 26 Oct 2008 17:19 GMT | 1 |
I'm trying to put my system in 'low power'. I've changed the setting on my monitor to turn off in 10 minutes but am wondering - the options give me a choice of putting my Hard Drive in a lower power state, by turning it off in a certain time frame. Is that safe? Or could I ...
|
| Size form to Picture | 22 Oct 2008 04:58 GMT | 13 |
Anyone have a working example on how to resize a form to the size a picture? I tried using GetSystemMetrics to account for borders, caption, menu, etc, but the forms borders (Bottom & Right) still cover parts of the loaded image. For now I gave up on that and came up with this, its
|
| Problem scrolling owner-drawn listbox | 21 Oct 2008 06:30 GMT | 4 |
I am having problems scrolling an owner-drawn listbox. When scrolling with the mouse wheel I get a really weird effect, like it is scrolling the wrong way, then stopping at the right place. I found a KB article describing something similar, but it's very old; I can't believe this ...
|
| Remove Array Column - CopyMemory | 15 Oct 2008 17:37 GMT | 4 |
I have a variant array with a column in the middle which I want to get rid of. Can I use the CopyMemory API to achieve this or is there a simply way? Any pointers/explanation as to the methodology would be gratefully received.
|
| ShellExecute() fails with URI using file schema | 15 Oct 2008 10:01 GMT | 2 |
My app uses ShellExecute() open a PDF file for the user using his default PDF reader. The path to the file, for various reasons, is a URI, not a Windows file path. On our test systems, and on most of our customer systems, this works fine. But on a handful of systems, we find that ...
|
| Using findwindow with findwindowex to close a yes no dialog | 15 Oct 2008 08:04 GMT | 4 |
Ok ive bin trying to do this for hours an hours now this dialog box is a pain in my butt "#32770(dialog)" the way i have it set up dim hwnd as long , dwnd as long , swnd as long
|
| File/Open/Save fialog | 10 Oct 2008 21:14 GMT | 1 |
Haveing a handle to the Save As dialog, is there a way to obtain the OPENFILENAME structure it contains, change its properties, and hand it back over to the dialog? I would think that if you can open notepad (or any other app that allows file handling), hit Edit/Save to pop that ...
|
| getting state or error Oracle ADO SQL 'update' command | 08 Oct 2008 23:52 GMT | 2 |
If exist method for getting status or error in VB 6.0 See codes -- Dim Rs As New ADODB.Recordset
|
| Free up allocated memory | 07 Oct 2008 12:29 GMT | 3 |
Hi, I have two questions of freeing up memory, I hope someone can help me: 1. After using BitBlt() function to capture the display content to picture box, is it necessary to free up the memory? The follwoing is the code: Picture1.AutoRedraw = True
|
| Minimized Window Framebuffer ? | 03 Oct 2008 02:44 GMT | 9 |
Does anyone know if while a Window is minimized, the display info is stored somewhere in memory and accessible ? Or does Windows re-renerate the display of a window each time it is restored from a minimized state ? Or if it not the foreground window, for
|