Click here to Skip to main content
15,887,485 members
Home / Discussions / C#
   

C#

 
QuestionHow is it possible that after I log in to a website which uses CAPTCHA, my WPF application take some input from me and fill some fields of that website for me? Pin
Member 1409226217-Dec-18 0:38
Member 1409226217-Dec-18 0:38 
AnswerRe: How is it possible that after I log in to a website which uses CAPTCHA, my WPF application take some input from me and fill some fields of that website for me? Pin
OriginalGriff17-Dec-18 1:58
mveOriginalGriff17-Dec-18 1:58 
QuestionImage on Windowsform ListBox Pin
picasso215-Dec-18 7:57
picasso215-Dec-18 7:57 
AnswerRe: Image on Windowsform ListBox Pin
Dave Kreskowiak15-Dec-18 10:13
mveDave Kreskowiak15-Dec-18 10:13 
AnswerRe: Image on Windowsform ListBox Pin
Eddy Vluggen15-Dec-18 10:14
professionalEddy Vluggen15-Dec-18 10:14 
AnswerRe: Image on Windowsform ListBox Pin
BillWoodruff15-Dec-18 10:18
professionalBillWoodruff15-Dec-18 10:18 
QuestionIs it possible to call a control event inside another event? Pin
Member 1097549714-Dec-18 21:10
Member 1097549714-Dec-18 21:10 
AnswerRe: Is it possible to call a control event inside another event? Pin
OriginalGriff14-Dec-18 21:23
mveOriginalGriff14-Dec-18 21:23 
It's not a good idea, or even really necessary.
Instead of messing about trying to force events to occur, put the code in your event handler inside a separate method and call it from both locations. That way, you don't need to "force" events to happen (which is rarely a good idea) and you reduce the code in your event handler which is a good idea from a style POV.
Sent from my Amstrad PC 1640
Never throw anything away, Griff
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
AntiTwitter: @DalekDave is now a follower!

GeneralRe: Is it possible to call a control event inside another event? Pin
Member 1097549715-Dec-18 0:03
Member 1097549715-Dec-18 0:03 
AnswerRe: Is it possible to call a control event inside another event? Pin
Eddy Vluggen15-Dec-18 0:15
professionalEddy Vluggen15-Dec-18 0:15 
GeneralRe: Is it possible to call a control event inside another event? Pin
Member 1097549715-Dec-18 0:33
Member 1097549715-Dec-18 0:33 
GeneralRe: Is it possible to call a control event inside another event? Pin
Eddy Vluggen15-Dec-18 0:52
professionalEddy Vluggen15-Dec-18 0:52 
GeneralRe: Is it possible to call a control event inside another event? Pin
Member 1097549715-Dec-18 0:58
Member 1097549715-Dec-18 0:58 
GeneralRe: Is it possible to call a control event inside another event? Pin
Eddy Vluggen15-Dec-18 6:35
professionalEddy Vluggen15-Dec-18 6:35 
GeneralRe: Is it possible to call a control event inside another event? Pin
Member 1097549715-Dec-18 9:43
Member 1097549715-Dec-18 9:43 
GeneralRe: Is it possible to call a control event inside another event? Pin
Eddy Vluggen15-Dec-18 9:46
professionalEddy Vluggen15-Dec-18 9:46 
QuestionHow to make blood donation management system in C# windows forms? Pin
User-14714-Dec-18 5:21
User-14714-Dec-18 5:21 
AnswerRe: How to make blood donation management system in C# windows forms? Pin
Pete O'Hanlon14-Dec-18 5:23
mvePete O'Hanlon14-Dec-18 5:23 
AnswerRe: How to make blood donation management system in C# windows forms? Pin
OriginalGriff14-Dec-18 5:44
mveOriginalGriff14-Dec-18 5:44 
AnswerRe: How to make blood donation management system in C# windows forms? Pin
Luc Pattyn14-Dec-18 6:50
sitebuilderLuc Pattyn14-Dec-18 6:50 
Question(might be solved) need some ideas about licensing implementation Pin
Super Lloyd11-Dec-18 21:01
Super Lloyd11-Dec-18 21:01 
AnswerRe: need some ideas about licensing implementation Pin
Mc_Topaz13-Dec-18 3:11
Mc_Topaz13-Dec-18 3:11 
AnswerRe: (might be solved) need some ideas about licensing implementation Pin
BillWoodruff13-Dec-18 9:21
professionalBillWoodruff13-Dec-18 9:21 
GeneralRe: (might be solved) need some ideas about licensing implementation Pin
Super Lloyd13-Dec-18 12:51
Super Lloyd13-Dec-18 12:51 
AnswerRe: (might be solved) need some ideas about licensing implementation Pin
GenJerDan13-Dec-18 19:43
GenJerDan13-Dec-18 19:43 

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.