| |
|
|
Jörg Sellmeyer | can me time someone explain, Why ClassOf with Create("Window",...) "DIALOG" zurückgibt and with Create("Dialog",...) #32770?
Cls
Print $ProfVer
Var dlg1& = create("Window",%hwnd,"Test",10,10,100,100)
Var dlg2& = create("Dialog",%hwnd,"Test",10,10,100,100)
Print ClassOf(dlg1&),ClassOf(dlg2&)
WaitInput
|
|
|
| |
|
|
|
RGH | XProfan erzugt intern two Fensterklassen: "FENSTER" and "DIALOG". "FENSTER" becomes for the normal Mainwindow (%hWnd) akin.
with Create("Window",...) begot dialog-Window benefit The Fensterklasse "DIALOG". with Create("Dialog",...) begot dialog-boxing benefit against as Presentation a Ressource from the Runtime, The of course whom names "LDIALOG" has, its Window-class but now time these number get.
determined becomes the Klassenname with the windows-API GetClassName.
its means everything OK.
Greeting Roland |
|
|
| XProfan X3Intel Duo E8400 3,0 GHz / 4 GB RAM / 1000 GB HDD - ATI Radeon HD 4770 512 MB - Windows 7 Home Premium 32Bit - XProfan X4 | 05/26/18 ▲ |
|
|
|
|
Jörg Sellmeyer | so Have I it me already virtual. is hold little intuitive but since it such a long time not disturbed has, Yes well too no trouble. i'm it too first yesterday the first time noticed. |
|
|
| |
|
|