Click here to Skip to main content
15,881,757 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
AnswerRe: use of vector /map /list Pin
tasumisra25-Feb-10 0:41
tasumisra25-Feb-10 0:41 
QuestionPassing a string to a method that takes an IDispatch*? Pin
Rob Caldecott24-Feb-10 9:49
Rob Caldecott24-Feb-10 9:49 
AnswerRe: Passing a string to a method that takes an IDispatch*? Pin
Stuart Dootson24-Feb-10 21:01
professionalStuart Dootson24-Feb-10 21:01 
GeneralRe: Passing a string to a method that takes an IDispatch*? Pin
Rob Caldecott25-Feb-10 10:56
Rob Caldecott25-Feb-10 10:56 
GeneralRe: Passing a string to a method that takes an IDispatch*? Pin
Stuart Dootson25-Feb-10 11:36
professionalStuart Dootson25-Feb-10 11:36 
QuestionRun Only One Instance Of this AddOn In Multiple IE Win Pin
A_Fa24-Feb-10 3:06
A_Fa24-Feb-10 3:06 
AnswerRe: Run Only One Instance Of this AddOn In Multiple IE Win Pin
KingsGambit24-Feb-10 6:00
KingsGambit24-Feb-10 6:00 
QuestionCreating checkboxes dynamically from array Pin
Steven Foxton23-Feb-10 13:26
Steven Foxton23-Feb-10 13:26 
Creating an WMP visualization (VS2005, Win2003 sdk, ATL)
Created an array of values.
Need to create an checkbox for each value in the array.

Currently my OnInit() looks like this

extern CSimpleArray<CString> sPorts;
		
for (int x = 0; x < sPorts.GetSize(); ++x)
{
	::MessageBox (NULL, sPorts[x], TEXT ("COM PORT FOUND"), 0);
}


Basically below is the download for my current project. Everything so far is working but im having difficulty is setting up the properties box for the visualization. What i need is;
1 - Create an checkbox for each value in sPorts array.
2 - On 'Ok' save the checked items back to an array

http://www.4shared.com/file/228431443/1538a24d/USBGlowLight.html[^]

Anyone able/willing to help as i've hit an brick wall and am kinda an noob to c++ as havent done any in abt 6 years.
AnswerRe: Creating checkboxes dynamically from array Pin
«_Superman_»23-Feb-10 16:51
professional«_Superman_»23-Feb-10 16:51 
AnswerRe: Creating checkboxes dynamically from array Pin
Richard MacCutchan23-Feb-10 21:41
mveRichard MacCutchan23-Feb-10 21:41 
Questionvs 2008 and Icopy Pin
aurelcly23-Feb-10 7:41
aurelcly23-Feb-10 7:41 
AnswerRe: vs 2008 and Icopy Pin
Stuart Dootson23-Feb-10 14:01
professionalStuart Dootson23-Feb-10 14:01 
QuestionATL Server Exe Shutdown Hangs Pin
marko201022-Feb-10 14:31
marko201022-Feb-10 14:31 
AnswerRe: ATL Server Exe Shutdown Hangs [modified] Pin
KingsGambit22-Feb-10 17:42
KingsGambit22-Feb-10 17:42 
QuestionDirect3D Types as interface parameters Pin
Aschratt20-Feb-10 22:47
Aschratt20-Feb-10 22:47 
AnswerRe: Direct3D Types as interface parameters Pin
Jonathan Davies21-Feb-10 2:03
Jonathan Davies21-Feb-10 2:03 
GeneralRe: Direct3D Types as interface parameters Pin
Aschratt21-Feb-10 2:07
Aschratt21-Feb-10 2:07 
GeneralRe: Direct3D Types as interface parameters Pin
Jonathan Davies21-Feb-10 2:24
Jonathan Davies21-Feb-10 2:24 
GeneralRe: Direct3D Types as interface parameters Pin
Aschratt21-Feb-10 2:32
Aschratt21-Feb-10 2:32 
GeneralRe: Direct3D Types as interface parameters Pin
Jonathan Davies21-Feb-10 3:26
Jonathan Davies21-Feb-10 3:26 
GeneralRe: Direct3D Types as interface parameters [modified] Pin
Aschratt21-Feb-10 4:42
Aschratt21-Feb-10 4:42 
GeneralRe: Direct3D Types as interface parameters Pin
Jonathan Davies21-Feb-10 6:23
Jonathan Davies21-Feb-10 6:23 
GeneralRe: Direct3D Types as interface parameters Pin
Aschratt21-Feb-10 6:24
Aschratt21-Feb-10 6:24 
QuestionHow to create EXE setup file using VS2005,VS2008 Pin
am 20096-Feb-10 6:14
am 20096-Feb-10 6:14 
AnswerRe: How to create EXE setup file using VS2005,VS2008 Pin
KingsGambit6-Feb-10 6:38
KingsGambit6-Feb-10 6:38 

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.