ArduPilot / MissionPlanner

Mission Planner Ground Control Station for ArduPilot (c# .net)
http://ardupilot.org/planner/
GNU General Public License v3.0
1.8k stars 2.42k forks source link

HUD.cs Designer file not working #3437

Closed nabeelqss closed 2 weeks ago

nabeelqss commented 2 weeks ago

Issue details

I am really passionte about changing the interface of Mission planner but HUD Designer.cs is not working I want to make some changes to the layout of HUD using some custom design but this file is not opening I tries visual studio community as well as enterprise version of visual studio. Any help and suggestions will be appreciated HUD

EosBandi commented 2 weeks ago

It is a known bug of visual studio, look in issues here. However HUD is a custom control, all items are drawn directly. So Forms Designer can do nothing with its layout.

nabeelqss commented 2 weeks ago

Could you help me identify which files I need to update to change the HUD background, sky, and modernize the controls? I’d also like to change the colors and drawings. I want to give it a new look Thanks!

EosBandi commented 2 weeks ago

It's all in HUD.cs, but if you have to ask, then there will be more problems... You have to be fluent in c# and openGL