Click here to Skip to main content
15,920,576 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: To migrate project from VC++ 6.0 to VC ++.Net Pin
Michael Dunn10-Feb-07 9:12
sitebuilderMichael Dunn10-Feb-07 9:12 
QuestionMFC Setup Question in vc.net 2005 Pin
shahin namini10-Feb-07 0:03
shahin namini10-Feb-07 0:03 
AnswerRe: MFC Setup Question in vc.net 2005 Pin
Hamid_RT10-Feb-07 0:55
Hamid_RT10-Feb-07 0:55 
QuestionHow to get position and size of document area in IE window Pin
amsdev9-Feb-07 23:04
amsdev9-Feb-07 23:04 
AnswerRe: How to get position and size of document area in IE window Pin
Waldermort9-Feb-07 23:09
Waldermort9-Feb-07 23:09 
GeneralRe: How to get position and size of document area in IE window Pin
Naveen9-Feb-07 23:30
Naveen9-Feb-07 23:30 
GeneralRe: How to get position and size of document area in IE window Pin
Waldermort10-Feb-07 0:07
Waldermort10-Feb-07 0:07 
AnswerRe: How to get position and size of document area in IE window Pin
Naveen10-Feb-07 0:16
Naveen10-Feb-07 0:16 
amsdev wrote:
How i can get cooridinates and size of area on IE window where IE display html pages


u can get the handle of the main window using the get_HWND() function. Now enumerate the child windows, using EnumChildWindows or GetWindow function. Check the clas name of the window is "Internet Explorer_Server". You can get class name using function GetClassName(). If the class name matches, Use GetWindowRect to get the coordinates.

nave

QuestionDoes not allocate memory to buffer Pin
john56329-Feb-07 22:57
john56329-Feb-07 22:57 
AnswerRe: Does not allocate memory to buffer Pin
Christian Graus9-Feb-07 23:02
protectorChristian Graus9-Feb-07 23:02 
GeneralRe: Does not allocate memory to buffer Pin
john56329-Feb-07 23:10
john56329-Feb-07 23:10 
QuestionRe: Does not allocate memory to buffer Pin
David Crow12-Feb-07 3:07
David Crow12-Feb-07 3:07 
QuestionCombining a LPCSTR and an int Pin
ceejeeb9-Feb-07 22:53
ceejeeb9-Feb-07 22:53 
AnswerRe: Combining a LPCSTR and an int Pin
Christian Graus9-Feb-07 23:08
protectorChristian Graus9-Feb-07 23:08 
QuestionRegistered ActiveX Controls Pin
Try9-Feb-07 22:51
Try9-Feb-07 22:51 
AnswerRe: Registered ActiveX Controls Pin
Joan M9-Feb-07 22:57
professionalJoan M9-Feb-07 22:57 
GeneralRe: Registered ActiveX Controls Pin
Try9-Feb-07 23:05
Try9-Feb-07 23:05 
GeneralRe: Registered ActiveX Controls Pin
Naveen9-Feb-07 23:25
Naveen9-Feb-07 23:25 
GeneralRe: Registered ActiveX Controls Pin
Joan M10-Feb-07 1:05
professionalJoan M10-Feb-07 1:05 
QuestionBuilding an MFC in Release Mode Pin
Member 17658779-Feb-07 21:03
Member 17658779-Feb-07 21:03 
AnswerRe: Building an MFC in Release Mode Pin
Michael Dunn9-Feb-07 21:10
sitebuilderMichael Dunn9-Feb-07 21:10 
Question2 Process at a time in Win 32 App Pin
Suresh H9-Feb-07 17:56
Suresh H9-Feb-07 17:56 
AnswerRe: 2 Process at a time in Win 32 App Pin
Naveen9-Feb-07 18:04
Naveen9-Feb-07 18:04 
GeneralRe: 2 Process at a time in Win 32 App Pin
Suresh H9-Feb-07 18:31
Suresh H9-Feb-07 18:31 
QuestionRe: 2 Process at a time in Win 32 App Pin
Suresh H9-Feb-07 18:56
Suresh H9-Feb-07 18:56 

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.