PowerBuilder Tips & Tricks

PowerBuilder Tips & Tricks

Drag And Drop File into PowerBuilder Application

Dragging and dropping files into Application Declare External Functions: Enable Drag Accept Files (event open or constructor) Disable Drag Accept Files (event close or destructor): Add custom event pbm_dropfiles Find Projects On Github click here Good Luck!

Json Parser In PowerBuilder

Json Parser In PowerBuilder I use sailjson’s pblsoft. I have fixed some small bugs, some json can’t parse. and develop some more functions according to my needs. Current functions xml and struct are having problems when its data is an array. Find Projects On Github click here Good Luck!

Single/Multi Select TreeView In PowerBuilder

Single/Multi Select TreeView In PowerBuilder TreeView Object: Example Window Find Projects On Github click here Good Luck!

PowerBuilder Install/Uninstall Font To User Machine Or Private Application

PowerBuilder Install/Uninstall Font To User Machine Or Private Application Source Code str_choosefont from structure str_logfont from structure w_main from window Find Projects On Github click here Good Luck!

PowerBuilder Make The Window Transparent

PowerBuilder Make The Window Transparent Source Code External Function Declaration Instance Variable Script Using Source Example w_main from window Find Projects On Github click here Good Luck!

PowerBuilder Running Processes User Interfaces

Custom Running Processes User Interfaces In PowerBuilder Get From Internet Find Projects On Github click here Good Luck!