Results 1 to 17 of 17

Thread: Forum Poster in VB6?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 2008
    Posts
    16

    Red face Forum Poster in VB6?

    Can we somehow create a forum poster (with login functionality) using VB6? If it is possible, can someone throw a basic example?

    Thanks

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Forum Poster in VB6?

    Welcome to the forums.

    What do you mean by "forum poster"?

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jan 2008
    Posts
    16

    Re: Forum Poster in VB6?

    Quote Originally Posted by Hack
    Welcome to the forums.

    What do you mean by "forum poster"?
    thanks for the warm welcome

    what i mean is an app that can login into a forum, enum the forum's section and can post inside one of those section... is it possible?

    I've read this post:
    Code:
    http://www.vbforums.com/showthread.php?t=334645
    but it isn't what I'm looking for, but something like that... been squeezing my brain for this one... i'm out of idea...

  4. #4
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Forum Poster in VB6?

    I think they mean a standalone application, written in VB6 that would allow the user to post w/o actually having to visit the website..... If the forum owners have exposed an RPC API (sometimes known as XMLRPC depending on how it's implemented), then it might be possible - you would just need to know how to call them. But it all depends if the option has been activated.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  5. #5

    Thread Starter
    Junior Member
    Join Date
    Jan 2008
    Posts
    16

    Re: Forum Poster in VB6?

    thanks for the reply techgnome, can we, using the sample app in this thread
    Code:
    http://www.vbforums.com/showthread.php?t=334645
    to just post without requiring those APIs? I've seen some commercial apps on the net that do just that, and I'm too poor to buy one, so I think i could create one... of course with help...

  6. #6
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Forum Poster in VB6?

    I have two Whys?

    First Why: Why do you even want to do this? What is the issue with logging onto the forum, and just submitting your posts?

    Second Why: Why would you want to use Visual Basic, which is fundamentally a desktop language with some web capabilities, to build an application that interacts with a web site? Wouldn't something like ASP, or PHP or some other web based development platform be more suitable?

  7. #7

    Thread Starter
    Junior Member
    Join Date
    Jan 2008
    Posts
    16

    Re: Forum Poster in VB6?

    I have 2 because:

    1st - because I have the need to post one thread to more than one forum at once (i can develop the multiple login myself)

    2nd - because of the first "because", and I don't have any knowledges in ASP or PHP :P

  8. #8
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Forum Poster in VB6?

    Quote Originally Posted by FarCry3r
    1st - because I have the need to post one thread to more than one forum at once (i can develop the multiple login myself)
    This sounds like an attempt at spamming. Why do you need to do this?

  9. #9

    Thread Starter
    Junior Member
    Join Date
    Jan 2008
    Posts
    16

    Unhappy Re: Forum Poster in VB6?

    Quote Originally Posted by Hack
    This sounds like an attempt at spamming. Why do you need to do this?
    no, no, it's not for spamming... I'm a portable maker (freeware & legal one) and I do post my portables at more than one forum. I've developed a thread maker app, but it would be nice if i could automate it, no need to open my browser anymore... and... really, no spamming here (and never pun intended)

  10. #10
    Interweb adm/o/distrator Paul M's Avatar
    Join Date
    Nov 2006
    Location
    Australia, Melbourne
    Posts
    2,306

    Re: Forum Poster in VB6?

    Don't know what help this is, but an administrator here, MartinLiss i believe wrote an application that can view the private messages that you have downloaded in XML format.

    But wouldn't what your doing really only require some sending of POST and GET messages and quite a bit of parsing?

  11. #11

    Thread Starter
    Junior Member
    Join Date
    Jan 2008
    Posts
    16

    Re: Forum Poster in VB6?

    yes, kinda like that, I tried to figure out what to elements to parse, using GET or POST, but failed... I really have 0 knowledges about parsing those params... any idea to help?

  12. #12
    G&G Moderator chemicalNova's Avatar
    Join Date
    Jun 2002
    Location
    Victoria, Australia
    Posts
    4,246

    Re: Forum Poster in VB6?

    So.. you want help parsing HTML?

    Shall we write this application for you.. ?

    chem

    Visual Studio 6, Visual Studio.NET 2005, MASM

  13. #13
    Fanatic Member
    Join Date
    Aug 2003
    Posts
    601

    Re: Forum Poster in VB6?

    I wroteone before =)

  14. #14
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Forum Poster in VB6?

    Then post an example.

  15. #15

    Thread Starter
    Junior Member
    Join Date
    Jan 2008
    Posts
    16

    Re: Forum Poster in VB6?

    yes, would like to see a working example... I've setup a test forum for you to test

    Code:
    http://www.projectportables.org/test
    let me know if there's a progress, thanks alot

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

    Re: Forum Poster in VB6?

    Just note that we dont allow the use of something like that on VBF. So if you use it on our Forums your account will be Banned. Other forum sites may or may not have similar policies.

    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

  17. #17

    Thread Starter
    Junior Member
    Join Date
    Jan 2008
    Posts
    16

    Re: Forum Poster in VB6?

    Quote Originally Posted by RobDog888
    Just note that we dont allow the use of something like that on VBF. So if you use it on our Forums your account will be Banned. Other forum sites may or may not have similar policies.

    understood, I'm just learning here... no offense to anyone...

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