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

C / C++ / MFC

 
JokeRe: Database question ! Pin
toxcct13-Sep-06 1:47
toxcct13-Sep-06 1:47 
JokeRe: Database question ! Pin
Hamid_RT13-Sep-06 2:19
Hamid_RT13-Sep-06 2:19 
JokeRe: Database question ! Pin
toxcct13-Sep-06 2:03
toxcct13-Sep-06 2:03 
AnswerRe: Database question ! Pin
sujtha13-Sep-06 2:19
sujtha13-Sep-06 2:19 
QuestionDataGrid Change size of colum Pin
NorGUI13-Sep-06 0:59
NorGUI13-Sep-06 0:59 
AnswerRe: DataGrid Change size of colum Pin
sujtha13-Sep-06 2:11
sujtha13-Sep-06 2:11 
GeneralRe: DataGrid Change size of colum Pin
NorGUI13-Sep-06 8:24
NorGUI13-Sep-06 8:24 
Questionedit control Pin
kumar_mk13-Sep-06 0:44
kumar_mk13-Sep-06 0:44 
Hi, this is a low priority bug of my application, i have an Edit control (READ-ONLY property is TRUE, TABSTOP property is FALSE) which is used to display some Message. The problem is that the "Message" of the edit control is getting selected when i am pressing the UP arrow key from the OK and CANCEL buttons of the dialog box, the "Message" should not get selected, how??

one thing i have written this code in OnInitDialog() to show the message in BOLD/BIGGER font

CFont myFont;
myFont.CreatePointFont(120, _T("Arial"), NULL);
CEdit* pBoxOne;
pBoxOne = (CEdit*)GetDlgItem(IDC_STATUS_EDIT);
pBoxOne->SetFont(&myFont, TRUE);

i have tried checking and unchecking all the styles, extented styles in edit properties, but of no use, may be this problem is arising because of the code i have written for the FONT, do i need to add anything extra in the code?? Pls Help!!!

thanx in advance
kumar

AnswerRe: edit control Pin
Nishad S13-Sep-06 0:53
Nishad S13-Sep-06 0:53 
AnswerRe: edit control Pin
Akt_4_U13-Sep-06 1:41
Akt_4_U13-Sep-06 1:41 
GeneralRe: edit control Pin
kumar_mk13-Sep-06 2:12
kumar_mk13-Sep-06 2:12 
QuestionCMenu - Menu appears as a narrow bar Pin
kk_vp13-Sep-06 0:33
kk_vp13-Sep-06 0:33 
AnswerRe: CMenu - Menu appears as a narrow bar Pin
Naveen13-Sep-06 0:49
Naveen13-Sep-06 0:49 
GeneralRe: CMenu - Menu appears as a narrow bar Pin
kk_vp13-Sep-06 1:06
kk_vp13-Sep-06 1:06 
GeneralRe: CMenu - Menu appears as a narrow bar Pin
Naveen13-Sep-06 1:15
Naveen13-Sep-06 1:15 
GeneralRe: CMenu - Menu appears as a narrow bar Pin
kk_vp13-Sep-06 1:21
kk_vp13-Sep-06 1:21 
QuestionSave an file with FILE_ATTRIBUTE_READONLY Attribute Pin
bosfan13-Sep-06 0:17
bosfan13-Sep-06 0:17 
AnswerRe: Save an file with FILE_ATTRIBUTE_READONLY Attribute Pin
Mohammad A Gdeisat13-Sep-06 0:26
Mohammad A Gdeisat13-Sep-06 0:26 
AnswerRe: Save an file with FILE_ATTRIBUTE_READONLY Attribute Pin
Garth J Lancaster13-Sep-06 0:34
professionalGarth J Lancaster13-Sep-06 0:34 
AnswerRe: Save an file with FILE_ATTRIBUTE_READONLY Attribute Pin
bosfan13-Sep-06 4:20
bosfan13-Sep-06 4:20 
GeneralRe: Save an file with FILE_ATTRIBUTE_READONLY Attribute Pin
Garth J Lancaster13-Sep-06 17:32
professionalGarth J Lancaster13-Sep-06 17:32 
GeneralRe: Save an file with FILE_ATTRIBUTE_READONLY Attribute Pin
bosfan13-Sep-06 20:57
bosfan13-Sep-06 20:57 
Questioninserting image in Access File Pin
aaaan13-Sep-06 0:04
aaaan13-Sep-06 0:04 
AnswerRe: inserting image in Access File Pin
Hamid_RT13-Sep-06 1:36
Hamid_RT13-Sep-06 1:36 
QuestionVC6 wheel mousing??? Pin
dhruba.bandopadhyay12-Sep-06 23:51
dhruba.bandopadhyay12-Sep-06 23:51 

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.