Tech Support > Microsoft Windows > Development Resources
Stop local admins from killing process
Posted on September 19th, 2006 | 4 Comments

therealbigcoops@gmail.com wrote: Sure, but... are you writing a virus or spyware of some sort? The administrators have the power to administer the machines they have admin right on and there is...

Need help urgent - WS_EX_COMPOSITED
Posted on September 19th, 2006 | 0 Comments

Hi, I am created a rebar control using this if(hwndParent == NULL) return E_FAIL; m_hwndParent = hwndParent; RECT rparent;

image in the commmand bar
Posted on September 19th, 2006 | 2 Comments

On Tue, 19 Sep 2006 14:23:59 +0200, Grzegorz Wróbel </dev/null@localhost.localdomain> wrote: But BM_SETIMAGE is not defined for any of the Microsoft SDKs that work with eVC...

how to work writefile function with Microsoft Word
Posted on September 19th, 2006 | 5 Comments

"krishna" <krishnapanwar@gmail.com> wrote in message news:1158667050.159731.5390@h48g2000cwc.googlegroups.com... Please quote as much as relevant. Oh -- and please do not use 'l33t' such as plz or...

Display bitmap in different app's window?
Posted on September 19th, 2006 | 0 Comments

Is it possible to display a bitmap in a different app's window? Like if I were to get a handle to the window using FindWindow or something, could I use this to display a bitmap in that...

Compiling nmShare in the Netmeeting SDK
Posted on September 19th, 2006 | 1 Comments

On 18 Sep 2006 19:50:04 -0700, tyler.parke@gmail.com wrote: It might be useful to post to: microsoft.public.internet.activex.conferencing.sdk as well (that is historically the forum for...

Windows 2000 Domain- Screensaver
Posted on September 18th, 2006 | 1 Comments

abhilash.ar@gmail.com wrote: If it's clean install and user has not been yet created you can set this fileds in the...

CtreeCtrl GetCheck help
Posted on September 18th, 2006 | 1 Comments

On 16 Sep 2006 08:55:44 -0700, "Geky" <attackack@yahoo.com> wrote in <1158422144.720700.28170@e3g2000cwe.googlegroups.com>: You're checking the value before the Tree Control has toggled it. ...

Voice API's
Posted on September 18th, 2006 | 4 Comments

www.hawksoft.com has something called "hawkvoice". I don't know if it is what you need, though it looks like.

Radio buttons and focus
Posted on September 18th, 2006 | 3 Comments

By any chance, are you using the BS_AUTORADIOBUTTON style on your radio buttons? That's usually the default -- try using BS_RADIOBUTTON instead. "David W" <no@email.provided> wrote in...

Redirect cout to a file
Posted on September 18th, 2006 | 1 Comments

bilaribilari@yahoo.com wrote: Sure, if you're just using std::cout, that's easy: // open output file std::ofstream out( "logfile"); if(!out.is_open()) throw std::runtime_error("failed to open...

Memory leak detection from command line
Posted on September 18th, 2006 | 3 Comments

In message <1158529587.823583.228550@i42g2000cwa.googlegroups.com>, Michael <mchlgibs@aol.com> writes Memory Validator has comprehensive command line support. You should be able to change your...

Structures overseas
Posted on September 18th, 2006 | 0 Comments

Hello What is the best way to send and receive large structures between a C++ application and a PHP page (backed by a database server?) I investigated XML-RPC, however, it looks like you can send...

activeX and win32 api application
Posted on September 17th, 2006 | 1 Comments

<amiti.bo@gmail.com> wrote... Yes! GIYF. If you will be more specific, so will I :) Greets, Martijn

Access denied - "-2147024891" - cocreateinstance
Posted on September 17th, 2006 | 1 Comments

Hi QMan, <askqry@yahoo.com> wrote... That error value is equal to hex 0x80070005, which indeed means ACCESS DENIED (from winerror.h): #define E_ACCESSDENIED ((HRESULT)0x80070005L) How are you...

"My Computer" funda?
Posted on September 17th, 2006 | 5 Comments

Hi Pradeep, "pradeep" <pradeep.kamalakumar@gmail.com> wrote... This requires a bit of shell programming. I have two controls implemented that do this, source available...

Intercept Net Send Message
Posted on September 17th, 2006 | 0 Comments

I've been looking on the internet for a while, but I can't really find any information on how to do this. I'm looking for a way to intercept the messages that are coming from a net send on another...

How to detect programmatically if network cable unplugged
Posted on September 17th, 2006 | 3 Comments

"Grzegorz Wróbel" </dev/null@localhost.localdomain> wrote in message news:eehq6t$8rn$1@atlantis.news.tpi.pl... Win 2003 Server...I'm sure it works there too. Boris

Viewport vs Window
Posted on September 16th, 2006 | 4 Comments

Ah, ok. Thanks for the help! John Carson wrote:

Calling destructor on pointer to com component .
Posted on September 16th, 2006 | 1 Comments

* mangesh_sawant@walla.com: Your description is too vague for a clearcut answer. Assuming C++ (not C#): In this case the destructor probably calls Release, which would be a bug in the component...