Positioning a window
From: txemuki (txemasm_at_hotmail.com)
Date: 11/19/04
- Next message: Headache: "Re: Using ATL in MFC 7.1"
- Previous message: Rick Lee: "ToolTips in a View and TTN_NEEDTEXT"
- Next in thread: Random User: "Re: Positioning a window"
- Reply: Random User: "Re: Positioning a window"
- Reply: Arlis Rose: "Re: Positioning a window"
- Reply: Ajay Kalra: "Re: Positioning a window"
- Reply: Hanna-Barbera: "Re: Positioning a window"
- Messages sorted by: [ date ] [ thread ]
Date: 19 Nov 2004 00:35:43 -0800
Hello,
I know that the way to open an ie window is the next one:
CString strUrl = "http://www.msdnbrasil.com.br/";
if(ShellExecute(miHandle, "open", strUrl, NULL, NULL, SW_SHOWNORMAL)
<= HINSTANCE(32))
{
//erro
}
but I need to change its position and size. I've tried SetWindowPos,
but I can't guess the first parameter. Can someone help me? Thanks in
advance.
- Next message: Headache: "Re: Using ATL in MFC 7.1"
- Previous message: Rick Lee: "ToolTips in a View and TTN_NEEDTEXT"
- Next in thread: Random User: "Re: Positioning a window"
- Reply: Random User: "Re: Positioning a window"
- Reply: Arlis Rose: "Re: Positioning a window"
- Reply: Ajay Kalra: "Re: Positioning a window"
- Reply: Hanna-Barbera: "Re: Positioning a window"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|