1
Answer

Screen Capture in ASP.Net

RMadanku

RMadanku

20y
1.6k
1
Hi, I want to capture the current screen in ASP.net, i am using C# as code behind. To capture the screen i used win32 dll's like GetDesktopwindow, GetDC etc. When i build windows application in C# using above said dll's screen capture was working perfectly. But when i try with asp.net the captured image turn to black colour. Please let me know if anyone have idea. Thanks in advance.
Answers (1)
0
gregg 0

gregg 0

NA 9 0 20y
Well, all the code runs on the server. So you are trying to capture a screen print of the server that IIS is on. Not gonna work.
Next Recommended Forum