Click here to Skip to main content
15,892,005 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Media Player (VC++) Pin
Programm3r12-Feb-07 22:42
Programm3r12-Feb-07 22:42 
AnswerRe: Media Player (VC++) Pin
Programm3r12-Feb-07 22:34
Programm3r12-Feb-07 22:34 
GeneralRe: Media Player (VC++) Pin
Hamid_RT13-Feb-07 4:01
Hamid_RT13-Feb-07 4:01 
QuestionDisplay a graph in a dialog Pin
Aint12-Feb-07 22:06
Aint12-Feb-07 22:06 
AnswerRe: Display a graph in a dialog Pin
toxcct12-Feb-07 22:18
toxcct12-Feb-07 22:18 
AnswerRe: Display a graph in a dialog Pin
jhwurmbach12-Feb-07 22:23
jhwurmbach12-Feb-07 22:23 
GeneralRe: Help in picture control Pin
Aint14-Feb-07 14:07
Aint14-Feb-07 14:07 
GeneralRe: Help in picture control Pin
jhwurmbach14-Feb-07 21:47
jhwurmbach14-Feb-07 21:47 
ReturnRain wrote:
add member variable to dialog.


So, you have added the include-line at the top of your dialog class-header file (but below the #include "stdafx.h").

Now you add the lines given in the SpectrumAnalyser-Article
public:
    CSpectrumAnalyzer m_SpectrumAnalyzer_Ctrl;
to your dialog header.
The Demo-project from the SpectrumAnalyzer article shows what to do in its CSpectrumAnalyzerDemoDlg-class (the two files SpectrumAnalyzerDemoDlg.h and SpectrumAnalyzerDemoDlg.cpp)

You probably want the Spectrum Analyzer to be shown right from the start, so the creation code (in the demo found in the OnScanBtn() button click handler) needs to be moved to the OnCreate-function of your dialog (add it using the Visual-C++ code wizard!).

ReturnRain wrote:
s there any link that will teach me step by step on picture control?


You won't get more than the Article I linked shows you. Basic C++ and MFC knowledge is required beforehand.





Failure is not an option - it's built right in.

QuestionGetting attached device names with system in VC++ Pin
Karismatic12-Feb-07 22:04
Karismatic12-Feb-07 22:04 
AnswerRe: Getting attached device names with system in VC++ Pin
Waldermort12-Feb-07 23:05
Waldermort12-Feb-07 23:05 
Questiondevice driver list Pin
deeps_cute12-Feb-07 21:49
deeps_cute12-Feb-07 21:49 
QuestionDifferences??? Pin
ashwath197912-Feb-07 21:42
ashwath197912-Feb-07 21:42 
AnswerRe: Differences??? Pin
_AnsHUMAN_ 12-Feb-07 21:57
_AnsHUMAN_ 12-Feb-07 21:57 
GeneralRe: Differences??? Pin
ashwath197912-Feb-07 22:13
ashwath197912-Feb-07 22:13 
GeneralRe: Differences??? Pin
toxcct13-Feb-07 0:25
toxcct13-Feb-07 0:25 
GeneralRe: Differences??? Pin
ashwath197912-Feb-07 22:14
ashwath197912-Feb-07 22:14 
GeneralRe: Differences??? Pin
toxcct12-Feb-07 22:25
toxcct12-Feb-07 22:25 
GeneralRe: Differences??? Pin
ashwath197912-Feb-07 22:33
ashwath197912-Feb-07 22:33 
GeneralRe: Differences??? Pin
toxcct12-Feb-07 22:39
toxcct12-Feb-07 22:39 
GeneralRe: Differences??? Pin
ashwath197913-Feb-07 0:19
ashwath197913-Feb-07 0:19 
QuestionGetchar and getche problem Pin
sachin ahuja12-Feb-07 21:26
sachin ahuja12-Feb-07 21:26 
AnswerRe: Getchar and getche problem Pin
kasturi_haribabu12-Feb-07 21:50
kasturi_haribabu12-Feb-07 21:50 
GeneralRe: Getchar and getche problem Pin
sachin ahuja13-Feb-07 16:46
sachin ahuja13-Feb-07 16:46 
QuestionZip/Unzip from VC++ using zip32.dll/unzip32.dll Pin
prabhudurai12-Feb-07 21:09
prabhudurai12-Feb-07 21:09 
AnswerRe: Zip/Unzip from VC++ using zip32.dll/unzip32.dll Pin
Programm3r12-Feb-07 22:27
Programm3r12-Feb-07 22:27 

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.