Click here to Skip to main content
15,920,031 members
Home / Discussions / Mobile
   

Mobile

 
AnswerUpdate - still confused .... Pin
LittleYellowBird3-Jul-06 0:46
LittleYellowBird3-Jul-06 0:46 
GeneralRe: Update - still confused .... Pin
Mike Dimmick3-Jul-06 1:49
Mike Dimmick3-Jul-06 1:49 
GeneralRe: Update - still confused .... Pin
LittleYellowBird3-Jul-06 2:21
LittleYellowBird3-Jul-06 2:21 
QuestionTurn off graphical inheritance Pin
donkaiser30-Jun-06 4:44
donkaiser30-Jun-06 4:44 
AnswerRe: Turn off graphical inheritance Pin
Mike Dimmick3-Jul-06 1:35
Mike Dimmick3-Jul-06 1:35 
Questionhow can i write a c++ program in BREW in helloworld applets. Pin
nitinjdalal30-Jun-06 1:41
nitinjdalal30-Jun-06 1:41 
QuestionTransparent controls Pin
Fernando A. Gomez F.29-Jun-06 6:10
Fernando A. Gomez F.29-Jun-06 6:10 
AnswerRe: Transparent controls Pin
Mike Dimmick3-Jul-06 1:27
Mike Dimmick3-Jul-06 1:27 
You can handle the WM_CTLCOLORLISTBOX message for the CListBox. Use GetStockObject to get a NULL_BRUSH and return that. Note that MFC, for legacy reasons, uses OnCtlColor instead - Windows 3.x used WM_CTLCOLOR but this was replaced by the new messages in 32-bit Windows because there was no longer room for all the parameters. Call your base class's implementation to get it to set up the other colours appropriately.

For a CListCtrl, you should be able to use SetBkColor(CLR_NONE). If that doesn't work you should handle the NM_CUSTOMDRAW notification.

Stability. What an interesting concept. -- Chris Maunder
QuestionAuto connect to internet Pin
Pius__X28-Jun-06 3:43
Pius__X28-Jun-06 3:43 
AnswerRe: Auto connect to internet Pin
f.vanvugt3-Jul-06 21:51
f.vanvugt3-Jul-06 21:51 
QuestionDiff between ASP.NET moibile web appli. and Smart Device appli. [modified] Pin
Exelioindia27-Jun-06 23:57
Exelioindia27-Jun-06 23:57 
Questionapplication used by another program Pin
donkaiser27-Jun-06 11:08
donkaiser27-Jun-06 11:08 
AnswerRe: application used by another program Pin
traapons3-Jul-06 21:42
traapons3-Jul-06 21:42 
QuestionMultipart MIME Type Support Pin
sommarafton27-Jun-06 5:18
sommarafton27-Jun-06 5:18 
Questionreading user data in a mobile system. Pin
Sina Parastgary26-Jun-06 7:33
Sina Parastgary26-Jun-06 7:33 
AnswerRe: reading user data in a mobile system. [modified] Pin
Michael Hendrickx29-Jun-06 1:51
Michael Hendrickx29-Jun-06 1:51 
QuestionHow to install MMIT and its requirements Pin
Exelioindia26-Jun-06 0:36
Exelioindia26-Jun-06 0:36 
AnswerRe: How to install MMIT and its requirements Pin
Mike Dimmick26-Jun-06 2:27
Mike Dimmick26-Jun-06 2:27 
QuestionRe: How to install MMIT and its requirements Pin
Exelioindia26-Jun-06 21:40
Exelioindia26-Jun-06 21:40 
QuestionA place for network programmers [modified] Pin
Reza Shademani24-Jun-06 23:49
Reza Shademani24-Jun-06 23:49 
Questionapplication reqd to push object from desktop to bluetooth device Pin
piyushnarain24-Jun-06 2:37
piyushnarain24-Jun-06 2:37 
AnswerRe: application reqd to push object from desktop to bluetooth device Pin
Gavin Roberts17-Jul-06 1:00
Gavin Roberts17-Jul-06 1:00 
QuestionReading PocketOutlook email Pin
Duffy5423-Jun-06 2:50
Duffy5423-Jun-06 2:50 
Questione.NET CF Installation Pin
analytiks21-Jun-06 17:27
analytiks21-Jun-06 17:27 
AnswerRe: e.NET CF Installation Pin
Chris S Kaiser23-Jun-06 17:30
Chris S Kaiser23-Jun-06 17:30 

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.