PDA

Click to See Complete Forum and Search --> : Help in Visual Basic


rOCk-MaStEr
October 8th, 2004, 02:33 PM
well am a visual basic begginer
if i want to make a program that make a login into a forum
like antionline ! make a program to put your username and password when successfull login it show some links for topics ! thats for example !

;TT
October 8th, 2004, 02:49 PM
The login for AntiOnline is coded in PHP, not Visual Basic.

But if you want an example of a login in VB, just Google for it...

http://www.vb-helper.com/howto_net_login_form.html
http://www.15seconds.com/issue/020305.htm

rOCk-MaStEr
October 8th, 2004, 02:53 PM
but can i use that login Form to log into a forum database !?!?

;TT
October 8th, 2004, 05:20 PM
I'm sure VB has MySQL (assuming you're using SQL) database functions and controls.. just Google for VB and database programming..

http://forums.devshed.com/archive/t-27196 <--- Has decent examples.
http://www.vbmysql.com/articles/crystal-reports/crystalvbmysql.html

SwordFish_13
October 8th, 2004, 07:35 PM
Hi,

rOCk-MaStEr --> you specifaccally said a few time in your posts you want to log into Fourm Database...............what do you mean by that?.

ADOBD can be used to connect to any sort of database be it mySQL or Oracle or any other.

Are you creating some fourm and want to build some application to connect to it's Database ? then you can use ADODB to connect to that database

But by reading your first post I think you want to create some sort of a Internet browser of sorts using Visual Basic.........where you can Browse these fourms like AO and Security-Fourms etc using that application..........is that right?

Visual Basic Provides Various ActiveX controls one such is InternetExplorer Control you can make use of it to create that application.

A bit more clarification would help me help you better............:)

--Good Luck--

rOCk-MaStEr
October 9th, 2004, 06:35 PM
For a simple example i wanna make Restricted area in my forum that can be Browsed by program and login with Forum username and password in the application Excute..

forum is Vbulletin >> MySQL

skiddieleet
October 9th, 2004, 06:59 PM
I think someone made something like this in VB from this forum. They may have put the code up for download. I forgot who it was, but I'll look around and see if I can find it.

edit
http://www.antionline.com/attachment.php?s=&attachmentid=3310
http://www.antionline.com/showthread.php?s=&threadid=250542
http://ocasd.usachoice.net/images/screenshot.bmp

rOCk-MaStEr
October 9th, 2004, 07:45 PM
thx man wait untill i check