Code: Select all
InputRequester("Test", "This is a test", "Text")
// Moved from "Bugs - Windows" to "General Discussion" (Kiffi)
Code: Select all
InputRequester("Test", "This is a test", "Text")
Code: Select all
If OpenWindow(0, 0, 0, 322, 100, "", #PB_Window_SystemMenu | #PB_Window_ScreenCentered)
CreateWindowEx_(0, "edit", "Text", #WS_CHILD|#WS_VISIBLE, 8, 10, 306, 20, WindowID(0), 0, 0, 0)
Repeat : Until WaitWindowEvent() = #PB_Event_CloseWindow
EndIf