Results 1 to 6 of 6

Thread: VB.NET or C# Applet?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Oct 2002
    Location
    Gammapolis
    Posts
    1,474

    VB.NET or C# Applet?

    You think we are going to be able to write vb.net or C# applets in the future just like Java applets (ofcourse i dont know how to write Java Applets ) ?
    'Heading for the automatic overload'
    Marillion, Brave, The Great Escape, 1994

    'How will WE stand the FIRE TOMORROW?'
    Eloy, Silent Cries and Mighty Echoes, The Vision - Burning, 1979

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Where have you been? We have been able to do that for a while now. You can embed Windows forms controls into an IE web browser just like it was done in VB6 wih ActiveX controls. A little easier though. This is no different than Java Applets.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Oct 2002
    Location
    Gammapolis
    Posts
    1,474
    Well maybe i am behind time, but from all i gathered, hosting windows form controls in IE (should be IE6 to work?!) is not similar to a Java applets, well thats only my idea!
    'Heading for the automatic overload'
    Marillion, Brave, The Great Escape, 1994

    'How will WE stand the FIRE TOMORROW?'
    Eloy, Silent Cries and Mighty Echoes, The Vision - Burning, 1979

  4. #4
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    No they are the same thing really. You still have to download the applet/control, and the client needs the runtime/vm, and it shows up in the browser. Its just the Java applet drew its own controls instead of using built in controls of the operating system(Hence why applets are slow as shat!)

    Quite frankly I heavily argue against these things. Since you have to download the app/controls anyway, might as well make it a stand alone exe. Trying to meld desktop and web apps is a supreme wast of time. The benefits you 'think' you get from them are in fact not worth it.



    To make a long story short applets/activex/windows control embedding sucks donkey.

    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  5. #5

    Thread Starter
    Frenzied Member
    Join Date
    Oct 2002
    Location
    Gammapolis
    Posts
    1,474
    No they are the same thing really. You still have to download the applet/control, and the client needs the runtime/vm,...
    If one thinks in this way then all the applications written in any language are eventually the same, aren't they?
    Trying to meld desktop and web apps is a supreme wast of time
    I 99.99....% agree with you in this matter.

    What i am talking about is the future of .NET, I mean you be able to write and use its so called applets as easy and with same multi platform support as Java applets. Am I clear enough?
    'Heading for the automatic overload'
    Marillion, Brave, The Great Escape, 1994

    'How will WE stand the FIRE TOMORROW?'
    Eloy, Silent Cries and Mighty Echoes, The Vision - Burning, 1979

  6. #6
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    That all depends on other developers that are working on cross platform .NET. MS is just not likely to put real effort into non-Windows versions of .NET.

    If one thinks in this way then all the applications written in any language are eventually the same, aren't they?
    Yes they are. The only difference in a language is how close it is to machine language(ie its level) which determines speed and power, and its syntax. To everything else program A will act the same no matter what language it was written is(assuming both versions were written to do the same thing of course although one may be faster.)
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

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