Results 1 to 6 of 6

Thread: [RESOLVED] Desktop Web Application Information Needed

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2005
    Location
    Indiana
    Posts
    451

    Resolved [RESOLVED] Desktop Web Application Information Needed

    I am learning Visual Basic 2005, coming from VB6. I have seen programs that look like webpages on a windows form. I have been trying to learn how to do this, but haven't figured out how. I thought that they were just a browser control on a form, and the pages were on the local machine (because the application doesn't access the internet), but I haven't figured out how that would be possible because I thought IIS would be needed to parse the .aspx pages.

    Can anyone give me some information about this method of making applications? Does it have a special name? Is there a tutorial or something that I can learn how to make a program using this method? I would really like to learn this because it would be great to have the flexible interface of a web form, with the benefits of a windows application.

    Thank you for your help.

  2. #2
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    Re: Desktop Web Application Information Needed

    I don't think anybody understood the type of applications you are talking about, so if you can upload a screenshot it'd be very helpful
    "I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
    My Blog

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2005
    Location
    Indiana
    Posts
    451

    Re: Desktop Web Application Information Needed

    Unfortunantly, I am on my laptop so I can't make a pic, but some programs that are examples are Quickbooks, Typing Master, and Bible Ocean Bible software. Actually, there are some screen shots at http://www.bibleocean.com/. I have seen others, but I don't recall them right now. I think the Bible Ocean software is the best example I can think of right now, it looks like it is an mdi. It even makes the webpage clicking noise when changing pages, but it doesn't access the internet. I am not formally trained in programming, yet, so maybe it is just something common that I don't know of yet.

    Thank you for your help.

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2005
    Location
    Indiana
    Posts
    451

    Re: Desktop Web Application Information Needed

    Bump

  5. #5
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Desktop Web Application Information Needed

    They may well be HTML applications, which have an HTA extension. They are pretty much what you said: a hybrid of desktop application and Web page. They are local applications that do not show pages off the Internet, so they are trusted by the system just like regular, compiled applications, but they display rendered HTML pages.

    http://msdn.microsoft.com/library/de...taoverview.asp
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  6. #6

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2005
    Location
    Indiana
    Posts
    451

    Re: Desktop Web Application Information Needed

    Cool, thank you very much. I think that answers my question.

Posting Permissions

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



Click Here to Expand Forum to Full Width