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?
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.
![]()
If my post was helpful to you, then express your gratitude using Rate this Post.
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD Athlon X2 5200+, ASUS Motherboard, 2 GB RAM, 400 GB HDD, Nvidia 8600 GT 512MB, 19.5" TFT(Wide), Creative 5.1 Home Theater
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, VB6, Photoshop...
Thanks for the Information.