Click here to Skip to main content
15,891,409 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Delete file at startup or shutdown Pin
Max Santos5-Mar-05 9:39
Max Santos5-Mar-05 9:39 
GeneralRe: Delete file at startup or shutdown Pin
Nemok6-Mar-05 0:26
Nemok6-Mar-05 0:26 
GeneralRe: Delete file at startup or shutdown Pin
ThatsAlok6-Mar-05 18:28
ThatsAlok6-Mar-05 18:28 
GeneralInclude statements Pin
MALDATA4-Mar-05 22:31
MALDATA4-Mar-05 22:31 
GeneralRe: Include statements Pin
Johnny ²4-Mar-05 22:56
Johnny ²4-Mar-05 22:56 
GeneralRe: Include statements Pin
Trollslayer5-Mar-05 8:43
mentorTrollslayer5-Mar-05 8:43 
GeneralRe: Include statements Pin
MALDATA5-Mar-05 13:06
MALDATA5-Mar-05 13:06 
GeneralDialog box hangs help me Pin
Anand for every one4-Mar-05 19:43
Anand for every one4-Mar-05 19:43 
OMG | :OMG: I display a dialog box when double clicking in my ActiveX control.
It works fine. But When try to move the dialog box by pressing on the title bar it hangs. Why ? Anyone can help me?
this is the code
where setProperty just passes an object address. in the dialog box class i have a pointer to that. it just asign to that.

void CImgAnnCtrl::OnLButtonDblClk(UINT nFlags, CPoint point)
{
propertyBox box;
box.SetProperty(&m_TmpProperties);
if(box.DoModal()==IDOK)
{
/// just some calculations
}
}


OMG | :OMG:
GeneralRe: Dialog box hangs help me Pin
Blake Miller7-Mar-05 12:14
Blake Miller7-Mar-05 12:14 
GeneralRe: Dialog box hangs help me Pin
Anand for every one7-Mar-05 18:56
Anand for every one7-Mar-05 18:56 
GeneralRe: Dialog box hangs help me Pin
Blake Miller8-Mar-05 3:53
Blake Miller8-Mar-05 3:53 
GeneralRe: Dialog box hangs help me Pin
sps-itsec4613-Jan-06 0:14
sps-itsec4613-Jan-06 0:14 
GeneralRe: Dialog box hangs help me Pin
sps-itsec4616-Jan-06 5:26
sps-itsec4616-Jan-06 5:26 
GeneralCall funtion! Pin
JAMANAKA4-Mar-05 15:05
JAMANAKA4-Mar-05 15:05 
GeneralRe: Call funtion! Pin
Ranjish4-Mar-05 19:59
Ranjish4-Mar-05 19:59 
General64bit MFC with vs2005 Pin
saltynuts20024-Mar-05 14:10
saltynuts20024-Mar-05 14:10 
GeneralRe: 64bit MFC with vs2005 Pin
Anonymous4-Mar-05 15:24
Anonymous4-Mar-05 15:24 
GeneralXp windows user managment c++ Pin
nadzzz4-Mar-05 12:07
nadzzz4-Mar-05 12:07 
GeneralCreating tooltip for TBBUTON in ATL Pin
tnguyen4444-Mar-05 11:32
tnguyen4444-Mar-05 11:32 
GeneralMFC Application To Browser Pin
Grahamfff4-Mar-05 10:33
Grahamfff4-Mar-05 10:33 
GeneralRe: MFC Application To Browser Pin
Ravi Bhavnani4-Mar-05 11:32
professionalRavi Bhavnani4-Mar-05 11:32 
GeneralRe: MFC Application To Browser Pin
Sheng Jiang 蒋晟4-Mar-05 11:39
Sheng Jiang 蒋晟4-Mar-05 11:39 
GeneralSDI PROJECT-Creating an INI FILE Pin
jerry1211a4-Mar-05 10:04
jerry1211a4-Mar-05 10:04 
GeneralRe: SDI PROJECT-Creating an INI FILE Pin
Blake Miller4-Mar-05 10:37
Blake Miller4-Mar-05 10:37 
Generalbinary file stream Pin
SimpleProgramer4-Mar-05 8:00
SimpleProgramer4-Mar-05 8:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.