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 wOOdy-Soft 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: Bork
  • Content: Threads
  • Order by date
  1. Bork

    SubclassDlgItem on Property Page: ASSERT fails

    I'm trying to dynamically subclass a field on a property page. The code looks like this: BOOL CMyPropertyPage::OnInitDialog() { CPropertyPage::OnInitDialog(); m_myedithandler.SubclassDlgItem(IDC_TEXT,this); return TRUE; } The SubclassDlgItem fails on an ASSERT in BOOL...
  2. Bork

    Who am I?

    How do I tell from inside a program what name the .exe has? For example, if the running program is called myprog.exe, I want to have code in the program that will get a string containing "myprog.exe".
  3. Bork

    How to change default Visual C++ version

    I have two versions of my app. The older one was created in Visual C++ 4.1, and I'm maintaining it there. The newer version is being developed in Visual C++ 6.0, which was of course installed more recently. I am doing some revisions to the old version, under 4.1. When 'Execute' finds a...

Part and Inventory Search

Back
Top