Click here to Skip to main content
15,922,894 members
Home / Discussions / C#
   

C#

 
GeneralRe: HELP resolving host to IP not working! Pin
Richard MacCutchan6-Jun-12 22:20
mveRichard MacCutchan6-Jun-12 22:20 
GeneralRe: HELP resolving host to IP not working! Pin
Peter_in_27806-Jun-12 17:30
professionalPeter_in_27806-Jun-12 17:30 
GeneralRe: HELP resolving host to IP not working! Pin
Mikhail Radovilskiy7-Jun-12 4:44
Mikhail Radovilskiy7-Jun-12 4:44 
Questioncần giúp đỡ về code xe chuyển động Pin
ng0_gia6-Jun-12 7:36
ng0_gia6-Jun-12 7:36 
AnswerRe: cần giúp đỡ về code xe chuyển động Pin
OriginalGriff6-Jun-12 8:21
mveOriginalGriff6-Jun-12 8:21 
AnswerRe: cần giúp đỡ về code xe chuyển động Pin
Abhinav S6-Jun-12 16:05
Abhinav S6-Jun-12 16:05 
AnswerRe: cần giúp đỡ về code xe chuyển động Pin
egenis6-Jun-12 18:40
egenis6-Jun-12 18:40 
GeneralRe: cần giúp đỡ về code xe chuyển động Pin
OriginalGriff6-Jun-12 19:17
mveOriginalGriff6-Jun-12 19:17 
GeneralRe: cần giúp đỡ về code xe chuyển động Pin
egenis7-Jun-12 7:23
egenis7-Jun-12 7:23 
GeneralRe: cần giúp đỡ về code xe chuyển động Pin
OriginalGriff7-Jun-12 8:00
mveOriginalGriff7-Jun-12 8:00 
GeneralRe: cần giúp đỡ về code xe chuyển động Pin
egenis7-Jun-12 18:53
egenis7-Jun-12 18:53 
QuestionHandle Touches in Windows to Hide/Show my Application Pin
danielnbarros6-Jun-12 3:54
danielnbarros6-Jun-12 3:54 
AnswerRe: Handle Touches in Windows to Hide/Show my Application Pin
Eddy Vluggen6-Jun-12 7:13
professionalEddy Vluggen6-Jun-12 7:13 
QuestionScreen Shot save C# ENG Pin
vlad5536-Jun-12 1:55
vlad5536-Jun-12 1:55 
AnswerRe: Screen Shot save C# Pin
Dave Kreskowiak6-Jun-12 2:00
mveDave Kreskowiak6-Jun-12 2:00 
Questionc# twain ImageMemXfer Pin
lllws6-Jun-12 0:58
lllws6-Jun-12 0:58 
AnswerRe: c# twain ImageMemXfer Pin
Dave Kreskowiak6-Jun-12 1:59
mveDave Kreskowiak6-Jun-12 1:59 
AnswerRe: c# twain ImageMemXfer Pin
Eddy Vluggen6-Jun-12 3:31
professionalEddy Vluggen6-Jun-12 3:31 
Questionmake Invoke from main thread to secondary Pin
Talon_Karrde5-Jun-12 21:59
Talon_Karrde5-Jun-12 21:59 
AnswerRe: make Invoke from main thread to secondary Pin
Eddy Vluggen6-Jun-12 3:31
professionalEddy Vluggen6-Jun-12 3:31 
AnswerRe: make Invoke from main thread to secondary Pin
BobJanova6-Jun-12 4:16
BobJanova6-Jun-12 4:16 
GeneralRe: make Invoke from main thread to secondary Pin
Talon_Karrde10-Jun-12 21:00
Talon_Karrde10-Jun-12 21:00 
QuestionC#, Outlook 2010, and Attaching Signatures Pin
SRoyalty5-Jun-12 1:51
SRoyalty5-Jun-12 1:51 
QuestionScreen Capture API Pin
Arjun Menon U.K5-Jun-12 0:51
Arjun Menon U.K5-Jun-12 0:51 
AnswerRe: Screen Capture API Pin
Dave Kreskowiak5-Jun-12 1:37
mveDave Kreskowiak5-Jun-12 1:37 
No, but you can write your own code to do whatever it is you need.

Capturing a window image is as easy as Alt-PrtScr, you could use the Graphics.CopyFromScreen[^] method to capture what's on screen.

Or, there's even an article here[^] to convert a web page to an image.

Or you can dig through the results of Googling for "c# capture web page as image[^]" to see if anything fit what's you trying to do.

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.