Click here to Skip to main content
15,921,905 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to minimize & Maximize a Dialog Pin
Hamid_RT13-Jun-06 22:43
Hamid_RT13-Jun-06 22:43 
GeneralRe: How to minimize & Maximize a Dialog Pin
anilksingh13-Jun-06 23:28
anilksingh13-Jun-06 23:28 
GeneralRe: How to minimize & Maximize a Dialog Pin
Eytukan13-Jun-06 23:33
Eytukan13-Jun-06 23:33 
GeneralRe: How to minimize & Maximize a Dialog Pin
anilksingh13-Jun-06 23:44
anilksingh13-Jun-06 23:44 
AnswerRe: How to minimize & Maximize a Dialog Pin
Eytukan13-Jun-06 23:56
Eytukan13-Jun-06 23:56 
GeneralRe: How to minimize & Maximize a Dialog Pin
Hamid_RT14-Jun-06 0:47
Hamid_RT14-Jun-06 0:47 
AnswerRe: How to minimize & Maximize a Dialog Pin
_AnsHUMAN_ 13-Jun-06 22:43
_AnsHUMAN_ 13-Jun-06 22:43 
AnswerGood News for you.... Pin
Eytukan14-Jun-06 0:20
Eytukan14-Jun-06 0:20 
<br />
      #define MENU_HEIGHT 26<br />
      RECT rc;<br />
<br />
      //get window size<br />
      GetWindowRect(hWnd, &rc);<br />
<br />
      SHFullScreen(hWnd, SHFS_HIDETASKBAR | SHFS_HIDESIPBUTTON);<br />
      ShowWindow(hwndCB, SW_HIDE);<br />
<br />
      MoveWindow(hWnd, <br />
		  rc.left, <br />
		  rc.top-MENU_HEIGHT, <br />
		  rc.right, <br />
		  rc.bottom+MENU_HEIGHT, <br />
		  TRUE);  <br />


Click Here for more^ Enjoy!




<marquee scrollamount="1" scrolldelay="1" direction="up" height="10" step="1">--[Jig | [Dance] ]--

[My Current Status]

Questionhow can we send data from main dialog to child dialog Pin
happy_ram13-Jun-06 22:39
happy_ram13-Jun-06 22:39 
AnswerRe: how can we send data from main dialog to child dialog [modified] Pin
_AnsHUMAN_ 13-Jun-06 22:48
_AnsHUMAN_ 13-Jun-06 22:48 
GeneralRe: how can we send data from main dialog to child dialog Pin
happy_ram13-Jun-06 22:55
happy_ram13-Jun-06 22:55 
GeneralRe: how can we send data from main dialog to child dialog Pin
_AnsHUMAN_ 13-Jun-06 22:56
_AnsHUMAN_ 13-Jun-06 22:56 
GeneralRe: how can we send data from main dialog to child dialog Pin
happy_ram13-Jun-06 23:05
happy_ram13-Jun-06 23:05 
AnswerRe: how can we send data from main dialog to child dialog Pin
Weiye Chen13-Jun-06 22:50
Weiye Chen13-Jun-06 22:50 
GeneralRe: how can we send data from main dialog to child dialog Pin
happy_ram13-Jun-06 22:58
happy_ram13-Jun-06 22:58 
AnswerRe: how can we send data from main dialog to child dialog Pin
Hamid_RT13-Jun-06 22:58
Hamid_RT13-Jun-06 22:58 
GeneralRe: how can we send data from main dialog to child dialog Pin
happy_ram13-Jun-06 23:04
happy_ram13-Jun-06 23:04 
QuestionRe: how can we send data from main dialog to child dialog Pin
Hamid_RT13-Jun-06 23:14
Hamid_RT13-Jun-06 23:14 
GeneralRe: how can we send data from main dialog to child dialog Pin
happy_ram13-Jun-06 23:18
happy_ram13-Jun-06 23:18 
GeneralRe: how can we send data from main dialog to child dialog Pin
Hamid_RT14-Jun-06 0:45
Hamid_RT14-Jun-06 0:45 
QuestionHow to plot date and time parameter for x-axis in Excel Pin
MikeRT13-Jun-06 22:23
MikeRT13-Jun-06 22:23 
QuestionDword in AfxMessageBox Pin
shuchigo_jane13-Jun-06 22:07
shuchigo_jane13-Jun-06 22:07 
AnswerRe: Dword in AfxMessageBox Pin
Hamid_RT13-Jun-06 22:11
Hamid_RT13-Jun-06 22:11 
GeneralRe: Dword in AfxMessageBox Pin
shuchigo_jane13-Jun-06 22:42
shuchigo_jane13-Jun-06 22:42 
GeneralRe: Dword in AfxMessageBox Pin
toxcct13-Jun-06 22:44
toxcct13-Jun-06 22:44 

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.