You just open up some editor and start making codes?
And after that start makes buttons, scrolls, boxes, tabs etc
Am I correct or Mistaken?
Printable View
You just open up some editor and start making codes?
And after that start makes buttons, scrolls, boxes, tabs etc
Am I correct or Mistaken?
There's no practical way of creating a desktop application using PHP. The only project I know of that claimed to offer this was PHP-GTK, and it's essentially defunct.
Another thing you could do is, to mimic your web application with the look and feel of a desktop app(using CSS to style the looks). And then create a simple desktop app (in VB or some other language) with a WebBrowser control and load your web application's page in it.
:wave:
Thanks for the Information.