Arif
2010-01-06 08:06:17 UTC
Hi All,
I am using VS 2008. I wanted to add a checkbox inside a tab
control in a simple Win32 project.
but it's not straight forward it seems.
This how I did it
step 1: Created a Visual C++->Win32->Win32 Project
it created a winows application project....
step 2 : double click RC file of project , went to dialog ...
there is one dialog automatically generated by VS2008..
about dialog...
double clicked it
step 3: increased size of this dilaog ...
step 4 : Clicked Tab control in Toolbox and created a tab on this
about dialog
step 5: clicked checkbox in toolbox and created a check box in visual
boundies of Tab control....
assuming that it will create a check box inside tab
control but it did not....
step 6: Moving tab control shows clearly that checkbox is not inside
it...it's outside tab
step 7 ... tried looking in properties of Tab control , could not
figoure out any property which will do this ...
moreover also could not figure out how to add/delete/edit
tabs...using properties panel of VS2008
Searching over net shows me only MFC and .Net solutions, but could not
find anything related to plain Win32 controls.
even on the msdn i wasn't able to find anything other than this
http://msdn.microsoft.com/en-us/library/w149892x.aspx
which is a .Net solution...
I think it's a very basic problem, and I am missing something very
basic ..any help would be appreciated.
Thanks in advance,
-Arif
I am using VS 2008. I wanted to add a checkbox inside a tab
control in a simple Win32 project.
but it's not straight forward it seems.
This how I did it
step 1: Created a Visual C++->Win32->Win32 Project
it created a winows application project....
step 2 : double click RC file of project , went to dialog ...
there is one dialog automatically generated by VS2008..
about dialog...
double clicked it
step 3: increased size of this dilaog ...
step 4 : Clicked Tab control in Toolbox and created a tab on this
about dialog
step 5: clicked checkbox in toolbox and created a check box in visual
boundies of Tab control....
assuming that it will create a check box inside tab
control but it did not....
step 6: Moving tab control shows clearly that checkbox is not inside
it...it's outside tab
step 7 ... tried looking in properties of Tab control , could not
figoure out any property which will do this ...
moreover also could not figure out how to add/delete/edit
tabs...using properties panel of VS2008
Searching over net shows me only MFC and .Net solutions, but could not
find anything related to plain Win32 controls.
even on the msdn i wasn't able to find anything other than this
http://msdn.microsoft.com/en-us/library/w149892x.aspx
which is a .Net solution...
I think it's a very basic problem, and I am missing something very
basic ..any help would be appreciated.
Thanks in advance,
-Arif