PowerBuilder Tips

Hide/Show Desktop and Taskbar Using Win32 API In PowerBuilder

PowerBuilder Using Hide/Show Desktop and Taskbar Win32 API With this tips you can easily hide the desktop and taskbar from the user. External Function Prototypes Declaration Type the example codes below to hide/show the desktop and taskbar Good Luck!

Hiding Application on Windows Taskbar Win32 API In PowerBuilder

Hiding Application on Windows Taskbar Win32 API In PowerBuilder. With this simple tips you can hide the application on Windows Taskbar even if its running External Function Prototypes Declaration PowerScript Add below codes on Open event on main window Good Luck!

Using Windows Scripting Host In PowerBuilder

Using Windows Scripting Host In PowerBuilder Using Windows Scripting Host on PowerBuilder for many purpose. On sample code below, you can use it to get the network domain, user name and computer name. To do so, you need Windows Scripting Host Object Model component (wshom.ocx) Connect Object You also can run VBScript from PowerBuilder easily….

Checking The Return Code From An Application Executed In PowerBuilder

Checking The Return Code From An Application Executed In PowerBuilder Create Structure Object str_startupinfo Create Structure Object str_startupinfo Create External Function Prototypes Declaration Create PowerScript Function of_runandwait Good Luck!