|
-
Jan 25th, 2008, 08:16 AM
#1
Thread Starter
Junior Member
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
-
Jan 25th, 2008, 08:40 AM
#2
Re: Forum Poster in VB6?
Welcome to the forums. 
What do you mean by "forum poster"?
-
Jan 25th, 2008, 09:10 AM
#3
Thread Starter
Junior Member
Re: Forum Poster in VB6?
 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...
-
Jan 25th, 2008, 09:13 AM
#4
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
-
Jan 25th, 2008, 09:21 AM
#5
Thread Starter
Junior Member
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...
-
Jan 25th, 2008, 09:25 AM
#6
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?
-
Jan 25th, 2008, 09:30 AM
#7
Thread Starter
Junior Member
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
-
Jan 25th, 2008, 09:46 AM
#8
Re: Forum Poster in VB6?
 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?
-
Jan 25th, 2008, 09:57 AM
#9
Thread Starter
Junior Member
Re: Forum Poster in VB6?
 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)
-
Jan 25th, 2008, 08:23 PM
#10
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?
-
Jan 26th, 2008, 09:41 PM
#11
Thread Starter
Junior Member
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?
-
Jan 28th, 2008, 06:39 PM
#12
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
-
Jan 29th, 2008, 02:02 AM
#13
Fanatic Member
-
Jan 29th, 2008, 08:25 AM
#14
-
Jan 29th, 2008, 08:48 AM
#15
Thread Starter
Junior Member
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
-
Jan 29th, 2008, 09:44 AM
#16
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 Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API 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 
-
Jan 30th, 2008, 08:43 AM
#17
Thread Starter
Junior Member
Re: Forum Poster in VB6?
 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|