BP Forums
how do you make a register system in VB using Dropbox - Printable Version

+- BP Forums (https://bpforums.info)
+-- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=55)
+--- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=56)
+---- Forum: VB.NET (Visual Basic 2010/2008) (https://bpforums.info/forumdisplay.php?fid=8)
+----- Forum: Programming Help (https://bpforums.info/forumdisplay.php?fid=9)
+----- Thread: how do you make a register system in VB using Dropbox (/showthread.php?tid=805)



how do you make a register system in VB using Dropbox - Cecilio - 08-14-2013

I want to make a register system but can't seem to think of the code I made a login system so that's it downloads a string from Dropbox and compares the text from the text box and the text from the account text file but I can't seem to edit the account text file from VB to create an account or a register system hope this makes sense because its hard to do help me please


Re: how do you make a register system in VB using Dropbox - brandonio21 - 08-14-2013

Well, if you currently have the system setup so it downloads one text file from your dropbox and compares those credentials, then you're going to have to make it so the program is capable of either:
1) Downloading multiple text files (each with its own set of credentials)
2) Downloading a single text file containing many credentials and deciphering the different credentials.

As far as uploading a file to Dropbox goes, this is not something that can be done easily unless the user has dropbox on their computer. If this were the case, dropbox would automatically upload any file put into its directory. Assuming this is not the case, however,
you may want to use a .NET Dropbox library (Or create one yourself if you're feeling adventurous) - A quick google search returned SharpBox. I don't know how it works but it looks like it would do the job. Take a look!
<!-- m --><a class="postlink" href="http://sharpbox.codeplex.com/">http://sharpbox.codeplex.com/</a><!-- m -->

Hopefully this helped.


Re: how do you make a register system in VB using Dropbox - Cecilio - 08-15-2013

Thanks but there is no other way to edit the text of a online text file in dropbox