P
Paweł Korczak
Guest
I have an example ... How to make that window was in Telerik.WinControls.UI.RadGroupBox. how to hide Title and buttons See: CREATE WINDOW hWin ASSIGN WIDTH = 60 HEIGHT = 6. FRAME f1
ARENT = hWin. WinContainer = NEW Progress.Windows.WindowContainer( ). WinContainer:Size = NEW System.Drawing.Size( hWin:WIDTH-PIXELS, hWin:HEIGHT-PIXELS ). /* WinContainer:EmbeddedWindow = hWin.WinContainer . */ WinContainer
arent = THIS-OBJECT:radGroupBox1. WinContainer:Show( ). /* Now make the window visible. It will be realized inside the WindowContainer. */ hWin:VISIBLE = YES. ENABLE ALL WITH FRAME f1. RETURN. END METHOD.
Continue reading...
Continue reading...