E D R , A S I H C RSS

Full text search for "ShowWindow"

Show Window


Search BackLinks only
Display context of search results
Case-sensitive searching
  • 데블스캠프2006/목요일/winapi . . . . 4 matches
          ShowWindow (hwnd, iCmdShow) ;
          ShowWindow (hwnd, iCmdShow) ;
          ShowWindow (hwnd, iCmdShow) ;
          ShowWindow (hwnd, iCmdShow) ;
  • MoreMFC . . . . 3 matches
         ShowWindow (hWnd, nCmdShow); // window 보여주기. --;
          m_pMainWnd->ShowWindow (m_nCmdShow); //
         떡하니 source를 보면 어떻게 돌아가는 거야.. --; 라는 생각이 든다.. 나도 잘모른다. 그런데 가장 중요한것은 global영역에 myApp라는 변수가 선언되어 있다는 사실이다. myApp 라는 instance가 이 프로그램의 instance이다. --a (최초의 프로그램으로 인스턴스화..) 그리고, CWinApp를 상속한 CMyApp에 있는 유일한 함수 initInstance 에서 실제 window를 만들어준다.(InitInstance함수는 응용 프로그램이 처음 생길 때, 곡 window가 생성되기전, 응용 프로그램이 시작한 바로 다음에 호출된다) 이 부분에서 CMainWindow의 instance를 만들어 멤버 변수인 m_pMainWnd로 pointing한다. 이제 window는 생성 되었다. 그렇지만, 기억해야 할 것이 아직 window는 보이지 않는다는 사실이다. 그래서, CMainWindow의 pointer(m_pMainWindow)를 통해서 ShowWindow와 UpdateWindow를 호출해 준다. 그리고 TRUE를 return 함으로써 다음 작업으로 진행 할 수 있게 해준다.... 흘. 영서라 뭔소린지 하나도 모르겠네~ 캬캬.. ''' to be continue..'''[[BR]]
  • 3DGraphicsFoundation/INSU/SolarSystem . . . . 1 match
          ShowWindow(hWnd,SW_SHOW);
  • 5인용C++스터디/윈도우에그림그리기 . . . . 1 match
          ShowWindow(hWnd,nCmdShow);
  • 5인용C++스터디/키보드및마우스의입출력 . . . . 1 match
          ShowWindow(hWnd,nCmdShow);
  • API/WindowsAPI . . . . 1 match
          ShowWindow(hWnd,nCmdShow);
  • DevelopmentinWindows/APIExample . . . . 1 match
          ShowWindow(hWnd, nCmdShow);
  • DirectDraw/APIBasisSource . . . . 1 match
          ShowWindow(hWnd, nCmdShow);
  • DirectDraw/Example . . . . 1 match
          ShowWindow(hWnd, nCmdShow);
  • GuiTestingWithMfc . . . . 1 match
          * 모달리스 다이얼로그인 관계로, 테스트를 run 으로 실행할 때 마다 Dialog 가 켜졌다 꺼졌다 한다. 이에 따른 속도의 지연의 문제. -> CDialog::ShowWindow(SH_HIDE); 로 해결 가능
  • MicrosoftFoundationClasses . . . . 1 match
          m_pMainWnd->ShowWindow(m_nCmdShow);
  • SolarSystem/상협 . . . . 1 match
          ShowWindow(hWnd,SW_SHOW);
  • WinampPluginProgramming/DSP . . . . 1 match
          ShowWindow((pitch_control_hwnd=CreateDialog(this_mod->hDllInstance,MAKEINTRESOURCE(IDD_DIALOG1),this_mod->hwndParent,pitchProc)),SW_SHOW);
  • 변준원 . . . . 1 match
          ShowWindow(hWnd, nCmdShow);
Found 14 matching pages out of 7544 total pages (5000 pages are searched)

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
Processing time 0.3202 sec