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 gkittelson 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. valdenir

    event in DLL

    hello,luckieluc I expressed badly, must use the event created in the runtime DLL. I found this trick on the internet //-------------------------------------------------------- 1) Create new project: File -> New -> Other -> Dll Wizard Project1 -> ProjDll.bpr Unit1 -> DllMain.cpp 2) Add a Header...
  2. valdenir

    event in DLL

    hello,luckieluc I expressed badly, must use the event created in the runtime DLL. I found this trick on the internet //-------------------------------------------------------- 1) Create new project: File -> New -> Other -> Dll Wizard Project1 -> ProjDll.bpr Unit1 -> DllMain.cpp 2) Add a Header...
  3. valdenir

    event in DLL

    Hello people, I am new in this forum I am creating a DLL that raises a form in runtimer. Inside this form it has 1 ProgressBar and 1 Timer. I need to create an event for the Timer. how I do that? I tried so it did not give them to me right. TForm *Form; TProgressBar *ProgressBar; TTimer...

Part and Inventory Search

Back
Top