Click here to Skip to main content
15,909,193 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: convert a DWORD to BYTE[4] Pin
Priyank Bolia11-May-05 3:55
Priyank Bolia11-May-05 3:55 
QuestionHow to compare two HTML files Pin
Mohsen Saad10-May-05 10:50
Mohsen Saad10-May-05 10:50 
AnswerRe: How to compare two HTML files Pin
P-Rex10-May-05 20:27
P-Rex10-May-05 20:27 
GeneralStartDoc Pin
Daniel Kanev10-May-05 10:03
Daniel Kanev10-May-05 10:03 
GeneralDisabling an EN_CHANGE Event Pin
NikoiD10-May-05 9:15
NikoiD10-May-05 9:15 
GeneralRe: Disabling an EN_CHANGE Event Pin
David Crow10-May-05 9:34
David Crow10-May-05 9:34 
GeneralRe: Disabling an EN_CHANGE Event Pin
PJ Arends10-May-05 9:35
professionalPJ Arends10-May-05 9:35 
GeneralRe: Disabling an EN_CHANGE Event Pin
NikoiD10-May-05 9:45
NikoiD10-May-05 9:45 
Hi PJ Arends,

Thank you for your answer! I already tryed our solution, but for a reason that I can't determine, the program crashes because of the declaration of my variable. In the class related to my program's page, I declare as public variable:

<br />
public:<br />
	int Configured;<br />


and then I initialize to zero this variable before the configuration. Afterthat I set the variable to one and check in in my handler like that:

<br />
<br />
void CExcitaPage::OnEnChangeAmplitude()<br />
{    <br />
if (Configured)    <br />
  {       <br />
     // handle event here    <br />
  }<br />
 }<br />


When I try to close the program, I become a classic Debug Error, Damage Block...

Do you have an other idea?

Thank you in advance

NikoiD.
GeneralRe: Disabling an EN_CHANGE Event Pin
PJ Arends10-May-05 12:03
professionalPJ Arends10-May-05 12:03 
General'LoadLibrary' Problem using DirectX Pin
gogizmo10-May-05 7:55
gogizmo10-May-05 7:55 
GeneralRe: 'LoadLibrary' Problem using DirectX Pin
Ista10-May-05 16:04
Ista10-May-05 16:04 
Generalfinding mersenne prime numbers Pin
Mridang Agarwalla10-May-05 7:17
Mridang Agarwalla10-May-05 7:17 
GeneralRe: finding mersenne prime numbers Pin
David Crow10-May-05 7:49
David Crow10-May-05 7:49 
GeneralRe: finding mersenne prime numbers Pin
John M. Drescher10-May-05 8:13
John M. Drescher10-May-05 8:13 
Questionfinding out processor inmformation? Pin
Mridang Agarwalla10-May-05 7:12
Mridang Agarwalla10-May-05 7:12 
AnswerRe: finding out processor inmformation? Pin
David Crow10-May-05 7:33
David Crow10-May-05 7:33 
GeneralRe: finding out processor inmformation? Pin
Mridang Agarwalla10-May-05 16:56
Mridang Agarwalla10-May-05 16:56 
GeneralRe: finding out processor inmformation? Pin
David Crow11-May-05 2:34
David Crow11-May-05 2:34 
Generalfinding out processor usage Pin
Mridang Agarwalla10-May-05 7:10
Mridang Agarwalla10-May-05 7:10 
GeneralRe: finding out processor usage Pin
David Crow10-May-05 7:32
David Crow10-May-05 7:32 
Generalanyone see a really time consuming math calculation Pin
Mridang Agarwalla10-May-05 7:08
Mridang Agarwalla10-May-05 7:08 
GeneralRe: anyone see a really time consuming math calculation Pin
Chris Meech10-May-05 7:12
Chris Meech10-May-05 7:12 
GeneralRe: anyone see a really time consuming math calculation Pin
Mridang Agarwalla10-May-05 7:15
Mridang Agarwalla10-May-05 7:15 
GeneralRe: anyone see a really time consuming math calculation Pin
markkuk10-May-05 10:24
markkuk10-May-05 10:24 
GeneralOne Tab control covers the other Pin
risio25510-May-05 6:18
risio25510-May-05 6:18 

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.