Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How can I set profile for a user???
#6
You can have another string within the database (Field) called "GROUP". There can be several types of groups, for example, "admin", "member", "nobody", etc.

Then, when you log in, just do something like this:
[code2=vbnet]Dim Group As String = "" 'GROUP from Database
If (Group.Equals("Admin")) Then
MakeEverythingVisible() 'Subroutine that unlocks everything
End If[/code2]

I cannot provide you with a specific solution, but instead must provide you with pseudocode since I don't know your exact situation.

You can also download pictures by using the
[code2=vbnet]My.Computer.Network.DownloadFile()[/code2]
subroutine.

Hopefully this helps!
My Blog | My Setup | My Videos | Have a wonderful day.


Messages In This Thread
How can I set profile for a user??? - by mnxford - 03-19-2013, 11:32 AM
Re: How can I set profile for a user??? - by brandonio21_phpbb3_import2 - 04-12-2013, 06:31 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Auto-generating Drop Menus from User Input MadManMallard 2 11,870 09-17-2014, 09:41 AM
Last Post: brandonio21
  How do I check if a user has a certain role in their profile kismetgerald 4 15,499 11-14-2012, 12:30 PM
Last Post: kismetgerald
  Computer User vbcodegeek 6 20,962 11-01-2011, 06:01 PM
Last Post: openeXpressions

Forum Jump:


Users browsing this thread: 1 Guest(s)