Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
hi'
I have a string that you can see below:
<Setting value="400,300" key="Form2Location"/>

And I want to read the position of my form from this string.
For example, with this basic visual code:
BASIC
Me.location = new point (400,300)

How can I achieve this?

What I have tried:

I have no idea how I can do this
Posted
Updated 6-Jan-22 8:27am

 
Share this answer
 
Comments
Maciej Los 6-Jan-22 14:32pm    
5ed!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900