Click here to Skip to main content
16,005,080 members
Home / Discussions / Mobile
   

Mobile

 
AnswerRe: Highlighting a row in DataGrid - desktop code does not work Pin
RajXXXXX5-May-07 6:01
RajXXXXX5-May-07 6:01 
Questionerror RDA Pin
SVb.net4-May-07 23:30
SVb.net4-May-07 23:30 
Questionsaving data after the device has been closed Pin
steve_rm4-May-07 0:05
steve_rm4-May-07 0:05 
QuestionBreakpoint Problem Pin
Blue_Boy3-May-07 22:03
Blue_Boy3-May-07 22:03 
AnswerFound Solution Pin
Blue_Boy3-May-07 22:41
Blue_Boy3-May-07 22:41 
QuestionVideo calling (Video Telephony)in windows mobile 6.0 crossbow Pin
badal_akr3-May-07 17:57
badal_akr3-May-07 17:57 
Question"Save Password" on asp.net mobile pages? Pin
Kir Birger2-May-07 10:44
Kir Birger2-May-07 10:44 
QuestionRadio Button owner draw problem Pin
Shailesh Namjoshi1-May-07 20:13
Shailesh Namjoshi1-May-07 20:13 
I am using CMyButtonclass(for eg) derived from CButton Class from MFC and using DrawItem method for drawing own child controls.Except radiobuttons everthing is perfect till the time....but the thing is i am getting the controls drawn on a window perfectly....now i am getting the problem in handling that....i.e.I need to handle the radio button events ....CHECKED and UNCHECKED.....

....for that i need a Handle of Parent window...

I have options of GetParent() method...I am using like this....

CWnd *p =GetParent(); from where i am getting the handle of that....i want the functionality of radiobuttons to be in my derived class so i am doingn that....



Can Any one find the solution of controlling the radio button in derived class so that event handling can be done in that only....



This is what i am trying to get that handle//....



CWnd *pChild = NULL;

for (pChild=GetWindow(GW_CHILD); pChild; pChild=GetWindow(GW_HWNDNEXT))

{

if (pChild == pBtn)

{

((CRadioButtonEx *)pChild)->SetCheckStatus(false);

((CRadioButtonEx *)pChild)->Invalidate(TRUE);

}

}
Basically m derived class should able to handle the Events associated with the radio buttons....

Can any one know the solution....


QuestionOpening a TCP/IP connection over ActiveSync Pin
GuyM1-May-07 4:49
GuyM1-May-07 4:49 
QuestionFolderBrowserDialog Pin
Tink30-Apr-07 11:40
Tink30-Apr-07 11:40 
QuestionRunning app on windows CE Pin
Tjie Pouw30-Apr-07 1:50
Tjie Pouw30-Apr-07 1:50 
QuestionLink on "Today" Pin
AlexB4727-Apr-07 2:25
AlexB4727-Apr-07 2:25 
AnswerRe: Link on "Today" Pin
Mike Dimmick27-Apr-07 6:44
Mike Dimmick27-Apr-07 6:44 
QuestionStandard input on WinCE Pin
Cedric Moonen25-Apr-07 23:47
Cedric Moonen25-Apr-07 23:47 
QuestionHow to add a shortcut under Start Menu/Settings/Connections tab in Pocket PC Pin
snprani25-Apr-07 0:51
snprani25-Apr-07 0:51 
Questionspeech Recognition in pocket pc Pin
meghu25-Apr-07 0:50
meghu25-Apr-07 0:50 
Questionhow can I read Unique DeviceID on Pocket PC using C# Pin
Blue_Boy24-Apr-07 22:02
Blue_Boy24-Apr-07 22:02 
AnswerRe: how can I read Unique DeviceID on Pocket PC using C# Pin
Christopher Fairbairn22-May-07 15:58
Christopher Fairbairn22-May-07 15:58 
QuestionAttaching text file to email using VB.net Pin
finicio24-Apr-07 5:31
finicio24-Apr-07 5:31 
Questioninstall sql server ce Pin
SVb.net24-Apr-07 3:56
SVb.net24-Apr-07 3:56 
Questionfopen in windows mobile Pin
the pink jedi23-Apr-07 5:57
the pink jedi23-Apr-07 5:57 
QuestionOpen GPRS Connection Pin
Blue_Boy23-Apr-07 3:01
Blue_Boy23-Apr-07 3:01 
QuestionHow to attach WinCE emulator into VS 2005 Pin
ctlqt1221-Apr-07 5:28
ctlqt1221-Apr-07 5:28 
QuestionDetect call in progress Pin
CarpenterJim21-Apr-07 2:51
CarpenterJim21-Apr-07 2:51 
AnswerRe: Detect call in progress Pin
Rajesh R Subramanian2-May-07 23:24
professionalRajesh R Subramanian2-May-07 23:24 

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.