Click here to Skip to main content
16,004,944 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Single instance application Pin
GuyM25-Apr-07 23:26
GuyM25-Apr-07 23:26 
AnswerRe: Single instance application Pin
Arman S.26-Apr-07 2:20
Arman S.26-Apr-07 2:20 
QuestionRegarding executing a java jar file from visual c++ application Pin
Nikhil Trivedi25-Apr-07 23:15
Nikhil Trivedi25-Apr-07 23:15 
AnswerRe: Regarding executing a java jar file from visual c++ application Pin
Nikhil Trivedi26-Apr-07 1:10
Nikhil Trivedi26-Apr-07 1:10 
QuestionCListCtrl problem Pin
nathan725-Apr-07 23:06
nathan725-Apr-07 23:06 
QuestionRe: CListCtrl problem Pin
GuyM25-Apr-07 23:08
GuyM25-Apr-07 23:08 
Questionview class constructor why protected Pin
PallaMadhu25-Apr-07 22:54
PallaMadhu25-Apr-07 22:54 
AnswerRe: view class constructor why protected Pin
GuyM25-Apr-07 23:01
GuyM25-Apr-07 23:01 
This is because usualy in an SDI application the View class constructor is called by the framework and not directly by your code.
If, for any reason you need to call the view constructor directly (not that I can see any) - you can change it to public.
QuestionDirectory Name Issue (_splitpath) Pin
Programm3r25-Apr-07 22:42
Programm3r25-Apr-07 22:42 
GeneralRe: Directory Name Issue (_splitpath) Pin
Programm3r25-Apr-07 23:08
Programm3r25-Apr-07 23:08 
AnswerRe: Directory Name Issue (_splitpath) Pin
Programm3r25-Apr-07 23:23
Programm3r25-Apr-07 23:23 
Questiondbf read problem. Pin
david bagaturia25-Apr-07 22:11
david bagaturia25-Apr-07 22:11 
AnswerRe: dbf read problem. [modified] Pin
GuyM25-Apr-07 22:20
GuyM25-Apr-07 22:20 
GeneralRe: dbf read problem. Pin
david bagaturia25-Apr-07 22:39
david bagaturia25-Apr-07 22:39 
QuestionHow to add column header to CTreeCtrl ? Pin
Yanshof25-Apr-07 21:35
Yanshof25-Apr-07 21:35 
AnswerRe: How to add column header to CTreeCtrl ? [modified] Pin
GuyM25-Apr-07 21:41
GuyM25-Apr-07 21:41 
QuestionBreakpoint Pin
baerten25-Apr-07 21:22
baerten25-Apr-07 21:22 
AnswerRe: Breakpoint Pin
GuyM25-Apr-07 21:31
GuyM25-Apr-07 21:31 
GeneralRe: Breakpoint Pin
baerten25-Apr-07 21:55
baerten25-Apr-07 21:55 
GeneralRe: Breakpoint Pin
Mark Salsbery26-Apr-07 8:00
Mark Salsbery26-Apr-07 8:00 
GeneralRe: Breakpoint Pin
baerten26-Apr-07 20:37
baerten26-Apr-07 20:37 
GeneralRe: Breakpoint Pin
Mark Salsbery29-Apr-07 7:27
Mark Salsbery29-Apr-07 7:27 
GeneralRe: Breakpoint Pin
baerten29-Apr-07 21:20
baerten29-Apr-07 21:20 
GeneralRe: Breakpoint Pin
Mark Salsbery30-Apr-07 6:36
Mark Salsbery30-Apr-07 6:36 
GeneralRe: Breakpoint Pin
baerten1-May-07 20:59
baerten1-May-07 20: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.