So habe jetzt auch mal ne Lib gemacht aus den Caret-Befehlen der Win Api,könnt Sie ja mal ausprobieren!
http://www.leolasoft-herter.de/PBCaret.zip
PbCaret - Lib
PbCaret - Lib
Purebasic 5.0 32bit und 64 bit
I'm back from hell
I'm back from hell
Code: Alles auswählen
*win.LONG = OpenWindow(#PB_Any,0,0,400,400,1|#WS_SYSMENU,"")
CreateCaret_( *win\l , 0 , 2, 15)
SetCaretPos_( 400/2 , 350/2)
ShowCaret_( *win\l )
Repeat
event = WaitWindowEvent()
Until event = #WM_CLOSE
