Click here to Skip to main content
15,909,051 members
Home / Discussions / C#
   

C#

 
GeneralRe: To MD5 or not? (or SHA256 instead, I guess...) Pin
OriginalGriff14-Nov-18 20:09
mveOriginalGriff14-Nov-18 20:09 
Questionc# Win Forms, Event Handlers, Store a global setting and retrieve it in an event handler Pin
jkirkerx14-Nov-18 13:28
professionaljkirkerx14-Nov-18 13:28 
AnswerRe: c# Win Forms, Event Handlers, Store a global setting and retrieve it in an event handler Pin
OriginalGriff14-Nov-18 19:58
mveOriginalGriff14-Nov-18 19:58 
GeneralRe: c# Win Forms, Event Handlers, Store a global setting and retrieve it in an event handler Pin
jkirkerx15-Nov-18 7:54
professionaljkirkerx15-Nov-18 7:54 
AnswerRe: c# Win Forms, Event Handlers, Store a global setting and retrieve it in an event handler Pin
Nathan Minier15-Nov-18 1:17
professionalNathan Minier15-Nov-18 1:17 
GeneralRe: c# Win Forms, Event Handlers, Store a global setting and retrieve it in an event handler Pin
jkirkerx15-Nov-18 7:58
professionaljkirkerx15-Nov-18 7:58 
AnswerRe: c# Win Forms, Event Handlers, Store a global setting and retrieve it in an event handler Pin
BillWoodruff15-Nov-18 13:36
professionalBillWoodruff15-Nov-18 13:36 
GeneralRe: c# Win Forms, Event Handlers, Store a global setting and retrieve it in an event handler Pin
jkirkerx16-Nov-18 9:40
professionaljkirkerx16-Nov-18 9:40 
I'm using the Web Browser control. Each Time I change the URL, I add an event handler called Document Complete. When it fires I unload the handler and scrape the page data. Then I go to the next page and reload the event handler.

Some pages are more complex, so I call the Url, load the event handler Document Complete, then unload the handler and go through all the links on the parent page, and call those Urls while calling a child version of Document Complete. Other pages have a Json file that I can just download and scrape the data so I call a JSON version of Document Complete.

So depending on what I detect on the page, I call the appropriate version of Document Complete.

The reason why I need to store the AccountId is for when I write the pricing, that is unique for each account.

Sounds silly, why can't I just go straight to the cloud database for this. Because I can grab everything, the product, it's images, associated videos and pdf's, and group them together into the database. Then I can generate emails that showcase the product with all the needed resources to promote it. Or create Excel spreadsheets with the image, pricing matrix and delivery dates.
If it ain't broke don't fix it
Discover my world at jkirkerx.com

AnswerRe: c# Win Forms, Event Handlers, Store a global setting and retrieve it in an event handler Pin
Mycroft Holmes15-Nov-18 13:59
professionalMycroft Holmes15-Nov-18 13:59 
GeneralRe: c# Win Forms, Event Handlers, Store a global setting and retrieve it in an event handler Pin
jkirkerx16-Nov-18 9:44
professionaljkirkerx16-Nov-18 9:44 
QuestionCorrelation Between two different Charts in C# Pin
Member 1332584614-Nov-18 12:08
Member 1332584614-Nov-18 12:08 
QuestionDetect Network / VPN Connection Pin
Kevin Marois14-Nov-18 7:25
professionalKevin Marois14-Nov-18 7:25 
AnswerRe: Detect Network / VPN Connection Pin
Eddy Vluggen15-Nov-18 1:21
professionalEddy Vluggen15-Nov-18 1:21 
AnswerRe: Detect Network / VPN Connection Pin
Nathan Minier15-Nov-18 1:38
professionalNathan Minier15-Nov-18 1:38 
QuestionKeeping connection strings secure Pin
Frank R. Haugen14-Nov-18 5:00
professionalFrank R. Haugen14-Nov-18 5:00 
AnswerRe: Keeping connection strings secure Pin
Richard MacCutchan14-Nov-18 5:29
mveRichard MacCutchan14-Nov-18 5:29 
AnswerRe: Keeping connection strings secure Pin
Eddy Vluggen15-Nov-18 1:27
professionalEddy Vluggen15-Nov-18 1:27 
Questionc# with ftp server Pin
erdalczr13-Nov-18 20:30
erdalczr13-Nov-18 20:30 
AnswerRe: c# with ftp server Pin
OriginalGriff13-Nov-18 20:39
mveOriginalGriff13-Nov-18 20:39 
AnswerRe: c# with ftp server Pin
Eddy Vluggen14-Nov-18 0:31
professionalEddy Vluggen14-Nov-18 0:31 
QuestionCan anyone help fix this issue ? c sharp Pin
Member 1405353013-Nov-18 10:53
Member 1405353013-Nov-18 10:53 
AnswerRe: Can anyone help fix this issue ? c sharp Pin
Mycroft Holmes13-Nov-18 11:05
professionalMycroft Holmes13-Nov-18 11:05 
AnswerRe: Can anyone help fix this issue ? c sharp Pin
OriginalGriff13-Nov-18 19:17
mveOriginalGriff13-Nov-18 19:17 
QuestionSeveral lists into one horizontal list Pin
Member 1307682212-Nov-18 22:12
Member 1307682212-Nov-18 22:12 
AnswerRe: Several lists into one horizontal list Pin
OriginalGriff12-Nov-18 23:42
mveOriginalGriff12-Nov-18 23:42 

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.