how to create a windows application ?
well if your new to programming language this will be bit difficult .but not that hard .so i suggest you to check out
some reference about Microsoft C sharp language .
check out click here
first you will need a Microsoft visual studio .there's a free version download it .
if you have already downloaded visual studio , open visual studio select from installed templates windows application .there you go
it will open with a windows form with one button.double click to button .the code page will open
write this MessageBox.Show("Hello world"); now hit f5 or find a debug button from toolbar .
that's it you have created a windows application .
i
No comments:
Post a Comment