Click here to Skip to main content
15,915,324 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: controls visible or not at runtime Pin
toxcct30-Jul-06 23:01
toxcct30-Jul-06 23:01 
GeneralRe: controls visible or not at runtime Pin
see me30-Jul-06 23:11
see me30-Jul-06 23:11 
GeneralRe: controls visible or not at runtime Pin
toxcct30-Jul-06 23:13
toxcct30-Jul-06 23:13 
GeneralRe: controls visible or not at runtime Pin
see me30-Jul-06 23:23
see me30-Jul-06 23:23 
GeneralRe: controls visible or not at runtime Pin
toxcct30-Jul-06 23:24
toxcct30-Jul-06 23:24 
AnswerRe: controls visible or not at runtime Pin
_AnsHUMAN_ 30-Jul-06 23:04
_AnsHUMAN_ 30-Jul-06 23:04 
AnswerRe: controls visible or not at runtime Pin
Hamid_RT31-Jul-06 1:00
Hamid_RT31-Jul-06 1:00 
Questiontraversing and modifying CPtrlist [modified] Pin
SteamEngine30-Jul-06 22:41
SteamEngine30-Jul-06 22:41 
POSITION pos = TouchAreaList->GetHeadPosition();
while (pos != NULL)
{TouchAreaList->GetNext(pos);}

wt next...
i want a seperate pointer to point to a specific node in this list how to do that. pos will traverse alright but i want modify the data in a particular node how to do it???


-- modified at 4:42 Monday 31st July, 2006
AnswerRe: traversing and modifying CPtrlist Pin
cje31-Jul-06 4:34
cje31-Jul-06 4:34 
QuestionList of Format Specifiers Pin
QuickDeveloper30-Jul-06 22:17
QuickDeveloper30-Jul-06 22:17 
AnswerRe: List of Format Specifiers Pin
_AnsHUMAN_ 30-Jul-06 22:25
_AnsHUMAN_ 30-Jul-06 22:25 
AnswerRe: List of Format Specifiers Pin
Naveen30-Jul-06 22:29
Naveen30-Jul-06 22:29 
AnswerRe: List of Format Specifiers Pin
toxcct30-Jul-06 22:29
toxcct30-Jul-06 22:29 
AnswerRe: List of Format Specifiers Pin
Hamid_RT30-Jul-06 22:33
Hamid_RT30-Jul-06 22:33 
GeneralRe: List of Format Specifiers Pin
QuickDeveloper30-Jul-06 22:44
QuickDeveloper30-Jul-06 22:44 
GeneralRe: List of Format Specifiers Pin
toxcct30-Jul-06 22:48
toxcct30-Jul-06 22:48 
QuestionRe: List of Format Specifiers Pin
David Crow31-Jul-06 5:09
David Crow31-Jul-06 5:09 
AnswerRe: List of Format Specifiers Pin
toxcct31-Jul-06 5:13
toxcct31-Jul-06 5:13 
QuestionRe: List of Format Specifiers Pin
David Crow31-Jul-06 5:20
David Crow31-Jul-06 5:20 
AnswerRe: List of Format Specifiers Pin
toxcct31-Jul-06 5:23
toxcct31-Jul-06 5:23 
GeneralRe: List of Format Specifiers Pin
Hamid_RT31-Jul-06 0:45
Hamid_RT31-Jul-06 0:45 
GeneralRe: List of Format Specifiers Pin
David Crow31-Jul-06 5:08
David Crow31-Jul-06 5:08 
QuestionViewing in Binary format [modified] Pin
Sarath C30-Jul-06 22:11
Sarath C30-Jul-06 22:11 
AnswerRe: Viewing in Binary format Pin
NiceNaidu30-Jul-06 22:21
NiceNaidu30-Jul-06 22:21 
GeneralRe: Viewing in Binary format Pin
Sarath C30-Jul-06 22:25
Sarath C30-Jul-06 22:25 

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.