[Request] Help with registration form (C#)

09/26/2010 18:23 jackpotsvr#1
Hey ePvP's!
Today i've been working on a small windowsapplicationform that allows you to create an account in my database. Now, i created the design. Can anyone help me on the road? I don't know how to let the program interact with the server..

Now what i got atm is like this
3 masked textboxes (masked textbox1) (masked textbox2) <-- etc..
1 Check Box <-- which must be vinked
1 button <-- Register

All fields must be filled.


I don't expect you give me a whole code orso, you might do it if you want but just want some help to get me back on the road as i said before.

Edit**
I want [Only registered and activated users can see links. Click Here To Register...]
Only not a php web file but a C# form.
It must atleast write username and eventual Security ID.
Also the CheckBox MUST be vinked That's it.
09/26/2010 18:26 kinshi88#2
You'll want to send data (using a packet) to either your server application, or a new reg server application with the data from the form.
When your application gets the data, do the registration.
09/26/2010 18:33 jackpotsvr#3
Quote:
Originally Posted by kinshi88 View Post
You'll want to send data (using a packet) to either your server application, or a new reg server application with the data from the form.
When your application gets the data, do the registration.
I want it too write too write too the database.
It must write one table, 3 fields
09/26/2010 20:36 Basser#4
If you are going to let it write to the database directly, so the client has a established connection with your database, e.g. when using MySQL, you can as well give everybody a GM/PM account.
09/26/2010 21:15 jackpotsvr#5
Quote:
Originally Posted by Basser View Post
If you are going to let it write to the database directly, so the client has a established connection with your database, e.g. when using MySQL, you can as well give everybody a GM/PM account.
How do you mean?

Read the Edit above clear explanation of what i want :)
09/26/2010 21:23 jackpotsvr#6
New clear explanation of what i want. Hope you people now understand it :)
09/26/2010 21:33 Basser#7
Using either reflection or ASM people can find out how you're connecting to MySQL, and do it for their own advantage, they can simply make any changes unless your settings are perfect, which I doubt.

Conclusion;
you need your server to do the MySQL/Database part.
09/26/2010 21:53 jackpotsvr#8
Quote:
Originally Posted by Basser View Post
Using either reflection or ASM people can find out how you're connecting to MySQL, and do it for their own advantage, they can simply make any changes unless your settings are perfect, which I doubt.

Conclusion;
you need your server to do the MySQL/Database part.
Ah okay. How to let my program connect my server ? XD
09/27/2010 00:03 { Angelius }#9
here i hope this is gonna help you download this form and edit it
[Only registered and activated users can see links. Click Here To Register...]...