Tech Support > Microsoft Windows > Development Resources
Subclassing error
Posted on May 9th, 2008 | 7 Comments

Thanks for that. I tried that exactly but it STILL didn't work (I had comctl32.lib in the wrong place but this didnt change anything). I will just use SetWindowLongPtr(). Thanks to everyone for all...

Create a browser control without window?
Posted on May 9th, 2008 | 2 Comments

moonfacell@gmail.com wrote: You must host it in your process , otherwise some interfaces won't work

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

Hi I am trying to register a window as follows(I am doing this so that I get empty window and I can add controls into it as I desire) wc = new WNDCLASSEX(); //wc.hInstance...

How to get a render from IHTMLElement ?
Posted on May 9th, 2008 | 2 Comments

On 5ÔÂ8ÈÕ, ÏÂÎç9ʱ35·Ö, "Sebastian G." <se...@seppig..de> wrote: Yes. I also tried to call Sleep(5000) to pend for 5 seconds, but still can NOT get the render interface. I think somethings were...

First time opening COM port using CreateFile
Posted on May 9th, 2008 | 0 Comments

I just want to post here the conclution to this old thread, I can't reply to the thread any more, I guess it is no longer active... The problem was related to the port timeout settings, this is the...

Terminal Services
Posted on May 9th, 2008 | 6 Comments

Check out LogMeIn FREE, for an admin's dream! -- David Glienna MVP - Visual Developer (Visual Basic) 2006 thru 2008 "Alex" <al@temporaryinbox.com> wrote in...

DLL lookup tables
Posted on May 9th, 2008 | 2 Comments

"mark" <mark@hilton.com> wrote in message news:g00248$bos$1@aioe.org... At a guess, these tables might be the message maps used with MFC and ATL libraries. Windows sends numerous messages to...

ANN: Seed7 Release 2008-05-08
Posted on May 8th, 2008 | 0 Comments

Hello, I have released a new version of Seed7: seed7_05_20080508.tgz In the Seed7 programming language new statements and operators can be declared easily. Types are first class objects and...

Odd Problem with SetParent
Posted on May 8th, 2008 | 2 Comments

On May 8, 2:53*pm, "Scott Seligman" <selig...@example.com> wrote: Well, yes, I know this and so does everyone else. However, given that the window DOES get reparented (and that others are doing...

WaitForInputIdle
Posted on May 8th, 2008 | 3 Comments

On May 8, 8:20*am, Tom Udale <a...@bbb.com> wrote: Hi Tom, Well, if your thread have a window with a modal dialog box, you can receive the following Windows notification when entering an idle...

CreateProcessWithLogonW without UAC popup in Vista
Posted on May 8th, 2008 | 1 Comments

ashu.nitc@gmail.com wrote: There is none, such an action simply has to invoke UAC. Why not? After all, you cannot expect your program to work on Vista anyway.

Problem: Syncing files between two computers in different time-zones
Posted on May 8th, 2008 | 16 Comments

In article <48103ef2$0$7125$e4fe514c@dreader25.news.xs4all.nl>, address@not.available says... Irrelevant -- backup programs normally don't base their decisions on time stamps at all. Instead,...

hard drive manufacturer name and slot information
Posted on May 8th, 2008 | 1 Comments

In article <44a01754-1dbf-49f8-b88c- 61edd20c1efc@l28g2000prd.googlegroups.com>, mdnchauhan81@gmail.com says... It sounds like this is telling you about the driver instead of the drive proper. If...

AVI PLAYER
Posted on May 8th, 2008 | 2 Comments

Can u explain their difference? I just made it with IGraphBuilder the other day. "Theodore" <Gallop.0@hotmail.com> дÈëÏûÏ¢ÐÂÎÅ:fvosol$2h8$1@aioe.org...

win 32 api to get hard drive manufacturer
Posted on May 8th, 2008 | 2 Comments

On May 8, 2:51 pm, moonfac...@gmail.com wrote: Thanks for replying. I have tried that link already. That does not give the information about manufacturer name. Even the slot information is not...

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

Elegant one I think would be one that uses Operating System notifications directly. Some thing like you maintain list of process handles that register with your memory allocator. Use...

I am now installing google earth on UBUNTU Linux. package name todownload codecs/java
Posted on May 8th, 2008 | 0 Comments

ubuntu linux is very easy to use. use kubuntu --- makes u use your brain. and has all the packages. and windows xp runs as a file under virtual box. Erach

_WIN32_WINNT define WTS function
Posted on May 8th, 2008 | 2 Comments

On 5¿ù7ÀÏ, ¿ÀÈÄ10½Ã57ºÐ, Christian ASTOR <casto...@club-internet.fr> wrote: Many thanks (for this answer and for previous answers).That was actually my solution no. 2. I tried that and it worked...

What's PATH?
Posted on May 8th, 2008 | 10 Comments

Larry Lindstrom wrote: Here the "/Fo$@" tells the C compiler "name the object file $@", and "$@" is whatever nmake is using for the name of the target. For example ... .... when nmake goes to...

IWebBrowser2->Navigate() Failure...
Posted on May 8th, 2008 | 3 Comments

On 5ÔÂ7ÈÕ, ÏÂÎç8ʱ26·Ö, Christian ASTOR <casto...@club-internet.fr> wrote: Yes. I modified here and it works! Thank you:)