Click here to Skip to main content
15,889,527 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Question about AddIns for Visual Pin
Gavin Jerman28-Feb-02 1:18
Gavin Jerman28-Feb-02 1:18 
GeneralIs there a way to get IActiveScript*** Pin
Brian V Shifrin27-Feb-02 23:58
Brian V Shifrin27-Feb-02 23:58 
QuestionHow do u find bugs in MFC programs? Pin
John Cruz27-Feb-02 23:31
John Cruz27-Feb-02 23:31 
AnswerRe: How do u find bugs in MFC programs? Pin
Nish Nishant27-Feb-02 23:50
sitebuilderNish Nishant27-Feb-02 23:50 
AnswerRe: How do u find bugs in MFC programs? Pin
Mukkie28-Feb-02 11:29
Mukkie28-Feb-02 11:29 
GeneralRe: How do u find bugs in MFC programs? Pin
Tim Smith28-Feb-02 11:51
Tim Smith28-Feb-02 11:51 
Generalfocusing problem on windows 2000 Pin
27-Feb-02 22:29
suss27-Feb-02 22:29 
GeneralRe: focusing problem on windows 2000 Pin
Nish Nishant27-Feb-02 23:48
sitebuilderNish Nishant27-Feb-02 23:48 
Basically what it means is that from Win2K upwards, applications cannot steal focus from other applications. You can set the focus to any window in your app as long as the current focus is with one of the other windows in your app. But if the focus is on a window in a different app, then you cannot steal the focus.

I believe there is some undocumented registry setting to disable this prevent-steal-focus setting.

Regards
Nish

My most recent CP article :-

A newbie's elementary guide to spawning processes

www.busterboy.org
GeneralRe: focusing problem on windows 2000 Pin
Tim Smith28-Feb-02 2:11
Tim Smith28-Feb-02 2:11 
GeneralRe: focusing problem on windows 2000 Pin
28-Feb-02 4:49
suss28-Feb-02 4:49 
GeneralLarge executables when using STL Pin
Travis D. Mathison27-Feb-02 21:32
Travis D. Mathison27-Feb-02 21:32 
GeneralRe: Large executables when using STL Pin
Jon Hulatt28-Feb-02 1:14
Jon Hulatt28-Feb-02 1:14 
GeneralSerial Port Class Pin
Mark Donkers27-Feb-02 15:04
Mark Donkers27-Feb-02 15:04 
GeneralRe: Serial Port Class Pin
Joaquín M López Muñoz27-Feb-02 19:46
Joaquín M López Muñoz27-Feb-02 19:46 
GeneralSendMessage(param1, WM_SETTEXT.. Pin
Alan Blakely27-Feb-02 13:52
Alan Blakely27-Feb-02 13:52 
GeneralRe: SendMessage(param1, WM_SETTEXT.. Pin
Nish Nishant27-Feb-02 14:06
sitebuilderNish Nishant27-Feb-02 14:06 
GeneralRe: SendMessage(param1, WM_SETTEXT.. Pin
Alan Blakely27-Feb-02 14:17
Alan Blakely27-Feb-02 14:17 
GeneralRe: SendMessage(param1, WM_SETTEXT.. Pin
Nish Nishant27-Feb-02 14:52
sitebuilderNish Nishant27-Feb-02 14:52 
GeneralRe: SendMessage(param1, WM_SETTEXT.. Pin
Alan Blakely27-Feb-02 15:09
Alan Blakely27-Feb-02 15:09 
QuestionGetting logon status?? Pin
Coremn27-Feb-02 13:46
Coremn27-Feb-02 13:46 
GeneralMFC Proxy woes Pin
27-Feb-02 13:14
suss27-Feb-02 13:14 
GeneralRe: MFC Proxy woes Pin
Joaquín M López Muñoz27-Feb-02 19:51
Joaquín M López Muñoz27-Feb-02 19:51 
GeneralRe: MFC Proxy woes Pin
eXplodus1-Mar-02 11:11
eXplodus1-Mar-02 11:11 
QuestionAssigning a New File Format? Pin
Steven Richardson27-Feb-02 12:36
Steven Richardson27-Feb-02 12:36 
AnswerRe: Assigning a New File Format? Pin
Nish Nishant27-Feb-02 13:18
sitebuilderNish Nishant27-Feb-02 13:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.