ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Other Software > Developer's Corner

What Language are Windows Programs Coded In?

<< < (2/3) > >>

skywalka:
Thanks for the replies.

I'd like to make simple programs to start with.  Like this:
http://skwire.dcmembers.com/fp/?page=files-2-folder

I'd like to make iPhone apps.  Android wouldn't hurt.

skwire:
I'd like to make simple programs to start with.  Like this:
http://skwire.dcmembers.com/fp/?page=files-2-folder-skywalka (May 21, 2013, 07:34 AM)
--- End quote ---

FWIW, that application is written in AutoHotkey but could have been written in any number of languages.

jf3000:
I personally either write windows software in VB.NET or Windows Presentation Foundation, with the WPF you will find the majority of Windows software is programmed in this environment. Other Windows languages we use C++ and when needed Python.

wraith808:
WPF is not a stand-alone language, per-say.  WPF is, as it implies by the name, a UI framework, that is used to facilitate the building of the User Experience Layer in an XML based construct that is used alongside another programming language, usually C# or Visual Basic, though any .NET language can be utilized in theory.

WPF exists as a subset of .NET Framework types that are for the most part located in the System.Windows namespace. If you have previously built applications with .NET Framework using managed technologies like ASP.NET and Windows Forms, the fundamental WPF programming experience should be familiar; you instantiate classes, set properties, call methods, and handle events, all using your favorite .NET Framework programming language, such as C# or Visual Basic.

--- End quote ---

Just wanted to set that straight... :)

jf3000:
and I see you copied and pasted that in there :P

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version