Click here to Skip to main content
15,917,793 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow can fetch Excel File Password by using excel automation? Pin
Le@rner8-May-10 2:06
Le@rner8-May-10 2:06 
AnswerRe: How can fetch Excel File Password by using excel automation? Pin
Stuart Dootson8-May-10 3:28
professionalStuart Dootson8-May-10 3:28 
GeneralRe: How can fetch Excel File Password by using excel automation? Pin
Le@rner9-May-10 18:10
Le@rner9-May-10 18:10 
QuestionMouse over button Pin
Pryabu7-May-10 23:55
Pryabu7-May-10 23:55 
AnswerRe: Mouse over button Pin
Chris Losinger8-May-10 4:13
professionalChris Losinger8-May-10 4:13 
GeneralRe: Mouse over button Pin
Pryabu8-May-10 19:07
Pryabu8-May-10 19:07 
Question$(ProgramFiles) Pin
Chesnokov Yuriy7-May-10 22:30
professionalChesnokov Yuriy7-May-10 22:30 
AnswerRe: $(ProgramFiles) Pin
wangningyu7-May-10 22:44
wangningyu7-May-10 22:44 
GeneralRe: $(ProgramFiles) Pin
Chesnokov Yuriy7-May-10 23:08
professionalChesnokov Yuriy7-May-10 23:08 
GeneralRe: $(ProgramFiles) Pin
David Crow10-May-10 4:24
David Crow10-May-10 4:24 
AnswerRe: $(ProgramFiles) Pin
Richard MacCutchan7-May-10 22:48
mveRichard MacCutchan7-May-10 22:48 
AnswerRe: $(ProgramFiles) Pin
Chesnokov Yuriy7-May-10 23:08
professionalChesnokov Yuriy7-May-10 23:08 
GeneralRe: $(ProgramFiles) Pin
Richard MacCutchan7-May-10 23:30
mveRichard MacCutchan7-May-10 23:30 
AnswerRe: $(ProgramFiles) Pin
Sauce!8-May-10 2:00
Sauce!8-May-10 2:00 
QuestionCString to const unsigned char * Pin
mesajflaviu7-May-10 21:19
mesajflaviu7-May-10 21:19 
AnswerRe: CString to const unsigned char * Pin
wangningyu7-May-10 21:30
wangningyu7-May-10 21:30 
QuestionRe: CString to const unsigned char * [modified] Pin
mesajflaviu7-May-10 23:54
mesajflaviu7-May-10 23:54 
QuestionRe: CString to const unsigned char * Pin
David Crow10-May-10 4:26
David Crow10-May-10 4:26 
AnswerRe: CString to const unsigned char * Pin
wangningyu10-May-10 4:34
wangningyu10-May-10 4:34 
GeneralRe: CString to const unsigned char * Pin
David Crow10-May-10 4:49
David Crow10-May-10 4:49 
AnswerRe: CString to const unsigned char * Pin
Richard MacCutchan8-May-10 1:16
mveRichard MacCutchan8-May-10 1:16 
GeneralRe: CString to const unsigned char * Pin
mesajflaviu8-May-10 2:01
mesajflaviu8-May-10 2:01 
QuestionMFC SDI based project reading virtual serial port: uses worker thread for reading data Pin
harinathcau7-May-10 21:16
harinathcau7-May-10 21:16 
AnswerRe: MFC SDI based project reading virtual serial port: uses worker thread for reading data [modified] Pin
Jonathan Davies8-May-10 2:18
Jonathan Davies8-May-10 2:18 
QuestionSetting up a WindowsAPI project Pin
Tiberiu117-May-10 21:06
Tiberiu117-May-10 21:06 
I have a problem setting up OpenGL in a C++ program using Win32. I have a main window that has buttons and checkboxes to control different parameters. After that I want to have two windows that will draw OpenGL code. The two child windows do not reside inside the main window, they are floating, WS_OVERLAPPEDWINDOW style(but I can make it any other style, it just has to work).

I am unsure how to properly create the two child windows and where to place the drawing code. I also do not know where to place the message loop for both of them.

Basically I press a button inside the main config window and my first window would show. If I press it again, then it should destry that window. Is there an example of something similar on the internet? Can someone help me? Thanks.

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.