Results 1 to 14 of 14

Thread: [RESOLVED]VB projects on websites..

  1. #1

    Thread Starter
    Lively Member Nb1320's Avatar
    Join Date
    Mar 2006
    Location
    Alabama, USA
    Posts
    116

    Resolved [RESOLVED]VB projects on websites..

    Not sure if this is the right place or if its even possible, but I had to try.


    Does anyone know of any way to put a VB project on a website? Thats pretty much it, straight to the point. The help is appreciated.


    To specify a little more, I don't want this as an option to be downloaded, I want it to be on a page, seen like an image, but operational. Hopefully this is understandable. Thanks!
    Last edited by Nb1320; Mar 22nd, 2006 at 01:48 AM.

  2. #2
    Fanatic Member lerroux's Avatar
    Join Date
    Nov 2005
    Location
    Welcome to the darkside... we have cookies
    Posts
    646

    Re: VB projects on websites..

    why do you need a vb project to be on a website? why not use an asp site... with vbscript, it is like vb...
    WARNING: Excessive coding is dangerous to your health... if symptoms persist insult your doctor...

  3. #3

    Thread Starter
    Lively Member Nb1320's Avatar
    Join Date
    Mar 2006
    Location
    Alabama, USA
    Posts
    116

    Re: VB projects on websites..

    I'm not extremely new to web design, but I havent used VB6.0 in a long time, I haven't used ANY other kind of VB program, so i'm not to familiar with what your saying..Can you elaborate, maybe I can do what your talking about? Thanks!

  4. #4
    Frenzied Member d3gerald's Avatar
    Join Date
    Jan 2006
    Posts
    1,348

    Re: VB projects on websites..

    asp is a web development tool in visual studio. you find a lot of similarities with it and vb when it comes to coding using vbscript yet somehow, there are slight differences that exist
    On error goto Trap

    Trap:
    in case of emergency, drop the case...

    ****************************************
    If this post has been resolved. Please mark it as "Resolved" by going through the "Thread Tools" above and clicking on the "Mark Thread Resolved " option.
    if a post is helpful to you, Please Rate it by clicking on the Rate link right below the avatar

  5. #5
    Fanatic Member lerroux's Avatar
    Join Date
    Nov 2005
    Location
    Welcome to the darkside... we have cookies
    Posts
    646

    Re: VB projects on websites..

    ok... but could you first answer my question? why do you need to put a vb6.0 app to a site, bcoz literally it's impossible...
    WARNING: Excessive coding is dangerous to your health... if symptoms persist insult your doctor...

  6. #6
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: VB projects on websites..

    You cant place a vb project for operational use on a website.

    You can installl vb6 on a terminal server an login to the remote server. This is still very undesireable as it can lead to crashing of the server during debugging, writting or execution of malicious code by unauthorized users (server login being compromised), etc.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  7. #7
    Fanatic Member lerroux's Avatar
    Join Date
    Nov 2005
    Location
    Welcome to the darkside... we have cookies
    Posts
    646

    Re: VB projects on websites..

    as i said... why not use other web-based programming applications like .net for your application?
    WARNING: Excessive coding is dangerous to your health... if symptoms persist insult your doctor...

  8. #8

    Thread Starter
    Lively Member Nb1320's Avatar
    Join Date
    Mar 2006
    Location
    Alabama, USA
    Posts
    116

    Re: VB projects on websites..

    Quote Originally Posted by lerroux
    ok... but could you first answer my question? why do you need to put a vb6.0 app to a site, bcoz literally it's impossible...
    Sorry it didn't e-mail me saying I had new posts...

    I'm making a level calculator, if you read my past posts it kind of says., but anyways. It lets people write in their experience and it tells them their level. Its pretty much a modified calculator. Hope that answers any questions, sorry again for the delay.


    RobDog888
    You cant place a vb project for operational use on a website.
    Thanks for that, I would like to get this up, but I want to keep it where I can work on it in VB, hopefully I can somehow. Thanks for the help!

  9. #9

    Thread Starter
    Lively Member Nb1320's Avatar
    Join Date
    Mar 2006
    Location
    Alabama, USA
    Posts
    116

    Re: VB projects on websites..

    Quote Originally Posted by lerroux
    as i said... why not use other web-based programming applications like .net for your application?

    I've never used .Net, honestly I don't even know what it is. I tried getting Visual Basic Express, (think that was the name), the other day. As far as I know that was supposed to be .NET, but the install took to long and I got impatient and stopped it.. So, thats as far as I got on that. Thanks for all your help!

  10. #10
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: VB projects on websites..

    VB Express 2005 is a version of VB.NET.

    Another solution would be to find a site that offers VB6 sessions for a minimal amount. They give you a login and you get to write your project. Not sure how many hosted sessions are out there still for vb6 but there are some for VB.NET.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  11. #11
    Fanatic Member lerroux's Avatar
    Join Date
    Nov 2005
    Location
    Welcome to the darkside... we have cookies
    Posts
    646

    Re: VB projects on websites..

    then i'm sorry, if you really want what you are asking then you'll have to be patient and install vb.net... then learn it, how it works... it's pretty similar to VB 6.0 with few modifications... so that wont take too long for you to master, and of course, we are always here to help...
    WARNING: Excessive coding is dangerous to your health... if symptoms persist insult your doctor...

  12. #12

    Thread Starter
    Lively Member Nb1320's Avatar
    Join Date
    Mar 2006
    Location
    Alabama, USA
    Posts
    116

    Re: VB projects on websites..

    Thanks, i'll just have to let it install, lol. I appreciate all the help. I'll be back on here tommorrow asking again, this time with .NET. Hope I can learn it and like you said, theres great people on here that help constantly. I tell everyone I know that uses VB to come here, lol. Great source of information. Well thanks again, and i'll c-ye tommorrow hopefully a little smarter on this .NET subject

  13. #13
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: [RESOLVED]VB projects on websites..

    For your vb.net questions or searches we have a specific vb.net forum.

    http://www.vbforums.com/forumdisplay...aysprune=&f=25
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  14. #14

    Thread Starter
    Lively Member Nb1320's Avatar
    Join Date
    Mar 2006
    Location
    Alabama, USA
    Posts
    116

    Re: [RESOLVED]VB projects on websites..

    Thanks, I just got the .exe install from Microsoft, so maybe i'll be on that forum tommorrow, lol. Thanks!

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