Jump to content

Windows Forms C# Control Position Data Location

Go to solution Solved by Orcblood,
9 minutes ago, ModuleLFS said:

It's definitely in designer, thats where all the information about controls are being stored.

Lol. That's what the System.Drawing.Point is for. Derp. Thanks. Now tell me how to delete this post. 

Where in a visual studio project is a windows forms control position located at? It's not the form's designer. Like if you have a control located at the top right. Where during compile time or run time does it look to see where the control is located? 

Link to post
Share on other sites

3 minutes ago, jman629 said:

Where in a visual studio project is a windows forms control position located at? It's not the form's designer. Like if you have a control located at the top right. Where during compile time or run time does it look to see where the control is located? 

It's definitely in designer, thats where all the information about controls are being stored.

Link to post
Share on other sites

9 minutes ago, ModuleLFS said:

It's definitely in designer, thats where all the information about controls are being stored.

Lol. That's what the System.Drawing.Point is for. Derp. Thanks. Now tell me how to delete this post. 

Link to post
Share on other sites

2 minutes ago, jman629 said:

Lol. That's what the System.Drawing.Point is for. Derp. Thanks. Now tell me how to delete this post. 

Mark my reply above as "Best Answer", that will label the topic as solved.

Edit: or that!

Link to post
Share on other sites

2 minutes ago, ModuleLFS said:

Mark my reply above as "Best Answer", that will label the topic as solved.

I know. I just wanted to hide this embarrassment. I'm really not a .net noob. Well maybe a bit. I've just always wondered where but never looked hard for it.

Link to post
Share on other sites

1 minute ago, jman629 said:

I know. I just wanted to hide this embarrassment. I'm really not a visual studio noob. Well maybe a bit. I've just always wondered where but never looked hard for it.

Ah. Well... shit happens!!

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×