Search Results

2
votes
1answer
496 views

Serializing an array of integers using XmlSerializer

I'm encountering a problem while trying to serialize a multi-dimensioned array of integers via XmlSerializer for an XNA project I'm working on. I'm able to serialize all of my other data (booleans …
3
votes

WinForms: Design vs Code

Is there a faster way of editing the existing ones then clicking and editing? You can CTRL+Click multiple form controls that have a common property (e.g. Font, …
0
votes

Whats the best way to get data from other websites programmatically? “amazon offers for example”

Assuming that the data you're trying to get isn't available through RSS or other similar means, it sounds like you are going to be looking for a page scraper. Googling for ".NET HTML scraper" retu …