Click here to Skip to main content
15,905,683 members
Home / Discussions / Mobile
   

Mobile

 
GeneralRetrieving control types Pin
Lvca15-Feb-05 5:35
Lvca15-Feb-05 5:35 
GeneralRe: Retrieving control types Pin
João Paulo Figueira18-Feb-05 5:07
professionalJoão Paulo Figueira18-Feb-05 5:07 
GeneralBlock size Pin
benjymous14-Feb-05 23:00
benjymous14-Feb-05 23:00 
GeneralCoreDll.dll CreateProcess problem Pin
14-Feb-05 16:16
suss14-Feb-05 16:16 
GeneralEnumerate controls in a CDialog(Figuera needed) Pin
Lvca14-Feb-05 0:44
Lvca14-Feb-05 0:44 
GeneralRe: Enumerate controls in a CDialog(Figuera needed) Pin
Lvca14-Feb-05 0:45
Lvca14-Feb-05 0:45 
GeneralRe: Enumerate controls in a CDialog(Figuera needed) Pin
João Paulo Figueira14-Feb-05 3:30
professionalJoão Paulo Figueira14-Feb-05 3:30 
GeneralRe: Enumerate controls in a CDialog(Figuera needed) Pin
Lvca14-Feb-05 13:24
Lvca14-Feb-05 13:24 
thank u very much... I'd like to specify this:

my original idea was to find a way to create a subclass for CDialog... what I want all my dialogs to do is to "SetWindowPos" every controls in a certain way. So ... I thought this: i could use a CMyDialog, derived from CDialog (is this possible?) ... where i get with

::OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor)

..the handles of every controls this way:

int myID;
pDC->GetDlgItem(myID);

and I could use these HANDLES anyway I like.. but...

the problem is: is it possible to subclass CDialog?
is this a bad idea... and why?
GeneralActiveSync behavior Pin
Rassul Yunussov13-Feb-05 19:55
Rassul Yunussov13-Feb-05 19:55 
GeneralXML dlls Pin
Rassul Yunussov13-Feb-05 19:46
Rassul Yunussov13-Feb-05 19:46 
GeneralSmart Device Project Pin
Mitch F.11-Feb-05 16:33
Mitch F.11-Feb-05 16:33 
GeneralRe: Smart Device Project Pin
eli1502197912-Feb-05 20:51
eli1502197912-Feb-05 20:51 
GeneralPhone backup via bluetooth Pin
jerry0davis11-Feb-05 4:50
jerry0davis11-Feb-05 4:50 
GeneralDateTime Picker Pin
1282727277272272710-Feb-05 11:55
1282727277272272710-Feb-05 11:55 
GeneralI tried to make an application with EVC 4.0 Pin
Rassul Yunussov10-Feb-05 5:20
Rassul Yunussov10-Feb-05 5:20 
GeneralUsing a Proxyserver Pin
Seibaer9-Feb-05 3:40
Seibaer9-Feb-05 3:40 
Generalany resources on REX OS Pin
AKSIVAKUMAR8-Feb-05 22:06
AKSIVAKUMAR8-Feb-05 22:06 
GeneralRe: any resources on REX OS Pin
AKSIVAKUMAR10-Feb-05 22:06
AKSIVAKUMAR10-Feb-05 22:06 
GeneralRotating Image Pin
å w å î §..6-Feb-05 22:10
å w å î §..6-Feb-05 22:10 
GeneralPressing Enter quits the program Pin
Cedric Moonen6-Feb-05 21:13
Cedric Moonen6-Feb-05 21:13 
GeneralRe: Pressing Enter quits the program Pin
João Paulo Figueira7-Feb-05 7:07
professionalJoão Paulo Figueira7-Feb-05 7:07 
GeneralRe: Pressing Enter quits the program Pin
Cedric Moonen7-Feb-05 7:09
Cedric Moonen7-Feb-05 7:09 
GeneralRe: Pressing Enter quits the program Pin
João Paulo Figueira7-Feb-05 7:18
professionalJoão Paulo Figueira7-Feb-05 7:18 
GeneralRe: Pressing Enter quits the program Pin
Cedric Moonen7-Feb-05 20:14
Cedric Moonen7-Feb-05 20:14 
QuestionHow to use threads? Pin
radura2-Feb-05 5:43
radura2-Feb-05 5:43 

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.