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

Reg : PTK Start-up help required

  • Thread starter Thread starter zynk
  • Start date Start date
Z

zynk

Guest
Greetings!!

I'm completely new to Pro Toolkit and for this forum as well. By referring help files, I built a DLL, created a DAT file and Registered as an Auxiliary Application. I could able to see that the DLL is running....

According to DLL, it should create a Menu in which PUSH BUTTON available.

Where could I see the Menus of corresponding DLL?

Anybody's help will be greatly Appreciated.

Regards
Zynk
 
Greetings!!

I'm completely new to Pro Toolkit and for this forum as well. By referring help files, I built a DLL, created a DAT file and Registered as an Auxiliary Application. I could able to see that the DLL is running....

According to DLL, it should create a Menu in which PUSH BUTTON available.

Where could I see the Menus of corresponding DLL?

Anybody's help will be greatly Appreciated.

Regards
Zynk

There is no seperate DLL especially for menus. The only output DLL contains all code for creating menus and push button and all other operations. Inside your source code try looking for API's such as ProMenubarmenuMenuAdd() used to create menu and also see @ what position they are added.
 

Part and Inventory Search

Sponsor

Back
Top