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 SkipVought 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. maslar

    Debugging activex control

    >Better at all, fully debug your control while it is still a Delphi component and promote it to ActiveX after debugged I like this idea. Thanks for the suggestion!
  2. maslar

    Debugging activex control

    I am writing an activex control using D7 and I am trying to debug it. I have chosen a host application (a VB6 app) and set a breakpoint. I click "Run/Register ActiveX Server" and then "Run/Run". The host app starts as expected, but when it invokes the activex method that contains the breakpoint...
  3. maslar

    DLL as a resource

    I heard a suggestion that it might be possible to include an external dll in a resource file, and at runtime make calls to functions in the dll. This would enable use of an external dll without needing to distribute it as a separate file. Has anyone heard of this or have any suggestions about...
  4. maslar

    Help with Tabs

    Thanks. You solved my problem! I also had to do this: doc.Name := 'Doc' + IntToStr(SheetNo);
  5. maslar

    Help with Tabs

    Hello All, I want to create an application that allows the user to open multiple tabs, each displaying the same controls, but with different data. I started with a new frame, upon which I placed the required controls. I then created a form and put a PageControl on it. I then created a button on...

Part and Inventory Search

Back
Top