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!

Recent content by chris1662

  1. chris1662

    Do someone know which function is called when we click on something

    Hello, I derived a CDialog class to create a class abble to create sub controls dynamically. Problem is that i want to catch when user click somewhere to handle changes. Do someone know which message, or virtual function to control to do this ? < Chris >
  2. chris1662

    Dialog box : add or retrieve string, combo box, etc... dynamically

    Ok, i found myself the way to do this. Using CDialog::CreateIndirect. Problem is that these function return an error and i don't know why. If i use InitModalIndirect it returns no error. Than i use DoModal and it returns an error. So is my Template right and something else wrong ? Help, <...
  3. chris1662

    Dialog box : add or retrieve string, combo box, etc... dynamically

    Hello, I would like to create dynamically some dialog in function of string, values,... without using a ressource. This means i can add a string and a combo box for example in a dialog box. One time dialog can be like this : Option1 v Option2 16 And the other time : Option1...

Part and Inventory Search

Back
Top