002
05.01.2005, 16:50 Uhr
~fensterproblem
Gast
|
also ich hab sie jetzt mal so erstellt:
C++: |
hwndBoxB = CreateWindow ( "combobox", "Sinus", WS_CHILD | WS_VISIBLE | CBS_SIMPLE | WS_TABSTOP, cxChar, cyChar * 8, 20 * cxChar, 7 * cyChar / 4, hwnd, (HMENU) 30, ((LPCREATESTRUCT) lParam) -> hInstance, NULL);
|
wie kann ich sie mit elementen füllen? |