+ 2
Aplication pc in html5 ...what aplication used?
html5
17 Respuestas
+ 5
you are welcome friend. if it is window app in c# then you need to compile then run when it's done do it package packaging it generates the app by adding all the codes in project
visual studio keeps the app with the code that's the app
+ 4
but how to convert codes in specific application icon?i mean in icon so whenever i touch that icon it work.
+ 4
yes Yash Patel is correct and also notepad is difficult. you can use any text editor like notepad++ or sublime text .I meant you can do it even without any extra application even notepad will do if you don't have any
+ 3
you don't need any application just any text editor even notepd. write codes in it and see it in any browser. and may use the debugger which comes with browser too to check priblems
+ 3
Yash Patel I don't understand your question what is specific application icon will you explain it please
+ 3
If want develop pc app using html?
then save your html file as yourname.hta
or electron api will help you
+ 2
i really need to know tell me please.....
+ 2
take example... im making an app .... i done all code now how to make an app[i mean turns into icon] that run on my codes...
+ 2
is it html5 or application? if it is application then right click the .exe file and change the icon in properties to your own .ico file after that you will see the icon of that application someone asked it here I said him the same.
+ 2
what if html5?
+ 2
it is .exe application then right click it and change the icon in properties after that the icon which has been set appears
I too was confused on seeing the question in html5 lol
+ 2
oh I get it now you mean how to generate .exe of the code then just compile it and then you will get a .exe application double clicking it will run your app
please clear it which language are you talking about.
+ 2
yeah...now im going to make a window app on c#... thanks mr.sandeep chatterjee 🙏
+ 2
one more question.... package packaging means?
+ 2
packaging means adding all the codes in the project to generate a app like windows app adds all c# xaml library into app in android it makes a single .apk in simply Java it generates a .jar which is executable
+ 1
notepad++ is very ok ...thank you friend??notepad is very hard
+ 1
yes..thank you yash patel