| |
|
|
Georg Hovenbitzer | Hello together,
there a Possibility the level of/ one ComboBox To Change. with the Creation gives one Yes The width in the ausgeklappten status on and the control has always a Höhe of ca. 20. I bräuchte But something small, so it to the others Feldern fit. |
|
|
| Viele Grüsse, Georg Hovenbitzer(Windows XP Pro, XProfan 11.2, Profan2Cpp 1.6a) | 03/27/07 ▲ |
|
|
|
|
| Hello Georg...
helps you the? CompileMarkSeparationUSERMESSAGES $0010
Declare ComboBox&,CBFont&
Windowstyle 31+512
Windowtitle Combobox
Window 0,0-640,440
LET CBFont&=@Create(Font,Times New Roman,12,6,0,0,0)
LET ComboBox&=@Control(ComboBox,,$40000000+$10000000+$200000+$100000+2+$40,0,100,150,180,%HWND,2615,%HINSTANCE)
LET ComboBox&=@Control(ComboBox,,$40000000+$10000000+$200000+$100000+2+$40,190,100,150,180,%HWND,2615,%HINSTANCE)
SetFont ComboBox&,CBFont&
@ADDCHOICE(ComboBox&,Claudia)
@ADDCHOICE(ComboBox&,Andreas)
@ADDCHOICE(ComboBox&,Chris)
@sendmessage(ComboBox&,$14E,2,0) Handle der Combobox,CB_SETCURSEL Message,Index des Eintrags, 0
While %UMESSAGE<>$0010
Waitinput
Wend
@destroywindow(ComboBox&)
Del ect CBFont&
|
|
|
| |
|
|
|
Georg Hovenbitzer | Hello Andreas,
this helps so far, I now between To small Font or To great area dial can i'm not integrally clear, wieso a before tuned Font into Editfeld fit but not a ComboBox
UseFont Arinal Narrow,14,0,1,0,0 SetDialogFont 1 |
|
|
| Viele Grüsse, Georg Hovenbitzer(Windows XP Pro, XProfan 11.2, Profan2Cpp 1.6a) | 03/27/07 ▲ |
|
|
|