Click here to Skip to main content
15,909,332 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalthanx for reply....but that is not what i asked.....help!!!!! Pin
namaskaaram4-Mar-05 0:35
namaskaaram4-Mar-05 0:35 
GeneralRe: thanx for reply....but that is not what i asked.....help!!!!! Pin
Alton Williams4-Mar-05 3:38
Alton Williams4-Mar-05 3:38 
GeneralRe: thanx for reply....but that is not what i asked.....help!!!!! Pin
namaskaaram4-Mar-05 20:01
namaskaaram4-Mar-05 20:01 
GeneralRe: one question regarding dialogz!!!!! Pin
David Crow4-Mar-05 3:08
David Crow4-Mar-05 3:08 
GeneralRe: one question regarding dialogz!!!!! Pin
namaskaaram4-Mar-05 20:00
namaskaaram4-Mar-05 20:00 
GeneralRe: one question regarding dialogz!!!!! Pin
David Crow7-Mar-05 2:27
David Crow7-Mar-05 2:27 
GeneralRe: one question regarding dialogz!!!!! Pin
namaskaaram7-Mar-05 16:40
namaskaaram7-Mar-05 16:40 
GeneralRe: one question regarding dialogz!!!!! Pin
David Crow8-Mar-05 2:39
David Crow8-Mar-05 2:39 
rateep wrote:
i have many dc memory variables in each dailog...

Unless they are constantly being used and not being released, the number of variables in a class is irrelevant.

rateep wrote:
...coz of the limited number of dc memory variables that can be declared at a time

Declaring a variable is not the issue here, not releasing a device context is. If the DC is private, you can have and use as many of them as you like. The limit of 5 is for common DCs.

rateep wrote:
i have already made it a dialog based application(since the inital reqirement was just one graphics panel)

Sounds like you might need a tabbed dialog instead.


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


GeneralRe: one question regarding dialogz!!!!! Pin
namaskaaram8-Mar-05 4:23
namaskaaram8-Mar-05 4:23 
GeneralMFC app to service app Pin
Musen803-Mar-05 22:18
Musen803-Mar-05 22:18 
GeneralRe: MFC app to service app Pin
ionzarate4-Mar-05 1:16
ionzarate4-Mar-05 1:16 
GeneralRe: MFC app to service app Pin
Tarundeep Singh Kalra4-Mar-05 8:02
Tarundeep Singh Kalra4-Mar-05 8:02 
GeneralLoadImage in ActiveX(MFC Based) Pin
DharmendraNathW3-Mar-05 21:52
DharmendraNathW3-Mar-05 21:52 
GeneralRe: LoadImage in ActiveX(MFC Based) Pin
Anand for every one3-Mar-05 22:48
Anand for every one3-Mar-05 22:48 
GeneralGetting logged data from the event log. Pin
VCBig3-Mar-05 20:42
sussVCBig3-Mar-05 20:42 
GeneralRe: Getting logged data from the event log. Pin
DharmendraNathW3-Mar-05 21:46
DharmendraNathW3-Mar-05 21:46 
GeneralRe: Getting logged data from the event log. Pin
VCSharp0073-Mar-05 22:03
VCSharp0073-Mar-05 22:03 
GeneralRe: Getting logged data from the event log. Pin
VCBig3-Mar-05 22:03
sussVCBig3-Mar-05 22:03 
GeneralRe: Getting logged data from the event log. Pin
cmk4-Mar-05 1:10
cmk4-Mar-05 1:10 
Generaldisable checkbox Pin
Anand for every one3-Mar-05 20:19
Anand for every one3-Mar-05 20:19 
GeneralRe: disable checkbox Pin
ThatsAlok3-Mar-05 20:23
ThatsAlok3-Mar-05 20:23 
GeneralRe: disable checkbox Pin
namaskaaram3-Mar-05 20:34
namaskaaram3-Mar-05 20:34 
GeneralName lookup Pin
Serge Krynine3-Mar-05 19:49
Serge Krynine3-Mar-05 19:49 
GeneralRe: Name lookup Pin
Ryan Binns3-Mar-05 19:53
Ryan Binns3-Mar-05 19:53 
GeneralRe: Name lookup Pin
Serge Krynine3-Mar-05 19:59
Serge Krynine3-Mar-05 19:59 

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.