
Utilizing the .NET Framework System Diagnostics Code in PowerBuilder.NET Programs This short article will show you how to adapt Microsoft .NET Framework C# code examples for use in PowerBuilder.NET. I’m using the System Diagnostics in one of my non-visuals to log errors and application problems to the Windows Event Logs. Adding the USING statements in PowerBuilder.NET When adapting .NET code for PowerBuilder the first thing you will notice is that …
