blah blah blah is here! blah blah » Close

0
votes
2 answers

Cannot implicitly convert type 'string' to 'System.Drawing.Size'

I've searched around, and I'm not finding a solution to this one so I figured I'd ask you bright people: Trying to pull form size information out of a database and pass it to a form upon instance. The relevant code in the parent form ...

1
votes
1 answers

Saving Form Location to DB?

I am trying to save a form location to a database whenever the LocationChanged event is triggered on that form. [code] private void DisplayForm_LocationChanged(object sender, EventArgs e) { DSLocation = t ...

0
votes
1 answers

Write exact location in text file

Hello, Is it possible to write to an exact location in a text file. So write to some 'point' in your text file. what I mean with it is the following: These are some examples of locations in a text file. [url]http://users.telenet. ...

0
votes
1 answers

Point inside Angle

I am unsure how to find a point that resides within a given angle. [code] float angleSize = 45; //rep. 45 degree angle float rototation = 0; float min = rotation - angleSize / 2.0f; float max = rotation + angleSize / 2.0f; // ...

0
votes
0 answers

Export a point from google maps

Hi Everyone! I've just got a new HTC HD2, which comes with a digital compass. This lets you go to google maps and tap on a point, then the compass will point you towards it. Similarly, I'm making some software for windows mobile (usin ...

Feedback