Click here to Skip to main content
15,898,939 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
AnswerRe: How to make the ActiveX control full transparent int word Pin
Ju@ncho4-Jul-08 4:28
Ju@ncho4-Jul-08 4:28 
GeneralRe: How to make the ActiveX control full transparent int word Pin
liuguang6-Jul-08 15:18
liuguang6-Jul-08 15:18 
QuestionMFC-STL Pin
Yokeldj29-May-08 0:41
Yokeldj29-May-08 0:41 
QuestionCompiling a VC++ 6.0 project with VC++ 7.1 problem: Error C2664 with CComPtr. Please help. Pin
Arris7426-May-08 6:33
Arris7426-May-08 6:33 
QuestionMaking use of an STL reducer application Pin
malte de moll24-May-08 6:24
malte de moll24-May-08 6:24 
AnswerRe: Making use of an STL reducer application Pin
Stuart Dootson29-May-08 21:37
professionalStuart Dootson29-May-08 21:37 
QuestionUsing events of JScript in ATL COM DLL? Pin
ritz123422-May-08 0:30
ritz123422-May-08 0:30 
QuestionCheckbox and Listbox question Pin
monsieur_jj21-May-08 22:32
monsieur_jj21-May-08 22:32 
Hi all,

How do I manipulate a checkbox?

I declared it as:

bool Check;

 BEGIN_DDX_MAP(CPreferenceDlg)
		 DDX_CHECK(IDC_CHECK1, Check)
	 END_DDX_MAP()


How can I know if the checkbox is checked or not? If CComboBox is for combo box what is for a check box and listbox? How will I also declare a listbox?

This is what I do if its a textbox:

c_edEdit4.GetLine(0, Mail.GetBuffer(c_edEdit4.LineLength(0)));
		Mail.ReleaseBuffer();
		Email = Mail;

		if (RegSetValueEx(Regentry,             // subkey handle 
          _T("EmailAddress"),        // value name 
          0,                         // must be zero 
          REG_SZ,             // value type 
          (LPBYTE) Email.c_str(),          // pointer to value data 
          (DWORD) (lstrlen(Email.c_str())+1)*sizeof(TCHAR))) // data size
		   {
			  printf("Could not set the event message file."); 
			  RegCloseKey(Regentry); 
			  return 0;
		   }


Thanks,
Jayjay
AnswerRe: Checkbox and Listbox question Pin
monsieur_jj22-May-08 16:24
monsieur_jj22-May-08 16:24 
GeneralRe: Checkbox and Listbox question Pin
Stuart Dootson22-May-08 22:22
professionalStuart Dootson22-May-08 22:22 
GeneralRe: Checkbox and Listbox question Pin
monsieur_jj25-May-08 16:39
monsieur_jj25-May-08 16:39 
GeneralRe: Checkbox and Listbox question Pin
Stuart Dootson26-May-08 12:30
professionalStuart Dootson26-May-08 12:30 
QuestionCButton question Pin
monsieur_jj20-May-08 19:43
monsieur_jj20-May-08 19:43 
AnswerRe: CButton question Pin
Stuart Dootson20-May-08 20:27
professionalStuart Dootson20-May-08 20:27 
GeneralRe: CButton question Pin
monsieur_jj21-May-08 15:43
monsieur_jj21-May-08 15:43 
GeneralRe: CButton question Pin
Stuart Dootson21-May-08 20:53
professionalStuart Dootson21-May-08 20:53 
GeneralRe: CButton question Pin
monsieur_jj21-May-08 22:25
monsieur_jj21-May-08 22:25 
QuestionAbout DLL files and Comm control Pin
savitri19-May-08 23:10
savitri19-May-08 23:10 
AnswerRe: About DLL files and Comm control Pin
Cedric Moonen19-May-08 23:24
Cedric Moonen19-May-08 23:24 
GeneralRe: About DLL files and Comm control Pin
savitri20-May-08 0:15
savitri20-May-08 0:15 
GeneralRe: About DLL files and Comm control Pin
Cedric Moonen20-May-08 0:54
Cedric Moonen20-May-08 0:54 
GeneralRe: About DLL files and Comm control Pin
ShilpiP20-May-08 1:15
ShilpiP20-May-08 1:15 
AnswerRe: About DLL files and Comm control Pin
kuttiam22-May-08 19:35
kuttiam22-May-08 19:35 
QuestionHow to get the html text box value. Pin
Member 462021617-May-08 3:12
Member 462021617-May-08 3:12 
AnswerRe: How to get the html text box value. Pin
CPallini19-May-08 23:44
mveCPallini19-May-08 23:44 

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.