Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. rafer11

    looking for sample code

    Edit Source on a file, and between the type prototypes and end prototypes put a line similar to this... FUNCTION ulong GetThreadLocale() LIBRARY "kernel32.dll" Then in PowerBuilder, you can have... long llVar llVar = GetThreadLocale() Take that code and replace the ulong with...
  2. rafer11

    Adding a Painter to the registry from code. Possible?

    Hey, I have something on my mind that I'd like to do. In our application, you hold down a sequence of 4 keys and right-click on the window, and a window will pop up with a ton of information. Data values, columns on the window, names, the window name, where the window is located, what pbl, etc...
  3. rafer11

    Outputting the Call Stack. How to?

    Hey, Does anyone know how in powerbuilder code to output the current call stack? I remember in Java in school easily doing this with one statement. Something like System.xxx.CallStack.ToString(). How do you do this in PB?
  4. rafer11

    How to call a .NET form from PowerBuilder 11?

    Is anyone out there working with PB11, and have they tried this? I have heard it is possible, yet I can't find the syntax anywhere out there. In PB10, I was creating an OLEObject to hold a .net session, and calling methods that I created in .NET to do what I wanted, like create/open/run forms...

Part and Inventory Search

Back
Top