Click here to Skip to main content
15,901,283 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to statically bind (link) an "ocx"? Pin
22491719-Apr-05 20:11
22491719-Apr-05 20:11 
AnswerRe: How to statically bind (link) an "ocx"? Pin
Trollslayer19-Apr-05 23:39
mentorTrollslayer19-Apr-05 23:39 
QuestionProblem with Undo??? Pin
Azghar Hussain19-Apr-05 18:30
professionalAzghar Hussain19-Apr-05 18:30 
AnswerRe: Problem with Undo??? Pin
22491719-Apr-05 19:05
22491719-Apr-05 19:05 
GeneralProblem Refreshing Screen Pin
popo8419-Apr-05 16:56
popo8419-Apr-05 16:56 
GeneralRe: Problem Refreshing Screen Pin
ThatsAlok19-Apr-05 18:14
ThatsAlok19-Apr-05 18:14 
GeneralRe: Problem Refreshing Screen Pin
popo8419-Apr-05 21:48
popo8419-Apr-05 21:48 
GeneralRe: Problem Refreshing Screen Pin
ThatsAlok19-Apr-05 22:05
ThatsAlok19-Apr-05 22:05 
Now Simple Draw the Bitmap using this piece of code

void <your class>::OnPaint()
{
 //call your showBitmap function to draw image again
 this->ShowBitmap(x,y,Gate);
}


"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow


cheers,
Alok Gupta
GeneralRe: Problem Refreshing Screen Pin
popo8420-Apr-05 3:48
popo8420-Apr-05 3:48 
GeneralRe: Problem Refreshing Screen Pin
popo8420-Apr-05 6:05
popo8420-Apr-05 6:05 
GeneralRe: Problem Refreshing Screen Pin
ThatsAlok20-Apr-05 20:07
ThatsAlok20-Apr-05 20:07 
GeneralRe: Problem Refreshing Screen Pin
popo8420-Apr-05 21:03
popo8420-Apr-05 21:03 
GeneralI need some much needed help, LOL! Pin
Atptour19-Apr-05 16:40
Atptour19-Apr-05 16:40 
GeneralRe: I need some much needed help, LOL! Pin
Christian Graus19-Apr-05 17:45
protectorChristian Graus19-Apr-05 17:45 
GeneralRe: I need some much needed help, LOL! Pin
Atptour20-Apr-05 1:58
Atptour20-Apr-05 1:58 
GeneralRe: I need some much needed help, LOL! Pin
Christian Graus20-Apr-05 13:02
protectorChristian Graus20-Apr-05 13:02 
GeneralRe: I need some much needed help, LOL! Pin
David Crow20-Apr-05 2:14
David Crow20-Apr-05 2:14 
GeneralRe: I need some much needed help, LOL! Pin
FlyingTinman20-Apr-05 8:49
FlyingTinman20-Apr-05 8:49 
GeneralSetFocus() causes infinite loop Pin
elephantstar19-Apr-05 12:32
elephantstar19-Apr-05 12:32 
GeneralRe: SetFocus() causes infinite loop Pin
James R. Twine20-Apr-05 8:10
James R. Twine20-Apr-05 8:10 
GeneralSetting audio &quot;default device&quot; Pin
wilsonian19-Apr-05 11:46
wilsonian19-Apr-05 11:46 
GeneralRemebering the position of a dialog box Pin
itsh1119-Apr-05 11:09
itsh1119-Apr-05 11:09 
GeneralRe: Remebering the position of a dialog box Pin
Ravi Bhavnani19-Apr-05 12:09
professionalRavi Bhavnani19-Apr-05 12:09 
GeneralExchange variables betweeen CPPs. Pin
Anonymous19-Apr-05 10:35
Anonymous19-Apr-05 10:35 
GeneralRe: Exchange variables betweeen CPPs. Pin
ThatsAlok20-Apr-05 0:30
ThatsAlok20-Apr-05 0:30 

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.