Online Login
Do you need something made? then ask in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
9 posts
Page 1 of 1
I'm using this: viewtopic.php?f=38&t=405
Is it possible to make it like this:
When you create a user in my website you get access to login to the software.
Can anyone create a tutorial for it =)
Thanks, RunarM.
Is it possible to make it like this:
When you create a user in my website you get access to login to the software.
Can anyone create a tutorial for it =)
Thanks, RunarM.
Just another day in my life.
http://www.codexvideos.com
http://www.codexvideos.com
Hello,
Could you explain a little more about what you want to do?
Thank you.
Could you explain a little more about what you want to do?
Thank you.
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
Hello,
Hmm so you want people to make an account using your application which will register then on your website and then they will be able to goto your website and login through the website.
Depending on how your login system works on your website you would have to make some php scripts and/or include a MySQL connector code in your application that links to the database on your website.
What is your website? and how do you store login information on it?
Hmm so you want people to make an account using your application which will register then on your website and then they will be able to goto your website and login through the website.
Depending on how your login system works on your website you would have to make some php scripts and/or include a MySQL connector code in your application that links to the database on your website.
What is your website? and how do you store login information on it?
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
Check out this tutorial. it's a youtube login, works very well.
http://www.youtube.com/watch?v=xY5nDEWM-tw
http://www.youtube.com/watch?v=xY5nDEWM-tw
regards.
I have an idea,
You can use a browser control, make a PHP login page and load that page as your start up screen.
When they log in it takes them to say, index.php. Have a timer check if the browser control is equal to index to php. If it is then start the program? I know its not fool proof but... ^_^
You can use a browser control, make a PHP login page and load that page as your start up screen.
When they log in it takes them to say, index.php. Have a timer check if the browser control is equal to index to php. If it is then start the program? I know its not fool proof but... ^_^
I've made a login system:
![Image]()
You need the right username and password to login... ofc..
code:
now i only have to connect it online some how, any ideas?
Do you think its possible =)
Click on the smile to download the database thing

You need the right username and password to login... ofc..
code:
Code: Select all
I've also made a Microsoft Office Access 2007 database (which is working) Dim login = Me.RunarMTableAdapter1.RunarMString(TxtUsername.Text, TxtPassword.Text)
If login Is Nothing Then
MsgBox("Incorrect Details")
Else
MsgBox("Welcome, You are now logged in")
Form1.Show()
End If
End Sub
now i only have to connect it online some how, any ideas?
Do you think its possible =)
Click on the smile to download the database thing
You do not have the required permissions to view the files attached to this post.
Just another day in my life.
http://www.codexvideos.com
http://www.codexvideos.com
9 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023