Click here to Skip to main content
15,891,204 members
Home / Discussions / Mobile
   

Mobile

 
GeneralHelp with SetLocalTime :confused: Pin
ghrm13-Dec-03 11:30
ghrm13-Dec-03 11:30 
GeneralRunning a Compact Framework App on a desktop PC Pin
Nigel Savidge12-Dec-03 5:08
Nigel Savidge12-Dec-03 5:08 
GeneralRe: Running a Compact Framework App on a desktop PC Pin
CJCraft.com13-Feb-04 9:46
CJCraft.com13-Feb-04 9:46 
GeneralScrolling dialog in CE Pin
#realJSOP12-Dec-03 3:25
mve#realJSOP12-Dec-03 3:25 
GeneralRe: Scrolling dialog in CE Pin
João Paulo Figueira12-Dec-03 3:44
professionalJoão Paulo Figueira12-Dec-03 3:44 
GeneralRe: Scrolling dialog in CE Pin
#realJSOP12-Dec-03 6:23
mve#realJSOP12-Dec-03 6:23 
GeneralRe: Scrolling dialog in CE Pin
João Paulo Figueira12-Dec-03 7:17
professionalJoão Paulo Figueira12-Dec-03 7:17 
GeneralRe: Scrolling dialog in CE (edited) Pin
João Paulo Figueira12-Dec-03 7:32
professionalJoão Paulo Figueira12-Dec-03 7:32 
John Simmons / outlaw programmer wrote:
3) The scrollbar has to fit between the titlebar and the active SIP keyboard.

You will need to remove the header. Add these lines to the top of the CScrollDialog constructor:

if(m_strTitle.GetLength() == 0)
	m_nHeaderHeight = 0;
else
	m_nHeaderHeight = 22;


and at the top of CScrollDialog::PaintHeader:

if(!m_nHeaderHeight)
	return;


Now, when declaring the dialog, use this:

CScrollDialog   dlg(_T(""));


I´m looking into the SIP down correction...

Regards,
João Paulo
GeneralRe: Scrolling dialog in CE (edited) Pin
#realJSOP12-Dec-03 7:53
mve#realJSOP12-Dec-03 7:53 
GeneralRe: Scrolling dialog in CE (edited) Pin
João Paulo Figueira12-Dec-03 8:16
professionalJoão Paulo Figueira12-Dec-03 8:16 
GeneralRe: Scrolling dialog in CE (edited) Pin
#realJSOP12-Dec-03 9:05
mve#realJSOP12-Dec-03 9:05 
GeneralRe: Scrolling dialog in CE (edited) Pin
#realJSOP12-Dec-03 8:05
mve#realJSOP12-Dec-03 8:05 
GeneralProblems with GROUP BY clause... Pin
nigs_krec12-Dec-03 0:28
nigs_krec12-Dec-03 0:28 
GeneralRe: Problems with GROUP BY clause... Pin
João Paulo Figueira12-Dec-03 3:50
professionalJoão Paulo Figueira12-Dec-03 3:50 
GeneralHelp Please!!! Pin
Rassul Yunussov10-Dec-03 22:31
Rassul Yunussov10-Dec-03 22:31 
GeneralRe: Help Please!!! Pin
Anonymous25-Dec-03 18:54
Anonymous25-Dec-03 18:54 
GeneralRe: Help Please!!! Pin
Rassul Yunussov31-Dec-03 19:00
Rassul Yunussov31-Dec-03 19:00 
GeneralPocket PC Emulator again Pin
BlackRider10-Dec-03 19:05
BlackRider10-Dec-03 19:05 
GeneralRe: Pocket PC Emulator again Pin
BlackRider10-Dec-03 23:31
BlackRider10-Dec-03 23:31 
Generalembed richink control in MFC CDialog Pin
ppp00110-Dec-03 16:08
ppp00110-Dec-03 16:08 
GeneralConect to service Pin
gadgetfbi10-Dec-03 14:54
gadgetfbi10-Dec-03 14:54 
GeneralCCeSocket Problem Pin
cbusgut8-Dec-03 23:53
cbusgut8-Dec-03 23:53 
GeneralCreateToolhelp32Snapshot is unresolved Pin
GDavy8-Dec-03 22:20
GDavy8-Dec-03 22:20 
GeneralRe: CreateToolhelp32Snapshot is unresolved Pin
GDavy8-Dec-03 22:33
GDavy8-Dec-03 22:33 
Generalprocess memory Pin
GDavy8-Dec-03 21:05
GDavy8-Dec-03 21:05 

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.