- 5인용C++스터디/윈도우에그림그리기 . . . . 4 matches
char szClassName[]="it is a class";
wc.lpszClassName=szClassName;
hWnd=CreateWindow(szClassName,szTitleName, WS_OVERLAPPEDWINDOW,100,90,320,240,NULL,NULL,hInst,NULL);
- 데블스캠프2006/목요일/winapi . . . . 4 matches
wndclass.lpszClassName = szAppName ;
wndclass.lpszClassName = szAppName ;
wndclass.lpszClassName = szAppName ;
wndclass.lpszClassName = szAppName ;
- Java/ModeSelectionPerformanceTest . . . . 2 matches
String expectedClassNameHeader = this.getClass().getName() + "$" + modeClassHeader;
if (inners[i].getName().startsWith(expectedClassNameHeader)) {
- 3DGraphicsFoundation/INSU/SolarSystem . . . . 1 match
wc.lpszClassName = lpszAppName;
- 5인용C++스터디/키보드및마우스의입출력 . . . . 1 match
WndClass.lpszClassName=lpszClass;
- API/WindowsAPI . . . . 1 match
WndClass.lpszClassName=lpszClass;
- DebuggingSeminar_2005/AutoExp.dat . . . . 1 match
CRuntimeClass =<m_lpszClassName,s>
- DevelopmentinWindows/APIExample . . . . 1 match
wcex.lpszClassName = szWindowClass;
- DirectDraw/APIBasisSource . . . . 1 match
wc.lpszClassName = "DXTEST";
- DirectDraw/Example . . . . 1 match
wcex.lpszClassName = szWindowClass;
- MoreMFC . . . . 1 match
wc.lpszClassName = _T("MyWndClass");
- SmallTalk/문법정리 . . . . 1 match
* {{{~cpp ClassName>>methodName.}}}
- SolarSystem/상협 . . . . 1 match
wc.lpszClassName="OpenGL";
- 변준원 . . . . 1 match
wc.lpszClassName = "DXTEST";
Found 14 matching pages out of 7555 total pages (5000 pages are searched)
You can also click here to search title.