Click here to Skip to main content
16,017,037 members
Home / Discussions / Mobile
   

Mobile

 
GeneralRe: Where to specify files to be loaded to PDA? Pin
MikeBeard4-Oct-04 15:22
MikeBeard4-Oct-04 15:22 
QuestionHow to do right-click (click and hold) in emulator? Pin
MikeBeard4-Oct-04 10:10
MikeBeard4-Oct-04 10:10 
AnswerRe: How to do right-click (click and hold) in emulator? Pin
Chad Cheng4-Oct-04 11:39
Chad Cheng4-Oct-04 11:39 
GeneralRe: How to do right-click (click and hold) in emulator? Pin
MikeBeard4-Oct-04 15:20
MikeBeard4-Oct-04 15:20 
GeneralRe: How to do right-click (click and hold) in emulator? Pin
MikeBeard5-Oct-04 4:15
MikeBeard5-Oct-04 4:15 
QuestionDid XP-SP2 change something? Pin
MikeBeard4-Oct-04 10:07
MikeBeard4-Oct-04 10:07 
AnswerRe: Did XP-SP2 change something? Pin
thbi19-Oct-04 11:32
thbi19-Oct-04 11:32 
QuestionHow to use the StretchBlt to display bmp file as a size as I want? Pin
Chad Cheng4-Oct-04 5:40
Chad Cheng4-Oct-04 5:40 
hi,all
In my EVC4 project, I need to show a 800*600 bmp picture to a window which
size is 80*50,
I do it in the window's paint function:

Paint(CDC& dc)
{
CDC memDC;
memDC.CreateCompatibleDC(&dc);
HBITMAP oldBmp = (HBITMAP)::SelectObject(memDC.m_hDC, m_hBitmap);//m_hBitmap
is the my bmp picture's handle

StretchBlt(dc.m_hDC,0, 0, 80, 50 ,
memDC.m_hDC, 0, 0, 800 , 600, SRCCOPY);

memDC.SelectObject(oldBmp);

//Copy the content from Memory DC to current DC
dc.BitBlt(0, 0, 80 , 50, &m_MemDC, 0, 0, SRCCOPY);
//here, the picture was showed. But the size is not exactly as 80*50, it is
about 80*40
}

Does anyone happend it before?
And also, in msdn, in stretchBlt(), it says "The only raster operations
Windows CE supports in the dwRop parameter are SRCCOPY and SRCINVERT. Windows
CE does not support mirroring.

" What does mirroring means?

Thanks

QuestionHow many lines in a text file Pin
fizzer6661-Oct-04 4:03
fizzer6661-Oct-04 4:03 
GeneralKeyboard is ON ?! Pin
Hadi Rezaee1-Oct-04 2:08
Hadi Rezaee1-Oct-04 2:08 
GeneralXML Parsing in CE Pin
Rassul Yunussov30-Sep-04 23:51
Rassul Yunussov30-Sep-04 23:51 
Generalpath environment variable Pin
ajaybrar28-Sep-04 17:10
ajaybrar28-Sep-04 17:10 
Generalfunctions in the Windows COM Interface that\n"); Pin
ajaybrar26-Sep-04 17:53
ajaybrar26-Sep-04 17:53 
Questionhow to get the unique device identifier(device id) of a pocket pc Pin
N.chandrasekaran24-Sep-04 20:14
N.chandrasekaran24-Sep-04 20:14 
AnswerRe: how to get the unique device identifier(device id) of a pocket pc Pin
João Paulo Figueira25-Sep-04 9:25
professionalJoão Paulo Figueira25-Sep-04 9:25 
AnswerRe: how to get the unique device identifier(device id) of a pocket pc Pin
eastsea.wu2-Dec-04 20:56
eastsea.wu2-Dec-04 20:56 
GeneralWizard support for other language in eMbedded Visual C++ 4.0 Pin
vegeakhil24-Sep-04 8:57
vegeakhil24-Sep-04 8:57 
GeneralWinCE - display transparent bitmaps Pin
JackSIL24-Sep-04 7:29
JackSIL24-Sep-04 7:29 
GeneralTree View in .Net CF Pin
ppp00123-Sep-04 15:56
ppp00123-Sep-04 15:56 
GeneralThe difference between class 1 and class 2 in Bluetooth Pin
eli1502197922-Sep-04 23:08
eli1502197922-Sep-04 23:08 
GeneralConnecting WinCE to MSDE and ADO.NET Pin
..Hubert..22-Sep-04 1:34
..Hubert..22-Sep-04 1:34 
GeneralEmulator Problem Pin
mathon21-Sep-04 22:31
mathon21-Sep-04 22:31 
Generalbuilding for WinCE Pin
ajaybrar21-Sep-04 1:24
ajaybrar21-Sep-04 1:24 
GeneralPocketPC Emulator, Problems with ActiveSync Pin
Forser17-Sep-04 13:39
Forser17-Sep-04 13:39 
GeneralRe: PocketPC Emulator, Problems with ActiveSync Pin
João Paulo Figueira18-Sep-04 4:27
professionalJoão Paulo Figueira18-Sep-04 4:27 

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.