Code: Select all
handle=FindWindow_(0,"FullTitleGoesHere")
but that don't work ..handle=FindWindow_(0,"FullTitleGoesHere")
If OpenWindow(handle, 364, 175, 600, 300, #PB_Window_SystemMenu | #PB_Window_SizeGadget | #PB_Window_TitleBar , "New window ( 0 )")
If CreateGadgetList(WindowID())
ButtonGadget(0, 15, 15, 75, 45, "")
EndIf
EndIf
the program that i am using have a function called"window_handle()" many dll i know for this program the ppl when call the dll for crete a window or webgadjet call this function
please help i'm geting frustrated
8O