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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jmk396

  1. jmk396

    How can I have a DLL write data to my application's form?

    I'm trying to have a DLL write to a Form from inside an application. The way I'm trying to do this is by using a procedural type and then passing it in as a variable to my DLL. Here are some code snippets: // [FROM THE APPLICATION .EXE] type TStrProc = procedure(s : String); type TProc =...

Part and Inventory Search

Back
Top