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!

dialog dues urgent

Status
Not open for further replies.

ahoodin

Programmer
Jul 25, 2001
48
US
MSVC 6.0 Windows 98 Edition 2.

I have a modeless dialog in my application. The dialog constructor fires off when I declare it in my global.h header file. I call boolean btest = readout.Create(IDD_READOUT4, NULL); on a parent dialog. This returns true.

CReadout::OnInitDialog() gets executed.

The CReadout::OnPaint() never gets executed, although I also call that member function externally in a worker thread.

In previous releases of my application this dialog worked. I am wondering what I am doing wrong. Im am thinking maybe my memory is overflowing somewhere, and impeding the dialog.

Please Help,
Asher
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top