| |
|
|
Julian Schmidt | ¡Hola, Yo versuche gerade uno ProgressBar una otro Farbe zuzuweisen. Dazu hay el Messsage PBM_SETBARCOLOR. Laut MSDN[...] son el Parámetro como folgt:
SendMessage(ProgressBar&,$0400+9,0,RGB(255,0,0)) Doch iwie voluntad lo así no bastante trabajo.... KompilierenMarcaSeparaciónWindowstyle 31
Windowtitle "Progressbar"
Window 0,0-640,110
var CLASSNAME$="msctls_progress32"
var ProgressBar&=External("USER32","CreateWindowExA",0,Addr(CLASSNAME$),0,$40000000+$10000000+$800000,10,10,width(%hwnd)-20,height(%hwnd)-20,%hwnd,0,%Hinstance,0)
Sendmessage(ProgressBar&,$0400+9,0,RGB(255,0,0))'PBM_SETBARCOLOR
While 1
Sleep 200
Sendmessage(ProgressBar&,$0400+2,SendMessage(ProgressBar&,$0400+8,0,0)+1,0)
le
LG
Julian57 |
|
|
| |
|
|
|
| Dort es aber auch: MSDN
When visual styles are enabled, this mensaje has no effect.
Irgendwo findest Usted hier en mi humilde opinión una Función en individual Controls el "visuellen Stil" abzugewöhnen. |
|
|
| |
|
|
|
| |
|
| |
|
|
|
Julian Schmidt | hmmm...sí así es! Kann uno después de uno el "visuellen Stil" des Controls lejos ha, otra vez el Standard-Visuellen Stil conjunto? |
|
|
| |
|
|
|
| Sí encima GetWindowTheme, OpenThemeData y SetWindowTheme -
oder simplemente Control neu erzeugen. |
|
|
| |
|
|
|
Julian Schmidt | hmmm sí, habs hinbekommen. Gracias IF |
|
|
| |
|
|