yenerich
Supreme Member
- May 26, 2013
- 1,322
- 204
Hi,
Many people find very hard to learn some windows development language... but, what if i create a new language that let you use HTML GUIs and let you build Windows Desktop applications?
You can use javascript, per example, as the language and just call the commands in the language to execute Windows tasks such as read/write files, execute command lines, navigate using sockets and proxies, etc, etc, etc.
You can use javascript, as i said before, but you can use Flash or any other language that let you call just one javascript function qwith its parameters.
Per example:
The window is a self contained web browser based on IE, so you can show you web page and call our commands from within your web page.
Per example the showed command could be runned like this:
Or in any element,, just on the OnClick call the Command function with your parameters.
The page could be on your server or inserted on the application.
And so on...
What do you think about???
Are you interested?
You can do endless things and develop, compile and sell windows desktop applications.
I want to read you points of view about it.
Are you excited with the idea?
Tell me something, let me know what do you think about it!
I am!!!
Many people find very hard to learn some windows development language... but, what if i create a new language that let you use HTML GUIs and let you build Windows Desktop applications?
You can use javascript, per example, as the language and just call the commands in the language to execute Windows tasks such as read/write files, execute command lines, navigate using sockets and proxies, etc, etc, etc.
You can use javascript, as i said before, but you can use Flash or any other language that let you call just one javascript function qwith its parameters.
Per example:
Code:
Command('windowsize','100,100,500,500')
'This will create a windows in the x,y screen position with the width and height indicated.
Command('windowtitle','This is the title');
'This will give the window some title
Command("ShowWindow");
'Finally this will show the window.
The window is a self contained web browser based on IE, so you can show you web page and call our commands from within your web page.
Per example the showed command could be runned like this:
Code:
<input type="button" onclick="Command('windowtitle','This is another title');" value="Set Title">
The page could be on your server or inserted on the application.
And so on...
What do you think about???
Are you interested?
You can do endless things and develop, compile and sell windows desktop applications.
I want to read you points of view about it.
Are you excited with the idea?
Tell me something, let me know what do you think about it!
I am!!!