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 TouchToneTommy 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 longdv

  1. longdv

    CDialogBar

    I think it's a flexible way to hanlde every message that can't not be reveiced by using Class Wizard. It's not the best, I know, but it can help you overcome... :) Long.
  2. longdv

    CDialogBar

    It's very easy. I'm not sure it's the best solution but if you do the following and you'll reach the target: - create a new dialog resource in ResourceView, it's supposed to be IDD_DIALOGBAR - insert a new MFC class that derives from CWnd (choose "generic CWnd" as the base class) and...
  3. longdv

    variables....

    You can declare a public member variable or provide the variable through a ::getInt member function. The other solution is to declare the first dialog as a friend class of the second dialog. Cheers, Long.
  4. longdv

    How to get text from CEdit in another application

    Thank you for your reply, but both of you misunderstand me. I have received an EXE file, it's used to open my files and display contents of the files but I cannot GET THE TEXT OF CONTENTS. I'v tried to use Spy++ to get the "window handle" and create a new CEdit from this handle but it...
  5. longdv

    How to get text from CEdit in another application

    How can I get text from a control in other application? (it's prevented from copying and cutting).

Part and Inventory Search

Back
Top