Framework for Fast develoment of a graphic Win32 application

68 Views Asked by At

I am not a Windows programmer, more of an embedded engineer. But for some tests, I need to develop something fast for Windows users. Just a small program that will be ran on Windows XP and Windows 7.

That program will just have some buttons that will execute a script through telnet in a remote host (a development board).

What framework/language is fast to develop/learn for and has an easy telnet library?

I am experienced in C, Java, Bash, Perl, Python, and written some automation jobs in VBA.

1

There are 1 best solutions below

0
On

You can Windows Forms or WPF in .NET to develop this program quickly.