Click here to Skip to main content
15,881,882 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFC: calling a menu item from another menu item [modified] Pin
Richard MacCutchan12-Feb-10 4:32
mveRichard MacCutchan12-Feb-10 4:32 
GeneralRe: MFC: calling a menu item from another menu item Pin
David Crow12-Feb-10 7:06
David Crow12-Feb-10 7:06 
GeneralRe: MFC: calling a menu item from another menu item Pin
Richard MacCutchan12-Feb-10 9:11
mveRichard MacCutchan12-Feb-10 9:11 
QuestionIs it possible to open file twice? Pin
Member 439977111-Feb-10 23:13
Member 439977111-Feb-10 23:13 
AnswerRe: Is it possible to open file twice? Pin
Cedric Moonen11-Feb-10 23:24
Cedric Moonen11-Feb-10 23:24 
GeneralRe: Is it possible to open file twice? Pin
Member 439977111-Feb-10 23:35
Member 439977111-Feb-10 23:35 
QuestionRe: Is it possible to open file twice? Pin
David Crow12-Feb-10 3:12
David Crow12-Feb-10 3:12 
AnswerRe: Is it possible to open file twice? Pin
Rozis12-Feb-10 11:25
Rozis12-Feb-10 11:25 
Yes you can, simply use 2 handles (or objects or whatever your language wants you to use). Be aware of the folloing:
- The OS sees this as file sharing, so open in shared mode.
- You will have 2 independent filepointers.

Rozis
GeneralRe: Is it possible to open file twice? Pin
Rozis12-Feb-10 11:32
Rozis12-Feb-10 11:32 
QuestionForm Background color change - Reg. Pin
Paulraj G11-Feb-10 23:00
Paulraj G11-Feb-10 23:00 
AnswerRe: Form Background color change - Reg. Pin
Richard MacCutchan11-Feb-10 23:30
mveRichard MacCutchan11-Feb-10 23:30 
GeneralRe: Form Background color change - Reg. Pin
Paulraj G11-Feb-10 23:40
Paulraj G11-Feb-10 23:40 
GeneralRe: Form Background color change - Reg. Pin
Richard MacCutchan12-Feb-10 0:13
mveRichard MacCutchan12-Feb-10 0:13 
QuestionSHGetFolderPath(), CoCreateInstance() functions fails on Windows 2000. Pin
Abhijit D. Babar11-Feb-10 22:10
Abhijit D. Babar11-Feb-10 22:10 
AnswerRe: SHGetFolderPath(), CoCreateInstance() functions fails on Windows 2000. Pin
CPallini11-Feb-10 22:31
mveCPallini11-Feb-10 22:31 
GeneralRe: SHGetFolderPath(), CoCreateInstance() functions fails on Windows 2000. Pin
Abhijit D. Babar11-Feb-10 22:36
Abhijit D. Babar11-Feb-10 22:36 
GeneralRe: SHGetFolderPath(), CoCreateInstance() functions fails on Windows 2000. Pin
CPallini11-Feb-10 23:09
mveCPallini11-Feb-10 23:09 
QuestionHide Dialog Pin
john563211-Feb-10 20:10
john563211-Feb-10 20:10 
AnswerRe: Hide Dialog Pin
KarstenK11-Feb-10 21:06
mveKarstenK11-Feb-10 21:06 
GeneralRe: Hide Dialog Pin
Rajesh R Subramanian11-Feb-10 23:02
professionalRajesh R Subramanian11-Feb-10 23:02 
AnswerRe: Hide Dialog Pin
stebich11-Feb-10 22:54
professionalstebich11-Feb-10 22:54 
AnswerRe: Hide Dialog Pin
Rajesh R Subramanian11-Feb-10 23:01
professionalRajesh R Subramanian11-Feb-10 23:01 
AnswerRe: Hide Dialog Pin
David Crow12-Feb-10 3:15
David Crow12-Feb-10 3:15 
QuestionHow can i run MFC application created in VS 2008 on OS Windows 2000? Pin
Abhijit D. Babar11-Feb-10 18:53
Abhijit D. Babar11-Feb-10 18:53 
AnswerRe: How can i run MFC application created in VS 2008 on OS Windows 2000? Pin
«_Superman_»11-Feb-10 19:37
professional«_Superman_»11-Feb-10 19:37 

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.