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 bkrike 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: *

  • Users: Aleksei
  • Content: Threads
  • Order by date
  1. Aleksei

    Modeless Dialog from DLL causes Assertion fails

    Hi, I am working on a DLL which will display a modeless dialog box. The executing program first calls an initialisation routine in the DLL (which calls .Create()), and then starts polling another routine, which should update a certain control in the Dialog. The polling routine does this by...
  2. Aleksei

    Building DLL in Visual Basic

    Hi all, I have a problem in exporting routines from a DLL written in VB6. What I need is a DLL which simply exports about four pre-defined routines, which the target application calls. I have created an Active X DLL project, containing one module (with sub main()) and one class (with...
  3. Aleksei

    complex substitution

    I am trying to do a complex multi-line substitution while parsing a file. My data is in the form of "KEYWORD identifier (multiline\ndata) (more data);". I've got the proper matching statement and the processing of the data figured out (put it in a subroutine), but now I want to apply...

Part and Inventory Search

Back
Top