Hello, I just started learning VB.NET today, which means yesterday, cause it's actually 01:11 here (1:11 AM)..
I am using the software called Visual Studio 2008 Express Edition.
I've created this calculator on my own, and the past hour I've been messing with the design..
Right now I am wondering how I can move the form around, with the FormBorderStyle set to none (no borders (means no exit button, minimize etc.. I made those myself

)
This is how it currently looks :

Everything works on it..
What I'm looking for is that I should be able to press anywhere on a place that isn't used (black place) and drag it around

.
Thanks, this seems like a nice community

.
EDIT:
I forgot to mention another issue that I have

.
The textbox on the calculator accepts any signs and letters, how can I make it so it just accepts numbers?

.
This post has been edited by Mommy: 4 Aug, 2008 - 03:23 PM