Hi,
i want to make a key-maker and i am not know how to make it can u help me to write it .
OR by giving some source code hint.....
Thanks on your kind deed
onlinessp -3 Junior Poster in Training
Recommended Answers
Jump to PostWhat exactly do you mean by the word key-maker?
Jump to Posti want to make a program which take input a user name an generate a unique code for it.
all this process should be using text box text changeUse GetHashCode() method.
string s = "Hello"; int code=s.GetHashCode();
Jump to PostShow us your code please.
All 9 Replies
ddanbe 2,724 Professional Procrastinator Featured Poster
onlinessp -3 Junior Poster in Training
kvprajapati 1,826 Posting Genius Team Colleague
onlinessp -3 Junior Poster in Training
kvprajapati 1,826 Posting Genius Team Colleague
onlinessp -3 Junior Poster in Training
phoenix911 28 Junior Poster
ddanbe 2,724 Professional Procrastinator Featured Poster
onlinessp -3 Junior Poster in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.