Results 1 to 4 of 4

Thread: How does some one create desktop applications with PHP

  1. #1
    Junior Member napninjanx's Avatar
    Join Date
    Jul 12
    Posts
    30

    How does some one create desktop applications with PHP

    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?

  2. #2
    Moderator
    Join Date
    Jan 05
    Location
    Sydney
    Posts
    13,612

    Re: How does some one create desktop applications with PHP

    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.

  3. #3
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 08
    Location
    Trivandrum, Kerala, India
    Posts
    7,557

    Re: How does some one create desktop applications with PHP

    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...

  4. #4
    Junior Member napninjanx's Avatar
    Join Date
    Jul 12
    Posts
    30

    Re: How does some one create desktop applications with PHP

    Thanks for the Information.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •