Tech Support > Microsoft Windows > Development Resources
Detect USB drive, Memory Stick and SD/MMC in Windows
Posted on May 29th, 2008 | 4 Comments

No, there is no reliable way to distinguish between pen drives and single slot SD/MMC readers. The only thing to check it the device's friendly name. Some readers have 'taking' names like "USB 2.0...

GDI+ Image::Save() function returns InvalidParameter
Posted on May 29th, 2008 | 1 Comments

On 29 mai, 07:14, shaji <shajiparem...@gmail.com> wrote: this code is not compilable. what is szImadeData ? Towrite ? oImage is it correct ?

Debug assertion error using a DLL in an .exe program
Posted on May 29th, 2008 | 1 Comments

Amy wrote: Try declaring this definition with extern "C", too. This isn't necessary as long as the former declaration is in view, but it will e.g. give you an error message if the two declarations...

Detecting when a process is abruptly terminated...
Posted on May 29th, 2008 | 6 Comments

"Chris Thomasson" <cristom@comcast.net> wrote in message news:fsidnbwvkJFOl7jVnZ2dnUVZ_u-dnZ2d@comcast.com... WHOOPS!!!!!!!!!!!!!!!!!! There can be a MAJOR race-condition here... Correction...

LoadLibraryEx from ActiveX OCX Control
Posted on May 28th, 2008 | 1 Comments

char ocx; GetModuleFileName(AfxGetModuleState()->m_hCurrentInstanceHandle, (LPWCH) &ocx, MAX_PATH); Use this for the path in SetDllDirectory before the LoadLibraryEx call. On May 28, 10:50 am,...

On Win2000 Professional, GetUserNameEx failing with parameter asNameDnsDomain . Help Needed.
Posted on May 28th, 2008 | 1 Comments

developer28 wrote: With which returned error ?

Software Limitation (in days)
Posted on May 28th, 2008 | 1 Comments

CAHEK wrote: You can store the date at install time in registry (crypted) and check if the user doesn't change the system date (by comparing it with a remote server)

Impersonation
Posted on May 28th, 2008 | 1 Comments

one thing i have forgotten to add that is the remote machine shared folder has full rights to access.to the impersonate User(means whos credentials i am passing)

File systems (FAT32) question
Posted on May 28th, 2008 | 2 Comments

On May 28, 10:07 am, Jeroen Mostert <jmost...@xs4all.nl> wrote: Thanks for pointing out the black and white lettering that was starring me in the face but I missed it. Andy

Closing a file handle in parent
Posted on May 28th, 2008 | 1 Comments

Subrahmanya wrote: No, closing the handle in the parent process will not cause the handle to be closed in the child process. The child process needs to close the handle itself. You will need to...

MDAC
Posted on May 28th, 2008 | 2 Comments

magix wrote: No, you have plenty of methods to read Access DB (ODBC, Ado, etc)

Visual C++ 2005 Redistributable Package
Posted on May 27th, 2008 | 1 Comments

Check in project properties, under 'Configuration Properties' -> General -> 'Use of MFC' set to 'Use MFC in a Static Library'. I don't know about the Java Apps. HTH BEA On May 27, 4:38 am, bzaid...

NewsMaestro Usenet Supertool v. 4.4.8 for Windows/Linux/Unix released
Posted on May 27th, 2008 | 0 Comments

Download page: http://rapidshare.com/files/118192521/NewsMaestro_4.4.8_Src.zip (Hit Free button to download. For some download managers you need to open the .html file it downloaded to do actual...

Convert Char *buffer to HBitmap
Posted on May 27th, 2008 | 3 Comments

On Mon, 26 May 2008 11:21:52 -0700 (PDT), Rasheed <sk.rasheedfarhan@gmail.com> wrote: I just used google (http://www.google.com/advanced_search?hl=en) to look up createdibitmap sample in this...

Creating and managing compressed folders WIN API
Posted on May 27th, 2008 | 2 Comments

"David" <David@polest.com> wrote in message news:g191r3$sv3$1@news.albasani.net... Thanks! Jeff

Letting a received Mailslot-message generate an event - Possible ?
Posted on May 27th, 2008 | 10 Comments

Hello Jerry, Thanks for the waring and I'll do. Regards, Rudy Wieser Jerry Coffin <jcoffin@taeus.com> schreef in berichtnieuws

SHBrowseForFolder - Callback Kills Scroll Bar.
Posted on May 26th, 2008 | 2 Comments

Christian ASTOR wrote: Thanks again Christian: And again, and again... You are really helping me a lot reciently. That works. I wonder why the dialog can't be set from the callback.

Need SHBrowseFor Folder Suggestions.
Posted on May 26th, 2008 | 1 Comments

JW <jw@ungodly.net> wrote... I've never actually done this, but I think you can use IFolderFilter to selectively filter the directories that are shown. It will probably be a lot of work, though,...

application hang
Posted on May 26th, 2008 | 1 Comments

"magix" <magix@asia.com> wrote in message news:483ab5f6$1_1@news.tm.net.my... When the app hangs use the debugger Break command to stop execution, then examine the debugger stack window to find out...

Folder Browing / copy file
Posted on May 26th, 2008 | 4 Comments

magix wrote: To save a file, just use GetSaveFileName()