Click here to Skip to main content
16,007,932 members
Home / Discussions / Mobile
   

Mobile

 
GeneralPC2002 and PC2003 bluetooth problem Pin
matthewtsai30-Oct-03 0:10
matthewtsai30-Oct-03 0:10 
GeneralBluetooth Protocol Pin
Cedric Moonen29-Oct-03 22:21
Cedric Moonen29-Oct-03 22:21 
GeneralHooking in WinCE Pin
Jinoj29-Oct-03 21:40
Jinoj29-Oct-03 21:40 
GeneralMultiple CScrollViews in the same app Pin
VanHlebar29-Oct-03 14:23
VanHlebar29-Oct-03 14:23 
GeneralRe: Multiple CScrollViews in the same app Pin
João Paulo Figueira29-Oct-03 22:50
professionalJoão Paulo Figueira29-Oct-03 22:50 
GeneralCOM Objects and Pocket PC 2003 Pin
Jon Pawley28-Oct-03 11:24
Jon Pawley28-Oct-03 11:24 
GeneralRe: COM Objects and Pocket PC 2003 Pin
gevalia4-Dec-03 6:17
gevalia4-Dec-03 6:17 
QuestionHow can i specify HTMLctrl to translate using UTF-8? Pin
Norber_OK28-Oct-03 6:01
Norber_OK28-Oct-03 6:01 
I have a dialog based application using a HTML control:

...
m_HtmlViewInstance = ::LoadLibrary(L"htmlview.dll");

VERIFY(InitHTMLControl(AfxGetInstanceHandle()));

DWORD dwStyle = WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS;
RECT rect;
GetClientRect(&rect);
m_hwndHtml = ::CreateWindow (DISPLAYCLASS,NULL,dwStyle,rect.left,rect.top,
rect.right,rect.bottom,m_hWnd,0,m_HtmlViewInstance,
NULL);

::SetWindowLong(m_hwndHtml, GWL_ID, 12321);
::SetFocus (m_hwndHtml);
::SendMessage(m_hwndHtml, WM_SETTEXT, 0, (LPARAM)(LPCTSTR)_T(""));
...
etc..

Anyone knows how to specify the HTMLctrl to translate using UTF-8?
GeneralSwitching views in SDI application Pin
Cedric Moonen28-Oct-03 3:40
Cedric Moonen28-Oct-03 3:40 
GeneralRe: Switching views in SDI application Pin
João Paulo Figueira28-Oct-03 4:51
professionalJoão Paulo Figueira28-Oct-03 4:51 
GeneralRe: Switching views in SDI application Pin
João Paulo Figueira28-Oct-03 4:56
professionalJoão Paulo Figueira28-Oct-03 4:56 
GeneralRe: Switching views in SDI application Pin
VanHlebar28-Oct-03 7:16
VanHlebar28-Oct-03 7:16 
GeneralRe: Switching views in SDI application Pin
Cedric Moonen28-Oct-03 20:35
Cedric Moonen28-Oct-03 20:35 
GeneralMFC Dialogs in PocketPC Pin
cberam28-Oct-03 0:31
cberam28-Oct-03 0:31 
GeneralRe: MFC Dialogs in PocketPC Pin
Cedric Moonen28-Oct-03 3:43
Cedric Moonen28-Oct-03 3:43 
GeneralMobile Web Calendar Pin
mathenjie28-Oct-03 0:05
mathenjie28-Oct-03 0:05 
GeneralScrollView help Pin
VanHlebar26-Oct-03 14:15
VanHlebar26-Oct-03 14:15 
GeneralRe: ScrollView help Pin
João Paulo Figueira26-Oct-03 22:40
professionalJoão Paulo Figueira26-Oct-03 22:40 
GeneralRe: ScrollView help Pin
João Paulo Figueira27-Oct-03 0:42
professionalJoão Paulo Figueira27-Oct-03 0:42 
GeneralRe: ScrollView help Pin
VanHlebar27-Oct-03 4:01
VanHlebar27-Oct-03 4:01 
GeneralRe: ScrollView help Pin
João Paulo Figueira27-Oct-03 4:13
professionalJoão Paulo Figueira27-Oct-03 4:13 
GeneralRe: ScrollView help Pin
VanHlebar27-Oct-03 9:16
VanHlebar27-Oct-03 9:16 
GeneralRe: ScrollView help Pin
João Paulo Figueira27-Oct-03 9:51
professionalJoão Paulo Figueira27-Oct-03 9:51 
GeneralRe: ScrollView help Pin
João Paulo Figueira29-Oct-03 0:20
professionalJoão Paulo Figueira29-Oct-03 0:20 
GeneralAdding bitmaps to menu items Pin
ajhuddy26-Oct-03 13:42
ajhuddy26-Oct-03 13:42 

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.