blah blah blah is here! blah blah » Close

0
votes
1 answers

Unsure of the proper way to use Form.Location...

I am trying to pull coordinates for a form location out of a database and insert them into the Location property: [code] childForm.Location = new Point(/* coordinates go here */); [/code] I have tried doing a direct replacement with ...

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
0 answers

top screen bar

lios
30

hi i have create a form size PX and i have set in code the form location to stick on the top of screen! my problem is that, on desktop i have some icons and the icons located on the top place of screen! so is any way when the form ru ...

0
votes
1 answers

Position a form

I use a button on my "main" form to open a second form. How can I position the second form [b]RELATIVE[/b] to the main one?

Feedback