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 Mike Lewis 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. Chinmay

    MFC Extension problem

    I have created one MFC extension DLL, in which one modeless dialog box is defined. I want to create the dialog from another application by the following lines: BDialog *b_pobjDlg; TheApp.b_pobjDlg = new BDialog(this); TheApp.b_pobjDlg->Create(); So, in my application two resource files are...
  2. Chinmay

    How to write uniscribe code

    Can anyone tell me about uniscribe API? How one can use usp10.dll to write the code vc++? Please help me immediately. Thanks in advance.
  3. Chinmay

    Create unicode compatible editor with VC++ with MFC

    I want to create an Unicode Compatible RTF Editor. The application should have following features: 1) using VC++ With MFC 2) Popup menu for language selector 3) On screen Keyboard 4) should have normal Key board layout First one select one language from popupmenu. After that if one press one...

Part and Inventory Search

Back
Top