- Handling HDN_ENDDRAG Message in ListView Control Header
- Posted on December 17th, 2003 | 0 Comments
I'm using Visual C++ 6.0, but my code is C not C++. I am trying to implement drag-and-drop column re-ordering in a ListView control. When I trap the HDN_ENDDRAG message, I can't get it to not...
- Help on unzip32.dll
- Posted on December 17th, 2003 | 2 Comments
How to use unzip32.dll in 'C' program. I am using Borland compiler.
- running program as a background process
- Posted on December 17th, 2003 | 3 Comments
hello I've got a question how can I write a program(computing program) working in OS background? E.g. I'm starting my program for computing and it works in system backgraound, and after finishing...
- SetCurrentDirectoryW broken for long paths?
- Posted on December 17th, 2003 | 2 Comments
Hi! I'm using the Unicode win32 APIs to manipulate paths that are longer than the normal 260 character limit on Windows. Most of these calls are working fine, but I've had no luck at all getting...
- SHCreateDirectory() problem
- Posted on December 17th, 2003 | 5 Comments
I have a directory on my C drive named "C:\xxxx and am calling SHCreateDirectory() like this: int res = SHCreateDirectory (NULL, "C:\xxxx\pub\download\windows\dotnet"); When I call FormatMessage...
- Getting Microsofts "official support" for project...?
- Posted on December 17th, 2003 | 22 Comments
What would be needed to get Microsoft to go out in public and state that they support a library? What I mean is that I've got this library called SmartWin that is a Windows API abstraction,...
- "dropping" a file on a program
- Posted on December 17th, 2003 | 2 Comments
I've seen that in the windows operating system, on the desktop when there is a file like an image when you drag it and drop it on the icon of a program that can read it then the program automatically...
- Subsclassing/Compiler issues.
- Posted on December 17th, 2003 | 6 Comments
I'm compiling a C++ application with VC 5.0, although no frameworks are being used. Referring to the Win32API.HLP file that I have, I am attempting to provide some extra functionality to a given...
- [WS_EX_TOPMOST] How Can I make Ordered TopMost windows?
- Posted on December 17th, 2003 | 4 Comments
I have a two desktop window which should be on the top of other program in order. ( I have window1, window2. window1,window2 should be topmost. window1 should always be over window2) How can I make...
- Q. Learn win32 API, or wait for win64 API & tools?
- Posted on December 16th, 2003 | 3 Comments
Hello to all, I am relatively new to programming, only a few courses in school. I love C and C++. I want to learn more about Windows programming. Should I wait for documentation (books, manuals, &...
- COM in IE
- Posted on December 16th, 2003 | 0 Comments
Could somebody tell me how to use Component Object Model to send commands to an instance of Internet Explorer that is already running? Thanks
- transparent icons, how to do?
- Posted on December 16th, 2003 | 0 Comments
I have seen, programs, allowing the background colour of icon text to be made transparent. I would like to make that type of program. I wonder what API functions they use. Anybody having...
- Where in the world is Stdio.lib
- Posted on December 16th, 2003 | 1 Comments
Hi all, simple question where can I get a stdio.lib file that will work with the Microsoft C compiler? I have installed the win xp DDK, and am planning to call some file routines from a usermode...
- tutorial for using COM in c++
- Posted on December 16th, 2003 | 13 Comments
I need a tutorial where to learn how to use a COM object in my devc++ project. could someone suggest me one?? thanx alot Giulio
- PostMessage(time ?)
- Posted on December 16th, 2003 | 19 Comments
Hello Can i send in messages any structures ? I need to send current time from one application to another, how can i send a lot of information using messages ? (not only WPARAM and LPARAM) ? Thanx
- Edit IE content
- Posted on December 15th, 2003 | 0 Comments
Hi, I'm trying to write a program (using visual c++), which is going to edit html page loaded in IE - paste text in editbox, change combox, pressing buttons. I guess I need to learn something...
- How to create process with no window using CreateProcess
- Posted on December 15th, 2003 | 6 Comments
Hi everybody, I am writing an application which is supposed to run on Win98, 2k, XP and which uses CreateProcess to start a console app whose output I am capturing. I am using the flag...
- Current exe path
- Posted on December 15th, 2003 | 3 Comments
Hi, Is there a MFC or SDK class method or function to get the path of the current process executable path? Thanks, Adrian
- createDIBSection errors
- Posted on December 15th, 2003 | 0 Comments
I'm not sure if this is the correct place for this question but I'll give it a shot. I'm sure someone will tell me of a better place if this isn't it. :) I'm trying to debug a Delphi ISAPI app...
- Huge file hash
- Posted on December 15th, 2003 | 1 Comments
I basically know how to get the MD5 (SHA1 and whatever) value of a small-to-medium string, but how should I calculate it on a huge file, one that I can't bring in memory (say 10, 20 Gb)? Does anyone...

