Click here to Skip to main content
15,894,630 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to bring back ClassView Pin
*Dreamz10-Nov-05 23:44
*Dreamz10-Nov-05 23:44 
QuestionAny VC++ certification exams??? Pin
mandanani10-Nov-05 17:19
mandanani10-Nov-05 17:19 
AnswerRe: Any VC++ certification exams??? Pin
ThatsAlok10-Nov-05 17:47
ThatsAlok10-Nov-05 17:47 
Questionneed code to select items in a tree with Ctrl and other keys Pin
narayanagvs10-Nov-05 16:43
narayanagvs10-Nov-05 16:43 
QuestionSocket Server Pin
NYTSX10-Nov-05 10:58
NYTSX10-Nov-05 10:58 
AnswerRe: Socket Server Pin
ThatsAlok10-Nov-05 19:33
ThatsAlok10-Nov-05 19:33 
GeneralRe: Socket Server Pin
NYTSX11-Nov-05 1:54
NYTSX11-Nov-05 1:54 
QuestionProgress bar being resized Pin
PrashantJ10-Nov-05 10:47
PrashantJ10-Nov-05 10:47 
Hi,
I have this code to draw a progress bar at run time, but I dont' want the user to resize it. So is there any way by which I could restrict the user from resizing it.

CProgressCtrl m_ProgressBar;
m_ProgressBar.Create(WS_CHILD|WS_VISIBLE|WS_THICKFRAME ,
CRect(10,rectWnd.top + headerHeight+55,window.Width()-2*10,20),
(CWnd *)this, IDC_PROGRESSBAR);


I think will have to add some WS_ option but don't know exactly.

Thanks,
PJ
AnswerRe: Progress bar being resized Pin
David Crow10-Nov-05 10:50
David Crow10-Nov-05 10:50 
GeneralRe: Progress bar being resized Pin
PrashantJ10-Nov-05 10:52
PrashantJ10-Nov-05 10:52 
GeneralRe: Progress bar being resized Pin
David Crow10-Nov-05 10:59
David Crow10-Nov-05 10:59 
AnswerRe: Progress bar being resized Pin
krmed10-Nov-05 17:00
krmed10-Nov-05 17:00 
GeneralRe: Progress bar being resized Pin
PrashantJ11-Nov-05 3:25
PrashantJ11-Nov-05 3:25 
QuestionIs there a deeper, hidden meaning behind this. Pin
WREY10-Nov-05 9:53
WREY10-Nov-05 9:53 
AnswerRe: Is there a deeper, hidden meaning behind this. Pin
David Crow10-Nov-05 10:52
David Crow10-Nov-05 10:52 
GeneralRe: Is there a deeper, hidden meaning behind this. Pin
WREY10-Nov-05 12:44
WREY10-Nov-05 12:44 
AnswerRe: Is there a deeper, hidden meaning behind this. Pin
John R. Shaw10-Nov-05 17:40
John R. Shaw10-Nov-05 17:40 
GeneralRe: Is there a deeper, hidden meaning behind this. Pin
PJ Arends11-Nov-05 7:59
professionalPJ Arends11-Nov-05 7:59 
GeneralRe: Is there a deeper, hidden meaning behind this. Pin
John R. Shaw11-Nov-05 9:13
John R. Shaw11-Nov-05 9:13 
GeneralRe: Is there a deeper, hidden meaning behind this. Pin
WREY14-Nov-05 7:15
WREY14-Nov-05 7:15 
AnswerRe: Is there a deeper, hidden meaning behind this. Pin
Owner drawn13-Nov-05 17:51
Owner drawn13-Nov-05 17:51 
QuestionCan not retrieve current URL address Pin
llp00na10-Nov-05 9:50
llp00na10-Nov-05 9:50 
AnswerRe: Can not retrieve current URL address Pin
*Dreamz10-Nov-05 17:35
*Dreamz10-Nov-05 17:35 
QuestionPackage load error in VS2005? Pin
TheGreatAndPowerfulOz10-Nov-05 8:38
TheGreatAndPowerfulOz10-Nov-05 8:38 
QuestionHow can I add a local hot key? Pin
DanYELL10-Nov-05 8:29
DanYELL10-Nov-05 8:29 

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.