Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i want to create costume windows 10 applications for my own use. like open folder renmae numerically. what language should i learn?

What I have tried:

i tried visual studio c sharp forms. i want to know if its the best way
Posted
Updated 13-May-19 20:25pm

1 solution

Any of them. There is no "best" for this, just ones which are inappropriate like Javascript.

C# will do fine.
 
Share this answer
 
Comments
Mohibur Rashid 14-May-19 2:35am    
Well, I will not drop javascript all together. NodeJS/electron is very interesting and simple to work on and cross-platform tool. But, if I have to decide to take a pick I will try my best not to use javascript.
OriginalGriff 14-May-19 3:02am    
Javascript is only just a language at all! :laugh:
And for a Windows application, it's only possible via a browser, which means you'd have no access to any of the files on the system.

Which the question specifically mentioned ...
Mohibur Rashid 15-May-19 3:16am    
Am I missing something? Does "costume windows 10" have any meaning. Even if the OP means "Custom Windows 10 Application", I do not think I am wrong enough.

NodeJS process javascript. And you can write all sorts of system related application using Javascript that will be executed by NodeJS. And Electron is a tool that gives library to build windows.
OriginalGriff 15-May-19 3:44am    
I think so - think "skin" for "costume window" and it looks like he's trying to provide a "replacement shell" application for Win 10.
Mohibur Rashid 15-May-19 4:10am    
Thanks for explanation.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900