Click here to Skip to main content
15,919,479 members
Home / Discussions / Mobile
   

Mobile

 
QuestionMultilingual Support for PPC2003? Pin
ahmadzafar11-Nov-05 23:28
ahmadzafar11-Nov-05 23:28 
QuestionHelp..., How to start programming database application for Win CE.Net using VB.Net correctly? Pin
Zakiah10-Nov-05 23:37
Zakiah10-Nov-05 23:37 
AnswerRe: Help..., How to start programming database application for Win CE.Net using VB.Net correctly? Pin
SpeBeeTo5-Dec-05 5:11
SpeBeeTo5-Dec-05 5:11 
Questionrecvfrom() - blocked in Win CE 4.2 Pin
DasdaDAS10-Nov-05 22:29
DasdaDAS10-Nov-05 22:29 
QuestionVS2005 native code for WinCE.NET 4.2 Pin
besmel9-Nov-05 21:45
besmel9-Nov-05 21:45 
Questionremote login Pin
eero_p9-Nov-05 20:16
eero_p9-Nov-05 20:16 
Question.NET With Bluetooth Pin
Newbie_Toy9-Nov-05 17:46
Newbie_Toy9-Nov-05 17:46 
QuestionNeed help getting a screenshot from a ce device Pin
RBlyth7-Nov-05 22:37
RBlyth7-Nov-05 22:37 
Using a pc I would use
GetBitmapBits
to get all the bits that make up an image, CE 4 however does not support this Confused | :confused:
I have tried a load of things to get the bitmap bits

the latest is this
//Get a handle to the screen DC
HDC hdcScreen = CreateDC(_T("DISPLAY"), NULL, NULL, NULL);
//CREATE A COMPATIBLE DC
HDC hdcCompatible = CreateCompatibleDC(hdcScreen);

// Create a compatible bitmap for hdcScreen.
HBITMAP hbmScreen = CreateCompatibleBitmAP(hdcScreen,lBitmap.bmWidth,lBitmap.bmHeight);

//PUT OBJECT IN TO THE DC TO BE POPULATED WITH INFO
SelectObject(hdcCompatible, hbmScreen);
//COPY INFO FROM SCREEN DC TO COMPATIBLE DC
BitBlt(hdcCompatible,0,0,lBitmap.bmWidth,lBitmap.bmHeight,hdcScreen,0,0,SRCCOPY);

So at this point i would expect the hbmScreen to be populated with all the current screen information, the next thing i need to do is see all that info in a bitmap i thought somthing like this might work but no

BITMAP* bitmap = (BITMAP*)hbmScreen;

I thought the above would allow me to get the bitmapbits as below

bitmap.bmBits

but I get bugger all back, this is begining to get on my tits, so if anyone knows any way of getting the raw data and can post up the example code or even show me where i am going wrong I would be oh so happyBlush | :O Roll eyes | :rolleyes:
Questionwindows pocket pc 2003 Pin
hytechpro_gaurav6-Nov-05 18:26
hytechpro_gaurav6-Nov-05 18:26 
QuestionPrinting in .net Compact Framework Pin
tkaub16-Nov-05 1:09
tkaub16-Nov-05 1:09 
AnswerRe: Printing in .net Compact Framework Pin
Jumba66663-Feb-06 10:44
Jumba66663-Feb-06 10:44 
QuestionFinding/Setting CPU speed XSCALE Pin
2hdass5-Nov-05 3:51
2hdass5-Nov-05 3:51 
Question.NET Compact Framework and Diaog Form Pin
smoitry3-Nov-05 12:26
smoitry3-Nov-05 12:26 
QuestionWM_DEVICECHANGE? Detecting new hardware under WinCE? Pin
Roland E.3-Nov-05 2:53
Roland E.3-Nov-05 2:53 
AnswerRe: WM_DEVICECHANGE? Detecting new hardware under WinCE? Pin
vikas amin15-Nov-05 21:42
vikas amin15-Nov-05 21:42 
AnswerRe: WM_DEVICECHANGE? Detecting new hardware under WinCE? Pin
kuykens23-Nov-05 22:09
kuykens23-Nov-05 22:09 
QuestionMicrocontroller programming and interfacing with sonar Pin
annp2-Nov-05 21:23
annp2-Nov-05 21:23 
QuestionSmartPhone 2003 DataGrid problem Pin
Carey Parks2-Nov-05 8:03
Carey Parks2-Nov-05 8:03 
QuestionBeginner needs help, any advise welcomed Pin
GODSP33D31-Oct-05 16:10
GODSP33D31-Oct-05 16:10 
AnswerRe: Beginner needs help, any advise welcomed Pin
MalikRizwan31-Oct-05 18:56
MalikRizwan31-Oct-05 18:56 
GeneralRe: Beginner needs help, any advise welcomed Pin
GODSP33D2-Nov-05 7:56
GODSP33D2-Nov-05 7:56 
GeneralRe: Beginner needs help, any advise welcomed Pin
HarshalP3-Nov-05 1:13
HarshalP3-Nov-05 1:13 
GeneralRe: Beginner needs help, any advise welcomed Pin
MalikRizwan8-Nov-05 22:55
MalikRizwan8-Nov-05 22:55 
GeneralRe: Beginner needs help, any advise welcomed Pin
vikas amin15-Nov-05 22:23
vikas amin15-Nov-05 22:23 
QuestionInterest in Palm? Pin
Shawn Poulson31-Oct-05 2:39
Shawn Poulson31-Oct-05 2:39 

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.