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

C#

 
AnswerRe: Advanced Debugging Techiniques Pin
AspDotNetDev6-Jun-11 10:11
protectorAspDotNetDev6-Jun-11 10:11 
QuestionWriting Regular Expression for local folder, shared folder and ftp path Pin
devvvy5-Jun-11 20:06
devvvy5-Jun-11 20:06 
AnswerRe: Writing Regular Expression for local folder, shared folder and ftp path [modified] Pin
BobJanova6-Jun-11 0:37
BobJanova6-Jun-11 0:37 
AnswerRe: Writing Regular Expression for local folder, shared folder and ftp path Pin
Pete O'Hanlon6-Jun-11 1:08
mvePete O'Hanlon6-Jun-11 1:08 
QuestionHello Friends Help Needed for My Project [Automatic Login System] Pin
hackerzpark4-Jun-11 17:10
hackerzpark4-Jun-11 17:10 
AnswerRe: Hello Friends Help Needed for My Project [Automatic Login System] Pin
venomation4-Jun-11 17:24
venomation4-Jun-11 17:24 
GeneralRe: Hello Friends Help Needed for My Project [Automatic Login System] Pin
hackerzpark4-Jun-11 17:31
hackerzpark4-Jun-11 17:31 
GeneralRe: Hello Friends Help Needed for My Project [Automatic Login System] Pin
venomation4-Jun-11 17:42
venomation4-Jun-11 17:42 
Doing a search like that wouldn't be reliable, and looking at the GMail login code it wont work...
I am afraid you will have to maintain each sites schema, luckily for you they don't change often.

Filling in the form with the user text requires (I would assume) an interface between your repository of user data (c# app stuff) and the web page.

As mentioned briefly before you will most likely need to write this "intermediate" app in a language that your desired browser needs. There may even be library's in C# from the browser dev team for public use, definitely in fire-fox anyway...

If the intermediate app can read local data, you could decrypt the user data required locally and get the app to read it before finally deleting it as a method of passing variables from the c# app to the plug-in?

You will have to delve deeper to make this, C# alone will probably not be the only tool to achieve this!

Hope it helps.
GeneralRe: Hello Friends Help Needed for My Project [Automatic Login System] Pin
GenJerDan6-Jun-11 6:41
GenJerDan6-Jun-11 6:41 
GeneralRe: Hello Friends Help Needed for My Project [Automatic Login System] Pin
DaveyM694-Jun-11 23:03
professionalDaveyM694-Jun-11 23:03 
GeneralRe: Hello Friends Help Needed for My Project [Automatic Login System] Pin
hackerzpark6-Jun-11 6:16
hackerzpark6-Jun-11 6:16 
GeneralRe: Hello Friends Help Needed for My Project [Automatic Login System] [modified] Pin
DaveyM696-Jun-11 10:39
professionalDaveyM696-Jun-11 10:39 
QuestionHow to disable a panels vertical scroll to the mouse wheel Pin
venomation4-Jun-11 14:23
venomation4-Jun-11 14:23 
AnswerRe: How to disable a panels vertical scroll to the mouse wheel Pin
Mark Salsbery4-Jun-11 16:25
Mark Salsbery4-Jun-11 16:25 
GeneralRe: How to disable a panels vertical scroll to the mouse wheel Pin
venomation4-Jun-11 16:38
venomation4-Jun-11 16:38 
AnswerRe: How to disable a panels vertical scroll to the mouse wheel Pin
Philippe Mori4-Jun-11 16:28
Philippe Mori4-Jun-11 16:28 
GeneralRe: How to disable a panels vertical scroll to the mouse wheel Pin
venomation4-Jun-11 16:45
venomation4-Jun-11 16:45 
GeneralRe: How to disable a panels vertical scroll to the mouse wheel Pin
Philippe Mori4-Jun-11 17:16
Philippe Mori4-Jun-11 17:16 
GeneralRe: How to disable a panels vertical scroll to the mouse wheel Pin
venomation4-Jun-11 17:35
venomation4-Jun-11 17:35 
GeneralRe: How to disable a panels vertical scroll to the mouse wheel Pin
gavindon5-Jun-11 4:17
gavindon5-Jun-11 4:17 
GeneralRe: How to disable a panels vertical scroll to the mouse wheel Pin
venomation5-Jun-11 11:10
venomation5-Jun-11 11:10 
QuestionWCF Basics Pin
AmbiguousName4-Jun-11 3:27
AmbiguousName4-Jun-11 3:27 
AnswerRe: WCF Basics Pin
Abhinav S4-Jun-11 3:36
Abhinav S4-Jun-11 3:36 
AnswerRe: WCF Basics Pin
AmbiguousName4-Jun-11 3:48
AmbiguousName4-Jun-11 3:48 
GeneralRe: WCF Basics Pin
Richard MacCutchan4-Jun-11 4:05
mveRichard MacCutchan4-Jun-11 4:05 

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.