Click here to Skip to main content
15,902,198 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Compiling Problem Pin
Brad Sokol26-Aug-03 5:36
Brad Sokol26-Aug-03 5:36 
GeneralRe: Compiling Problem Pin
Steve S26-Aug-03 6:22
Steve S26-Aug-03 6:22 
QuestionWhy Transparrent blt not works in following code ? Pin
vgrigor26-Aug-03 4:47
vgrigor26-Aug-03 4:47 
AnswerRe: Why Transparrent blt not works in following code ? Pin
PJ Arends26-Aug-03 14:48
professionalPJ Arends26-Aug-03 14:48 
Questionjapan does not work with edit control? Pin
Tibor Blazko26-Aug-03 4:19
Tibor Blazko26-Aug-03 4:19 
Generalinitialization of variables in mfc dialog Pin
Anonymous26-Aug-03 3:37
Anonymous26-Aug-03 3:37 
GeneralRe: initialization of variables in mfc dialog Pin
John M. Drescher26-Aug-03 3:53
John M. Drescher26-Aug-03 3:53 
GeneralRe: initialization of variables in mfc dialog Pin
roel_26-Aug-03 3:53
roel_26-Aug-03 3:53 
What is 'a member variable for the function'? If it's a member variable of your dialog class, then yes, that is what you should do. You can also make a static variable:
<br />
class FooDialog : public CDialog<br />
{<br />
   void OnButton1()<br />
   {  <br />
        static int counter = 0;<br />
        counter++;<br />
   }<br />
}<br />
<br />

GeneralRe: initialization of variables in mfc dialog Pin
Anonymous26-Aug-03 4:10
Anonymous26-Aug-03 4:10 
GeneralRe: initialization of variables in mfc dialog Pin
Bob Stanneveld26-Aug-03 5:34
Bob Stanneveld26-Aug-03 5:34 
GeneralRe: initialization of variables in mfc dialog Pin
John M. Drescher26-Aug-03 7:30
John M. Drescher26-Aug-03 7:30 
GeneralRe: initialization of variables in mfc dialog Pin
l a u r e n26-Aug-03 14:18
l a u r e n26-Aug-03 14:18 
GeneralRe: initialization of variables in mfc dialog Pin
John M. Drescher26-Aug-03 14:57
John M. Drescher26-Aug-03 14:57 
GeneralEdit box string Pin
Jay Hova26-Aug-03 3:02
Jay Hova26-Aug-03 3:02 
GeneralRe: Edit box string Pin
Maximilien26-Aug-03 3:11
Maximilien26-Aug-03 3:11 
GeneralRe: Edit box string Pin
Ravi Bhavnani26-Aug-03 3:11
professionalRavi Bhavnani26-Aug-03 3:11 
GeneralRe: Edit box string Pin
Andrew Walker26-Aug-03 3:12
Andrew Walker26-Aug-03 3:12 
GeneralRe: Edit box string Pin
Jay Hova26-Aug-03 3:16
Jay Hova26-Aug-03 3:16 
GeneralRe: Edit box string Pin
vcplusplus26-Aug-03 3:28
vcplusplus26-Aug-03 3:28 
GeneralRe: Edit box string Pin
Jay Hova26-Aug-03 3:35
Jay Hova26-Aug-03 3:35 
GeneralRe: Edit box string Pin
vcplusplus26-Aug-03 7:37
vcplusplus26-Aug-03 7:37 
GeneralRe: Edit box string Pin
David Crow26-Aug-03 7:13
David Crow26-Aug-03 7:13 
GeneralHelp me! Please! Pin
Member 50856726-Aug-03 2:55
Member 50856726-Aug-03 2:55 
QuestionHow to run a script (.vbs) in VC++, Please help .... Pin
Atif Bashir26-Aug-03 2:40
Atif Bashir26-Aug-03 2:40 
AnswerRe: How to run a script (.vbs) in VC++, Please help .... Pin
David Crow26-Aug-03 2:55
David Crow26-Aug-03 2:55 

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.