| |
|
|
Jac de Lad | Hello Community.
for my News proposition bastel I ComboboxEx-Controls (Choiceboxen with icons). there Roland the, as far as i know, not install and is it something umständlich is, here my question:
exists interest, that time as Subproc with Serviceprozeduren here To post?
Jac |
|
|
| Profan² 2.6 bis XProfan 11.1+XPSE+XPIA+XPRR (und irgendwann XIDE) Core2Duo E8500/T2250, 8192/1024 MB, Radeon HD4850/Radeon XPress 1250, Vista64/XP | 01/15/08 ▲ |
|
|
|
|
Dietmar Horn | but always |
|
|
| Multimedia für Jugendliche und junge Erwachsene - MMJ Hoyerswerda e.V. [...] Windows 95 bis Windows 7 Profan² 6.6 bis XProfan X2 mit XPSE Das große XProfan-Lehrbuch: [...] | 01/15/08 ▲ |
|
|
|
|
Jac de Lad | OK...into next Meet. |
|
|
| Profan² 2.6 bis XProfan 11.1+XPSE+XPIA+XPRR (und irgendwann XIDE) Core2Duo E8500/T2250, 8192/1024 MB, Radeon HD4850/Radeon XPress 1250, Vista64/XP | 01/15/08 ▲ |
|
|
|
|
Dietmar Horn | my Posting: 22.49 watch
your Posting: 22.49 watch
can You thoughts reading? |
|
|
| Multimedia für Jugendliche und junge Erwachsene - MMJ Hoyerswerda e.V. [...] Windows 95 bis Windows 7 Profan² 6.6 bis XProfan X2 mit XPSE Das große XProfan-Lehrbuch: [...] | 01/15/08 ▲ |
|
|
|
|
Jac de Lad | Jo. be on the hat! |
|
|
| Profan² 2.6 bis XProfan 11.1+XPSE+XPIA+XPRR (und irgendwann XIDE) Core2Duo E8500/T2250, 8192/1024 MB, Radeon HD4850/Radeon XPress 1250, Vista64/XP | 01/15/08 ▲ |
|
|
|
|
Dietmar Horn | I love all Jac-Boys of the world.
|
|
|
| Multimedia für Jugendliche und junge Erwachsene - MMJ Hoyerswerda e.V. [...] Windows 95 bis Windows 7 Profan² 6.6 bis XProfan X2 mit XPSE Das große XProfan-Lehrbuch: [...] | 01/15/08 ▲ |
|
|
|
|
Jac de Lad | |
|
| Profan² 2.6 bis XProfan 11.1+XPSE+XPIA+XPRR (und irgendwann XIDE) Core2Duo E8500/T2250, 8192/1024 MB, Radeon HD4850/Radeon XPress 1250, Vista64/XP | 01/16/08 ▲ |
|
|
|
|
Jac de Lad | here first The Grundfunktionen. sure yet verbesser- and erweiterungswürdig. CompileMarkSeparation
subproc create.choiceboxex
Parameters hwnd&,il&,x&,y&,dx&,dy&
übergeordnetes Fenster,Imagaliste,Position (x und y),Größe
declare hdl&
hdl&=Control(ComboBoxEx32,,$50010007,x&,y&,dx&,dy&,hwnd&,110,%hinstance,0)
sendmessage(hdl&,$402,0,il&)
Return hdl&
endproc
proc CBExAddString
Parameters hdl&,s$,ic1&,ic2&
Handle,String,Icon für nicht ausgewählt (Index in der Imagelist),Icon für ausgewählt (Index in der Imagelist)
declare cb1#,cb2#
Dim cb1#,255
Dim cb2#,36
Long cb2#,0=$F,-1
String cb1#,0=s$
long cb2#,8=cb1#,255,ic1&,ic2&
sendmessage(hdl&,$401,0,cb2#)
Dispose cb1#,cb2#
endproc
proc CBExSetCurSel
Parameters hdl&,cur&
Handle,Index des zu wählenden Eintrags
Return sendmessage(hdl&,$14E,cur&,0)
endproc
proc CBExGetHandle
ermittelt das Handle der beinhalteten ComboBox (zum Beispiel für Getfocus())
Parameters hdl&
Return sendmessage(hdl&,$406,0,0)
endproc
proc CBExGetCurSel
Handle
Parameters hdl&
Return sendmessage(hdl&,$147,0,0)
endproc
proc CBExGetString
Handle,Index
Parameters hdl&,i&,p$
declare cb1#,cb2#
Dim cb1#,255
Dim cb2#,36
Long cb2#,0=$F,i&,cb1#,255
sendmessage(hdl&,$404,0,cb2#)
p$=String$(cb1#,0)
Dispose cb1#,cb2#
Return p$
'./../../function-references/XProfan/endproc/'>endproc
Jac |
|
|
| Profan² 2.6 bis XProfan 11.1+XPSE+XPIA+XPRR (und irgendwann XIDE) Core2Duo E8500/T2250, 8192/1024 MB, Radeon HD4850/Radeon XPress 1250, Vista64/XP | 01/17/08 ▲ |
|
|
|