Click here to Skip to main content
15,881,898 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
How can I make the structure like seen in this photo.

TwinCAT 3 UI Photo

How can I write my own UI on the Visual Studio interface.

What I have tried:

I'm investigating but I haven't found anything so far
Posted
Updated 23-Jul-20 3:58am
Comments
[no name] 23-Jul-20 9:41am    
VS was written in WPF, if that gives you an idea. And it uses an SQLite database.

If you were looking for a project to base your app on, you could take a look at Visual Studio Shell[^]. This allows you to write your own app using the Visual Studio environment itself.

Your other option is to write your own, but you're going to have to learn WPF to do it. That's no easy feat as WPF has a pretty steep learning curve.


But, as for a description of "how to do it" in a forum environment, you're probably not going to get much else in the way of answers as describing the process to write this would be about the size of a book.
 
Share this answer
 
Comments
REDOXX121 23-Jul-20 10:02am    
"Visual Studio Shell" was the answer I was looking for. Thank you
Hi,

Would suggest you to start from here: XAML Designer overview - Visual Studio | Microsoft Docs[^]
XAML tools documentation - Visual Studio | Microsoft Docs[^]

Visual Studio user interface is built in WPF.

Try out!
 
Share this answer
 
I think you can use Blender for that.
 
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