| Thread | Last Post | Replies |
|
| [C] Pass a SECURITY_ATTRIBUTES structure | 18 Aug 2007 15:56 GMT | 1 |
I'm trying to pass a SECURITY_ATTRIBUTES structure inside a software I'm eriting, but during compiling I get the error C2011 'struct' type redefinition. What I have to change in my code?
|
| Memory reference error | 18 Aug 2007 08:01 GMT | 2 |
i get random memory location access errors. trying to code for a hardware lock device using a native code API and even used WMI in my code . and have used win32 api calls in VB6 program.
|
| Retrieve object name and dll or unique information | 17 Aug 2007 19:34 GMT | 3 |
I have a dll which exposes an interface which can be implemented by other classes or controls in other dlls/exes/ocxs and then gets passed into a class in the dll with the interface. I'm trying to get a unique piece of information from that objects which are
|
| GetOpenFileName with customized My Places bar | 17 Aug 2007 15:58 GMT | 2 |
i'm trying to implement the GetOpenFileName API in some VB6 applications, and have been playing around with the demos at: http://vbnet.mvps.org/index.html?code/comdlg/index.html the problem i'm running in to is that all i can get to show up in the
|
| Controlling a device driver in VB6... | 17 Aug 2007 13:49 GMT | 5 |
I'm having problems with starting and stopping a service without the machine crashing (rebooting) when I try and stop the service after having successfully started it. This code is a translation exercise from a C++ project I have which
|
| Adobe PDF Save As using Visual Basic sendmessage | 16 Aug 2007 16:27 GMT | 1 |
All, Can someone tell me where/HOW TO to find messages that can be sent from VB to an Adobe PDF such AS "save as"?
|
| Form with SetParent, modify its Height property and it keeps moving down | 16 Aug 2007 16:04 GMT | 2 |
I'm having a bit of a problem here. I've got a form that's loaded in AutoCAD, which is set as its parent at Form_Load. On the click of Button1, I set the form's height to the value of
|
| Another oddball question, regarding the desktop image | 16 Aug 2007 00:41 GMT | 2 |
I must ask the most obscure questions...... I've got another one..... The desktop wallpaper.....is there anyway to get a handle to the desktop image ? Not the desktop DC, but the actual bitmap in memory somewhere that
|
| Get information from a Cisco switch with a vb program | 14 Aug 2007 02:13 GMT | 1 |
Is it possible to write a front end program that would talk to a Cisco switch to get information about the switch such as up downs if the switch and ports?
|
| How to disable Ctrl+Alt+Del in WinXP | 12 Aug 2007 18:44 GMT | 7 |
Pls I'm working on my project and I need somebody to assist me with the API for disabling Ctrl+Alt+Del in Windows XP. I have search the Ms KB but I was only able to get the one for Win95, though it also worked for Win98 but it does not work for WinXP.
|
| Add a Windows User to a File VISTA | 12 Aug 2007 09:27 GMT | 4 |
1. It is possible with visual Basic to add a windows user to an existing file and give rights ? exist an WINAPI give a link or an example ! David Di Donato
|
| flood filling | 07 Aug 2007 11:35 GMT | 4 |
Hi every body, Is there any body who knows the detailed algorithm for flood filling for grayscale images? please email me if you know the answer : pegahtv@yahoo.com
|
| filename API | 06 Aug 2007 14:24 GMT | 8 |
does anyone know an API that will return filenames of selected files in windows explorer. i want to select a few files and run my program and getting the results if you need more info ,let me know
|
| SHBrowseForFolder call crashes, Windows XP | 05 Aug 2007 11:35 GMT | 8 |
Cross-posting in vb.winapi and access.modulescoding, I believe both are potentially appropriate. Using VBA and Access XP SP3. Having trouble with a Win API call to SHBrowseForFolder. Works fine
|
| Message when System volume changes | 03 Aug 2007 09:55 GMT | 4 |
In an app I have a slider for the system volume, I need to find out when anything else changes the volume so my slider can reflect that change. I could do it with a timer but for something that won't happen very often it seems a bit wasteful.
|