Click here to Skip to main content
15,891,725 members
Home / Discussions / C#
   

C#

 
QuestionHow To Login To Web Page And Submit File Pin
Kevin Marois19-Jan-11 10:46
professionalKevin Marois19-Jan-11 10:46 
AnswerRe: How To Login To Web Page And Submit File Pin
Not Active19-Jan-11 13:37
mentorNot Active19-Jan-11 13:37 
QuestionWebBrowser - Deliver a password hidden from the user? Pin
Shmulik2819-Jan-11 10:41
Shmulik2819-Jan-11 10:41 
AnswerRe: WebBrowser - Deliver a password hidden from the user? Pin
fjdiewornncalwe19-Jan-11 11:49
professionalfjdiewornncalwe19-Jan-11 11:49 
GeneralRe: WebBrowser - Deliver a password hidden from the user? Pin
Shmulik2819-Jan-11 12:24
Shmulik2819-Jan-11 12:24 
GeneralRe: WebBrowser - Deliver a password hidden from the user? Pin
Not Active19-Jan-11 13:35
mentorNot Active19-Jan-11 13:35 
GeneralRe: WebBrowser - Deliver a password hidden from the user? Pin
Manfred Rudolf Bihy20-Jan-11 9:25
professionalManfred Rudolf Bihy20-Jan-11 9:25 
GeneralRe: WebBrowser - Deliver a password hidden from the user? Pin
Dave Kreskowiak20-Jan-11 10:14
mveDave Kreskowiak20-Jan-11 10:14 
You cannot control how and what other controls see on the clipboard. You have to have the password in a format that is usable by the various textboxes on various websites. You can't rewrite those sites to "properly" handle the password pasting. A password is just text, period. There's nothing secure about the clipboard, in any respect. You cannot prevent the user from seeing this password at all.

To get around the clipboard, you'd have to write some kind of component that holds onto the password on the clients machine. This component would then be accessed by the code on the target websites, written to obtain the password from the component. Therein lies another problem. By your own admission, you cannot change these websites, and it doesn't sound like you can impose on them an interface to use on your system for authentication.

This idea has no way of working in a practical manner that won't be abandoned by the very users you're trying to gather data on.

This has already been done by various vendors. Microsoft has one, bundled with a bunch of other services, called Windows Live.

QuestionC# projects - textbook Pin
eiel19-Jan-11 9:09
eiel19-Jan-11 9:09 
AnswerRe: C# projects - textbook Pin
Dan Mos19-Jan-11 9:46
Dan Mos19-Jan-11 9:46 
AnswerRe: C# projects - textbook Pin
Henry Minute19-Jan-11 15:10
Henry Minute19-Jan-11 15:10 
GeneralRe: C# projects - textbook Pin
V.20-Jan-11 0:22
professionalV.20-Jan-11 0:22 
JokeRe: C# projects - textbook Pin
fjdiewornncalwe20-Jan-11 3:41
professionalfjdiewornncalwe20-Jan-11 3:41 
AnswerRe: C# projects - textbook Pin
Richard MacCutchan19-Jan-11 21:49
mveRichard MacCutchan19-Jan-11 21:49 
AnswerRe: C# projects - textbook Pin
RaviRanjanKr26-Jan-11 2:46
professionalRaviRanjanKr26-Jan-11 2:46 
QuestionRead a XML in web service Pin
abbd19-Jan-11 6:33
abbd19-Jan-11 6:33 
AnswerRe: Read a XML in web service Pin
Henry Minute19-Jan-11 7:54
Henry Minute19-Jan-11 7:54 
GeneralRe: Read a XML in web service Pin
OriginalGriff19-Jan-11 8:28
mveOriginalGriff19-Jan-11 8:28 
AnswerRe: Read a XML in web service Pin
Dan Mos19-Jan-11 8:26
Dan Mos19-Jan-11 8:26 
QuestionRe: Read a XML in web service Pin
abbd19-Jan-11 21:23
abbd19-Jan-11 21:23 
Questionp/invoke _stat Pin
DanielWehrle19-Jan-11 5:16
DanielWehrle19-Jan-11 5:16 
AnswerRe: p/invoke _stat Pin
Richard MacCutchan19-Jan-11 5:53
mveRichard MacCutchan19-Jan-11 5:53 
GeneralRe: p/invoke _stat Pin
DanielWehrle19-Jan-11 20:37
DanielWehrle19-Jan-11 20:37 
GeneralRe: p/invoke _stat Pin
Richard MacCutchan19-Jan-11 21:32
mveRichard MacCutchan19-Jan-11 21:32 
GeneralRe: p/invoke _stat Pin
DanielWehrle19-Jan-11 21:44
DanielWehrle19-Jan-11 21:44 

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.