Well i was goofing around trying to skin my textfield using this command.. No luck yet.. but it does work on the window itself.
[code]
Global windowt:TGadget = CreateWindow("My win",GadgetWidth(Desktop())-240,0,240,GadgetHeight(Desktop()),Desktop(),1)
hWnd = QueryGadget(windowt,1)
hBrush = CreateSolidBrush( 0 )
SetClassLongA(hWnd, -10, hBrush)
[\code]
[code]
Global windowt:TGadget = CreateWindow("My win",GadgetWidth(Desktop())-240,0,240,GadgetHeight(Desktop()),Desktop(),1)
hWnd = QueryGadget(windowt,1)
hBrush = CreateSolidBrush( 0 )
SetClassLongA(hWnd, -10, hBrush)
[\code]