Click here to Skip to main content
15,886,873 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Running an external executable through C++.Net code Pin
Bob X5-Jun-06 7:34
Bob X5-Jun-06 7:34 
GeneralRe: Running an external executable through C++.Net code Pin
toxcct5-Jun-06 7:37
toxcct5-Jun-06 7:37 
QuestionHow can an NT service find out its own name upon Start? Pin
Hillel5-Jun-06 6:18
Hillel5-Jun-06 6:18 
QuestionRe: How can an NT service find out its own name upon Start? Pin
David Crow5-Jun-06 7:30
David Crow5-Jun-06 7:30 
AnswerRe: How can an NT service find out its own name upon Start? Pin
Hillel5-Jun-06 20:10
Hillel5-Jun-06 20:10 
GeneralRe: How can an NT service find out its own name upon Start? Pin
David Crow6-Jun-06 2:54
David Crow6-Jun-06 2:54 
AnswerRe: How can an NT service find out its own name upon Start? Pin
ThatsAlok5-Jun-06 22:42
ThatsAlok5-Jun-06 22:42 
QuestionListControl View Pin
faroo285-Jun-06 5:05
faroo285-Jun-06 5:05 
When i apply font to my listcontrol view the font of the text doesnt change, however only the height of the row changes,
how can i change the font of the text in a listcontrol view
i use following command

LOGFONT lf;
CFont ListControlViewFont;
CFont *pFont = m_LogList->GetFont() ;// GetFont();
pFont->GetLogFont(&lf);

CFontDialog dlg(&lf);

if (dlg.DoModal() == IDOK)
{

dlg.GetCurrentFont(&lf);
ListControlViewFont.DeleteObject();
ListControlViewFont.CreateFontIndirect(&lf);
m_LogList->SetFont(&ListControlViewFont,TRUE);
}

i have tried all ups and down, by not using font dlg, and creating font manual, but nothing works, only row height changes, am i missing something,

Thanks in advance



AnswerRe: ListControl View Pin
led mike5-Jun-06 5:49
led mike5-Jun-06 5:49 
GeneralRe: ListControl View Pin
faroo285-Jun-06 9:14
faroo285-Jun-06 9:14 
Questionrow fetching Pin
p_5-Jun-06 4:24
p_5-Jun-06 4:24 
AnswerRe: row fetching Pin
David Crow5-Jun-06 5:04
David Crow5-Jun-06 5:04 
Questionmfc ActiveX control containing child windows Pin
Alton Williams5-Jun-06 4:05
Alton Williams5-Jun-06 4:05 
Questionown Window in Mfc Dialog Pin
Manjunath S5-Jun-06 3:35
Manjunath S5-Jun-06 3:35 
Answeri don't answer your reposts anymore Pin
toxcct5-Jun-06 3:58
toxcct5-Jun-06 3:58 
QuestionRe: i don't answer your reposts anymore Pin
Manjunath S5-Jun-06 4:08
Manjunath S5-Jun-06 4:08 
AnswerRe: i don't answer your reposts anymore Pin
toxcct5-Jun-06 4:14
toxcct5-Jun-06 4:14 
QuestionRe: i don't answer your reposts anymore Pin
Manjunath S5-Jun-06 4:40
Manjunath S5-Jun-06 4:40 
AnswerRe: i don't answer your reposts anymore Pin
Manjunath S5-Jun-06 4:42
Manjunath S5-Jun-06 4:42 
GeneralRe: i don't answer your reposts anymore Pin
toxcct5-Jun-06 4:44
toxcct5-Jun-06 4:44 
GeneralRe: i don't answer your reposts anymore Pin
Eytukan5-Jun-06 6:19
Eytukan5-Jun-06 6:19 
GeneralRe: i don't answer your reposts anymore Pin
ThatsAlok5-Jun-06 19:32
ThatsAlok5-Jun-06 19:32 
GeneralRe: i don't answer your reposts anymore Pin
Eytukan5-Jun-06 20:52
Eytukan5-Jun-06 20:52 
GeneralRe: i don't answer your reposts anymore Pin
ThatsAlok5-Jun-06 22:41
ThatsAlok5-Jun-06 22:41 
GeneralRe: i don't answer your reposts anymore Pin
Eytukan5-Jun-06 23:05
Eytukan5-Jun-06 23:05 

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.