| |
|
|
Georg Hovenbitzer | allô zusammen,
gibt es une Possibilité qui Hauteur einer ComboBox trop changement. chez qui Erstellung gibt on oui qui Weite im ausgeklappten Zustand à et cela Contrôle hat toujours une Hauteur de ca. 20. je bräuchte es mais quelque chose kleiner, avec cela es le anderen Feldern passt. |
|
|
| Viele Grüsse, Georg Hovenbitzer(Windows XP Pro, XProfan 11.2, Profan2Cpp 1.6a) | 27.03.2007 ▲ |
|
|
|
|
| allô Georg...
Hilft dir cela? KompilierenMarqueSéparationUSERMESSAGES $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 | allô Andreas,
ca hilft soweit, dass je eh bien entre trop kleiner Schrift ou bien trop grand champ choisir peux Mir ist pas entier bien sûr, wieso une auparavant eingestellte Schrift dans un Modifier le champ de passt mais pas dans un 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) | 27.03.2007 ▲ |
|
|
|