Click here to Skip to main content
15,914,594 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How can I associate the editbox with the ratio button? (dynamically update editbox ratio button) Pin
Iain Clarke, Warrior Programmer25-Jun-08 6:15
Iain Clarke, Warrior Programmer25-Jun-08 6:15 
GeneralRe: How can I associate the editbox with the ratio button? (dynamically update editbox ratio button) Pin
danginkgo25-Jun-08 20:23
danginkgo25-Jun-08 20:23 
QuestionGrid control with Check boxes....Please Help Pin
Rajesh_Parameswaran25-Jun-08 3:55
Rajesh_Parameswaran25-Jun-08 3:55 
AnswerRe: Grid control with Check boxes....Please Help Pin
Iain Clarke, Warrior Programmer25-Jun-08 4:16
Iain Clarke, Warrior Programmer25-Jun-08 4:16 
GeneralRe: Grid control with Check boxes....Please Help Pin
Rajesh R Subramanian25-Jun-08 4:17
professionalRajesh R Subramanian25-Jun-08 4:17 
GeneralRe: Grid control with Check boxes....Please Help Pin
Iain Clarke, Warrior Programmer25-Jun-08 4:22
Iain Clarke, Warrior Programmer25-Jun-08 4:22 
GeneralRe: Grid control with Check boxes....Please Help Pin
Rajesh_Parameswaran25-Jun-08 22:08
Rajesh_Parameswaran25-Jun-08 22:08 
GeneralRe: Grid control with Check boxes....Please Help Pin
Iain Clarke, Warrior Programmer25-Jun-08 22:27
Iain Clarke, Warrior Programmer25-Jun-08 22:27 
Rajesh_Parameswaran wrote:
Is it possible to move the check box to any other column in the list control?


Nope!

Doing a search for LVS_EX_CHECKBOXES, it pointed me at the ListView_GetCheckState "function". A search of the headers showed this a macro wrapper around LVM_GETITEMSTATE. Further investigation shows this affects a list item, not a sub item.

Maybe you could use owner draw, detect mouse clicks, and use hit test messages and write your own subclasses list control that has sub-checks, but I doubt it's worth the effort when you have other controls as I described in my last email.

Iain.

Plz sir... CPallini CPallini abuz drugz, plz plz help urgent.

QuestionNeed to write the ASCII (230) in XML content section using MSXML 4.0. Pin
AnotherFakeName25-Jun-08 3:27
AnotherFakeName25-Jun-08 3:27 
AnswerRe: Need to write the ASCII (230) in XML content section using MSXML 4.0. Pin
Nemanja Trifunovic25-Jun-08 3:48
Nemanja Trifunovic25-Jun-08 3:48 
GeneralRe: Need to write the ASCII (230) in XML content section using MSXML 4.0. Pin
AnotherFakeName25-Jun-08 4:46
AnotherFakeName25-Jun-08 4:46 
GeneralRe: Need to write the ASCII (230) in XML content section using MSXML 4.0. Pin
Nemanja Trifunovic25-Jun-08 5:07
Nemanja Trifunovic25-Jun-08 5:07 
GeneralRe: Need to write the ASCII (230) in XML content section using MSXML 4.0. Pin
AnotherFakeName25-Jun-08 9:11
AnotherFakeName25-Jun-08 9:11 
GeneralRe: Need to write the ASCII (230) in XML content section using MSXML 4.0. Pin
Nemanja Trifunovic25-Jun-08 11:02
Nemanja Trifunovic25-Jun-08 11:02 
AnswerRe: Need to write the ASCII (230) in XML content section using MSXML 4.0. Pin
AnotherFakeName25-Jun-08 9:11
AnotherFakeName25-Jun-08 9:11 
GeneralRe: Need to write the ASCII (230) in XML content section using MSXML 4.0. Pin
AnotherFakeName25-Jun-08 10:23
AnotherFakeName25-Jun-08 10:23 
QuestionDate change notification Pin
Ali Tavakol25-Jun-08 3:20
Ali Tavakol25-Jun-08 3:20 
AnswerRe: Date change notification [modified] Pin
SandipG 25-Jun-08 3:25
SandipG 25-Jun-08 3:25 
AnswerRe: Date change notification Pin
David Crow25-Jun-08 8:53
David Crow25-Jun-08 8:53 
AnswerRe: Date change notification Pin
Bram van Kampen25-Jun-08 10:57
Bram van Kampen25-Jun-08 10:57 
QuestionEnabling ClearType setting in windows vista changes the font size Pin
subramanyeswari25-Jun-08 2:47
subramanyeswari25-Jun-08 2:47 
QuestionGetting user input into a list control Pin
theCPkid25-Jun-08 2:05
theCPkid25-Jun-08 2:05 
QuestionRe: Getting user input into a list control Pin
Rajesh R Subramanian25-Jun-08 2:42
professionalRajesh R Subramanian25-Jun-08 2:42 
QuestionRe: Getting user input into a list control Pin
theCPkid25-Jun-08 3:32
theCPkid25-Jun-08 3:32 
AnswerRe: Getting user input into a list control Pin
Rajesh R Subramanian25-Jun-08 3:52
professionalRajesh R Subramanian25-Jun-08 3:52 

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.