Tech Support > Microsoft Windows > Development Resources
Launch any browser, send POST params?
Posted on November 5th, 2007 | 4 Comments

Hi, not sure whether this will help but this may be what you are looking for: www.auctionsearchexpert.com/gettopost.html HTH, Steve

How can I tell where an edit box wrapped text?
Posted on November 5th, 2007 | 3 Comments

On 25 Oct, 13:19, gw7...@aol.com wrote: Turned out not to be too tricky after all - I googled for "EM_GETWORDBREAKPROC code sample" and one of the hits it gave...

ReadDirectoryChangesW and short file names
Posted on November 5th, 2007 | 1 Comments

J de Boyne Pollard wrote: Thanks. Fortunately, as the article recommends, we do save both the LFN and SFN. So it isn't a show stopper. The only difference in our backend database is that LFN...

ReadDirectoryChangesW vs ChangeJournal
Posted on November 5th, 2007 | 0 Comments

P> Maybe I am impatience Well ... yes, given that you wrote that at 2007-11-02 15:06:20 -0400, following up on a post that you had made a mere two hours earlier. (-: This is Usenet. Not everyone...

ReadDirectoryChangesW and short file names
Posted on November 5th, 2007 | 0 Comments

P> Yeah, and unfortunately we are not getting any feedback from any P> MVP or Microsoft engineer You do know that MVPs are not employed by Microsoft and don't represent Microsoft, don't you?

free cab sdk with unicode support?
Posted on November 5th, 2007 | 2 Comments

"Ulrich Eckhardt" <eckhardt@satorlaser.com> ha scritto nel messaggio news:b3v205-95d.ln1@satorlaser.homedns.org... cab sdk as unpacker sdk for cab files it doesn't support filenames in unicode...

CreateThread a Console App
Posted on November 5th, 2007 | 4 Comments

JimmyMiller wrote: Use MsgWaitForSingleObject as a workaround to keep the message loop running. Well, you can also call WFSO from a different thread and then use window messages. If it didn't...

Saving PNG with Windows API and C/C++
Posted on November 5th, 2007 | 8 Comments

A very easy way to read/write these is the MFC/ATL class CImage. You could write a wrapper dll that works with a HBITMAP for exchange, maybe?

GetKeyState :Handling SmallLetter and Capitals
Posted on November 4th, 2007 | 4 Comments

"Admirer" <rrohithr@gmail.com> wrote in message news:1194145770.657777.301870@i13g2000prf.googlegroups.com... You pressed the key which returns the value 'R' -- the value 0x52, or 82, NOT -- I...

I need to create myown math dll
Posted on November 4th, 2007 | 7 Comments

Admirer wrote: You have got an answer. I have nothing more to add. If you need to understand it, read a chapter about dlls in your book, you might write yourself a "Hello world!" dll to understand...

How to convert text from EditBox
Posted on November 3rd, 2007 | 3 Comments

Admirer wrote: The first parameter need to be a window handle to the dialogbox, not to the edidbox. Please, use this site to check detailed info about the Window APIs you are interested...

How to convert text from EditBox
Posted on November 3rd, 2007 | 2 Comments

Admirer wrote: e.g. GetDlgItemInt()

Printing a file
Posted on November 3rd, 2007 | 6 Comments

On Nov 2, 2:17 pm, "Christian Kaiser" <b...@gmx.de> wrote: Hi Chris, Currently i am doing the same thing u said. But WaitForSingleObject() returns as soon as ShellExecuteEx() completes and the...

Crash on SendMessage
Posted on November 3rd, 2007 | 10 Comments

* ds755: See my reply of the 23 Oct. -- Derek

VS 2k5 C++ FreeLibrary() - default debugging memory leak detection
Posted on November 2nd, 2007 | 2 Comments

sfncook@gmail.com said: Because you didn't supply all the source code, it's impossible for people to test your code locally, which makes it much more difficult for them to give a definitive answer....

Control type from ID?
Posted on November 2nd, 2007 | 1 Comments

Bob Masta wrote: You can load the dialog template from the application's resources and get a "compiled" version of what you put into the resource script. Use FindResource(), LoadResource(), and...

Publishing Performance Counters
Posted on November 2nd, 2007 | 1 Comments

Sachin wrote: And Pdh apis ? http://msdn2.microsoft.com/en-us/library/aa373088.aspx

looking for readahead(under linux) equivalent win32api function
Posted on November 2nd, 2007 | 2 Comments

In article <1193944057.972437.225390@q5g2000prf.googlegroups.com>, CPLUSPLUS09@gmail.com says... This happens automatically. Specifying FILE_FLAG_SEQUENTIAL_ACCESS when you open the file makes this...

looking for readahead(under linux) equivalent win32api function
Posted on November 2nd, 2007 | 0 Comments

I need some asynchrous function under win32 which could load the specific file into system cache and then it will speed up file reading afterwards. Thank you.

Detecting leading edge on EV_CTS.
Posted on November 1st, 2007 | 2 Comments

Thanks Jeffrey. On Nov 2, 4:22 am, "Jeffrey Adler" <jeff.nospam.ad...@bigfoot.com> wrote: