I am starting work on a project to be delivered to WinPE . I can probably use WinPE 3.0. I also know Bart PE and VistaPE , but I think I will stick with WinPE. I need x64 support and a full set of storage drivers.
I want to develop a GUI application with network access. I would like to work in Visual Studio to develop my GUI, although this is not a requirement.
What programming languages can I use to configure WinPE with GUI support? With a bit of research, I found that .NET is simply not supported (from Microsoft), so it seems to exclude all C #, modern VB, etc. Does anyone run Java / Swing? C ++ with MFC or ATL (modern)? Hacked in .NET to support CLR?
I can run Perl with Win32 :: GUI. But this does not allow me to use Visual Studio with the resource view to create the GUI I want. All this must be done programmatically. Or is it possible?
source
share