Tech Support > Microsoft Windows > Development Resources
computing window visible region
Posted on May 14th, 2008 | 2 Comments

Beagle wrote: GetClipBox() (or old KB75236)

tree control in list view
Posted on May 14th, 2008 | 1 Comments

On 14 mai, 14:01, sweety_s <gayatri.neel...@gmail.com> wrote: You can use the standard "TreeList" window class (rasdlg.dll)

How to do a function like quick-format?
Posted on May 14th, 2008 | 6 Comments

"bluestar" <bluestar8783@gmail.com> wrote in message news:02f20ab6-7de5-4e95-906a-d47e742043eb@u12g2000prd.googlegroups.com... But you wan't be able to format C: if Windows is installed on C: Boris

I need some info on how to do trial version sofware
Posted on May 14th, 2008 | 15 Comments

"David Jones" <ncic@tadmas.com> wrote in message news:MPG.2292a9ea4bdd487a9896e8@news.suddenlink.net... Actually I believe that 3dMax (animation program) shipped with a dongle. And the pirates...

Compiling without dependencies on compiler DLLs
Posted on May 13th, 2008 | 4 Comments

wrote: They can, but since they're SxS loaded and you don't have Microsoft's private key for signing them, they will be incompatible with any other software.

GetDiskFreeSpaceEx returns disk free space without consideringuser-quota
Posted on May 13th, 2008 | 7 Comments

On May 12, 3:50 pm, "Sebastian G." <se...@seppig.de> wrote: ----------- Hey, I found where the issue was. It is reporting correctly now. It was not reporting because the user was member of Domain...

Un-noticed system time change
Posted on May 13th, 2008 | 1 Comments

sb5309@yahoo.com wrote: Use AdjustTokenPrivilege to disable or permanently drop the SeChangeTimePrivilege, and enable failure auditing of privileges.

Threads, memory allocation, and dangling pointers
Posted on May 12th, 2008 | 4 Comments

On Sat, 10 May 2008 12:50:23 -0700, "boris" <someone@nospam.net> wrote: I can't think of a way to provide enough code to be useful without providing way more than you should find time to read....

RichEdit
Posted on May 12th, 2008 | 1 Comments

stef wrote: There is no "name of a paragraph style" in a RichEdit...

My ubuntu linux (free, open-source) is easy to install and use
Posted on May 12th, 2008 | 9 Comments

: Gee, you right. These lin-retards will want everybody use lin-crap. : Thankfully most people are smarter than that. I'll never install lin-junk on : any of my systems. It's not 1970-s anymore, plus...

catch signal in win32 programming
Posted on May 12th, 2008 | 3 Comments

spleen2060@gmail.com wrote: D'Oh! First hit on Google! <http://www.google.com/search?q=POSIX+signals+Windows+driver&hl=en&safe=off>

Unable to create window after registering a window.
Posted on May 12th, 2008 | 5 Comments

Hi when I try to get Marshal.GetLastWin32Error() for RegisterClassEx(ref wc); I get error code as 2 which means "The system cannot find the file specified." now I do not know which file is being...

catch signal in win32 programming
Posted on May 12th, 2008 | 0 Comments

hi all, there's a way to do this in win32 programming (C/C++) #include <signal.h> void cleanAll() { sig = 1; }

OLE Design Architecture
Posted on May 12th, 2008 | 1 Comments

"Raja" <rokkamraja@gmail.com> wrote in message news:41d3180b-f916-40fa-ab69-b2bd02bb3cca@b64g2000hsa.googlegroups.com... The idea: when COM object FooObj is instantiated as part of COM...

Bitmap to RTF
Posted on May 12th, 2008 | 2 Comments

Done! thanx

c++ exception and thread death
Posted on May 12th, 2008 | 2 Comments

"viki" <vikimun@gmail.com> wrote in message news:0f508f55-6ca6-47bc-8eb8-1036b7a2b0cc@b64g2000hsa.googlegroups.com... As this the above link says, default unhandled exception handler calls...

PdhCollectQueryDataEx hangs
Posted on May 12th, 2008 | 3 Comments

Subrahmanya wrote: Which part of "Oops" didn't you get? :-) Since Windows is closed source, you have to beg Microsoft for fixing this for you.

"readelf" Equivalent?
Posted on May 11th, 2008 | 2 Comments

In article <b69bce26-647c-475f-97aa- 08b6efc40cbf@q24g2000prf.googlegroups.com>, namesagame-usenet@yahoo.com says... Looking up SymInitialize should get you started in the right direction. IIRC, in...

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

Oops: bug fix (see inline below). "boris" <someone@nospam.net> wrote in message news:48257a55$0$34507$742ec2ed@news.sonic.net... CloseHandle(hMutex);

Finding DLL's HMODULE from within the running FARPROC
Posted on May 10th, 2008 | 6 Comments

Folks, thank you ! On May 9, 5:34 pm, Norman Bullen <n...@BlackKittenAssociates.com> wrote: