Click here to Skip to main content
15,911,646 members
Home / Discussions / C#
   

C#

 
GeneralRe: SqlExceptions Pin
Expert Coming12-Feb-08 5:20
Expert Coming12-Feb-08 5:20 
QuestionHow can I capture window of a client using C# and asp3.0? Pin
monSur hoq11-Feb-08 23:54
monSur hoq11-Feb-08 23:54 
GeneralRe: How can I capture window of a client using C# and asp3.0? Pin
Joachim Kerschbaumer11-Feb-08 23:58
Joachim Kerschbaumer11-Feb-08 23:58 
General[Message Deleted] Pin
monSur hoq12-Feb-08 1:06
monSur hoq12-Feb-08 1:06 
GeneralRe: How can I capture window of a client using C# and asp3.0? Pin
Joachim Kerschbaumer12-Feb-08 1:12
Joachim Kerschbaumer12-Feb-08 1:12 
GeneralRe: How can I capture window of a client using C# and asp3.0? Pin
monSur hoq12-Feb-08 1:24
monSur hoq12-Feb-08 1:24 
GeneralRe: How can I capture window of a client using C# and asp3.0? Pin
Joachim Kerschbaumer12-Feb-08 2:05
Joachim Kerschbaumer12-Feb-08 2:05 
AnswerRe: How can I capture window of a client using C# and asp3.0? Pin
Guffa12-Feb-08 0:46
Guffa12-Feb-08 0:46 
That code would run on the server, not on the client. It would capture the server screen instead of the client screen, but as the web server process doesn't have a user interface, it will not be able to capture anything at all.

To be able to capture the client screen, you would have to build an ActiveX component that you could run in the browser.

Experience is the sum of all the mistakes you have done.

GeneralRe: How can I capture window of a client using C# and asp3.0? Pin
monSur hoq12-Feb-08 0:59
monSur hoq12-Feb-08 0:59 
GeneralRe: How can I capture window of a client using C# and asp3.0? Pin
Guffa12-Feb-08 3:30
Guffa12-Feb-08 3:30 
GeneralThe ConnectionString property has not been initialized Pin
D i x y11-Feb-08 23:08
D i x y11-Feb-08 23:08 
GeneralRe: The ConnectionString property has not been initialized Pin
Joachim Kerschbaumer12-Feb-08 0:03
Joachim Kerschbaumer12-Feb-08 0:03 
GeneralRe: The ConnectionString property has not been initialized Pin
Ravenet12-Feb-08 15:03
Ravenet12-Feb-08 15:03 
QuestionVS2005 Problem ?? Pin
stancrm11-Feb-08 22:38
stancrm11-Feb-08 22:38 
AnswerRe: VS2005 Problem ?? Pin
Christian Graus11-Feb-08 22:49
protectorChristian Graus11-Feb-08 22:49 
AnswerRe: VS2005 Problem ?? Pin
blakey40412-Feb-08 2:00
blakey40412-Feb-08 2:00 
GeneralBenchmarking code snippets Pin
invictus311-Feb-08 22:15
invictus311-Feb-08 22:15 
GeneralRe: Benchmarking code snippets Pin
Luc Pattyn11-Feb-08 23:06
sitebuilderLuc Pattyn11-Feb-08 23:06 
GeneralRe: Benchmarking code snippets Pin
invictus311-Feb-08 23:09
invictus311-Feb-08 23:09 
GeneralRe: Benchmarking code snippets Pin
DavidNohejl11-Feb-08 23:21
DavidNohejl11-Feb-08 23:21 
GeneralRe: Benchmarking code snippets Pin
invictus311-Feb-08 23:35
invictus311-Feb-08 23:35 
QuestionDoes Design Time property builder cause more loading time for a Windows Custom Control ? Pin
BusinessMan11-Feb-08 21:46
BusinessMan11-Feb-08 21:46 
AnswerRe: Does Design Time property builder cause more loading time for a Windows Custom Control ? Pin
Ravenet12-Feb-08 15:06
Ravenet12-Feb-08 15:06 
QuestionNot sure if RichTextBox can do this? Pin
Dewald11-Feb-08 21:29
Dewald11-Feb-08 21:29 
AnswerRe: Not sure if RichTextBox can do this? Pin
stancrm11-Feb-08 22:35
stancrm11-Feb-08 22:35 

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.