Click here to Skip to main content
15,909,205 members
Home / Discussions / C#
   

C#

 
GeneralRe: applying splitter resizing on tab pages Pin
Jay Shankar26-Aug-04 1:39
Jay Shankar26-Aug-04 1:39 
GeneralRe: applying splitter resizing on tab pages Pin
Heath Stewart26-Aug-04 8:14
protectorHeath Stewart26-Aug-04 8:14 
GeneralRe: applying splitter resizing on tab pages Pin
Jay Shankar26-Aug-04 16:24
Jay Shankar26-Aug-04 16:24 
GeneralRe: applying splitter resizing on tab pages Pin
Heath Stewart26-Aug-04 8:13
protectorHeath Stewart26-Aug-04 8:13 
GeneralRe: applying splitter resizing on tab pages Pin
Jay Shankar26-Aug-04 16:43
Jay Shankar26-Aug-04 16:43 
GeneralRe: applying splitter resizing on tab pages Pin
Heath Stewart27-Aug-04 8:59
protectorHeath Stewart27-Aug-04 8:59 
Generalrecording screens on PocketPc's Pin
pat27088126-Aug-04 1:09
pat27088126-Aug-04 1:09 
GeneralRe: recording screens on PocketPc's Pin
Heath Stewart26-Aug-04 7:42
protectorHeath Stewart26-Aug-04 7:42 
You do this the same way you would in Windows, with calls to GetWindowDC and BitBlt to copy the source bitmap to a compatible desination bitmap.

If you're doing this in .NET (you are in the C# forum after all), you have to P/Invoke these calls.

Read the article Capturing the Screen Image in C#[^] but keep in mind that not all managed and unmanaged APIs are available on the Windows CE platform (on which Pocket PC is built). More APIs are available in Windows CE .NET 4.x than in Windows CE 3.x and below, but both should have enough to get the job done (basic GDI APIs).

As for the timer, the System.Threading.Timer class is the only timer class supported by .NET CF. See the .NET Framework SDK documentation for more details, or write your own timer. It's fairly straight-forward to use and I have discussed it in regard to .NET CF before, so you can also click "Search comments" above this message board and search for that thread.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles]
GeneralRe: recording screens on PocketPc's Pin
Not Active26-Aug-04 9:38
mentorNot Active26-Aug-04 9:38 
GeneralRe: recording screens on PocketPc's Pin
pat27088126-Aug-04 11:14
pat27088126-Aug-04 11:14 
GeneralRe: recording screens on PocketPc's Pin
pat27088126-Aug-04 11:46
pat27088126-Aug-04 11:46 
GeneralSending Faxes Pin
Majid Shahabfar25-Aug-04 22:57
Majid Shahabfar25-Aug-04 22:57 
GeneralRe: Sending Faxes Pin
David Salter26-Aug-04 0:02
David Salter26-Aug-04 0:02 
GeneralRe: Sending Faxes Pin
Majid Shahabfar26-Aug-04 1:45
Majid Shahabfar26-Aug-04 1:45 
Generalpostion of text in label and text in textbox is not same Pin
arbrsoft25-Aug-04 21:35
arbrsoft25-Aug-04 21:35 
GeneralRe: postion of text in label and text in textbox is not same Pin
Steve Maier26-Aug-04 7:22
professionalSteve Maier26-Aug-04 7:22 
GeneralRe: postion of text in label and text in textbox is not same Pin
Heath Stewart26-Aug-04 8:04
protectorHeath Stewart26-Aug-04 8:04 
GeneralVirtual Listview Pin
Member 123021825-Aug-04 20:03
Member 123021825-Aug-04 20:03 
GeneralRe: Virtual Listview Pin
Dave Kreskowiak26-Aug-04 3:12
mveDave Kreskowiak26-Aug-04 3:12 
GeneralRe: Virtual Listview Pin
Heath Stewart26-Aug-04 7:47
protectorHeath Stewart26-Aug-04 7:47 
GeneralRe: Virtual Listview Pin
Heath Stewart26-Aug-04 7:55
protectorHeath Stewart26-Aug-04 7:55 
GeneralChange the color of Listview Cell Pin
vjay_rk25-Aug-04 19:57
sussvjay_rk25-Aug-04 19:57 
GeneralRe: Change the color of Listview Cell Pin
David Salter25-Aug-04 22:30
David Salter25-Aug-04 22:30 
GeneralProbelm with crystal reports Pin
Miroblue0525-Aug-04 16:20
Miroblue0525-Aug-04 16:20 
GeneralRe: Probelm with crystal reports Pin
Michael P Butler26-Aug-04 1:16
Michael P Butler26-Aug-04 1:16 

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.