Jump to content

goiletisim

Members
  • Content Count

    1
  • Joined

  • Last visited

Posts posted by goiletisim


  1. Hello Everyone,
    I want to convert the powerbuilder code to delphi, but I couldn't because my knowledge of Winapi is not good.

    gole_sbo_application.Desktop.Title = 
    gole_sbo_application.Desktop.Title + "_" +string(GetCurrentProcessId()) 
    SetNull(Is_WindowName) 
    
    ll_hFrameWindow = FindWindowA('TMFrameClass', as_windowname) 
    
    ll_Child=GetWindow(ll_hFrameWindow, GW_CHILD)
     
    ll_hPBWindow = handle(This) 
    ll_rc = SetParenta(ll_hPBWindow, gl_parent_handle)

    Thank you for helping

×