Click here to Skip to main content
15,917,176 members
Home / Discussions / C#
   

C#

 
Question.net 2.0 - developing webservice Pin
fmardani14-Jan-07 23:17
fmardani14-Jan-07 23:17 
AnswerRe: .net 2.0 - developing webservice Pin
Christian Graus14-Jan-07 23:51
protectorChristian Graus14-Jan-07 23:51 
Questionpassword generation Pin
quiteSmart14-Jan-07 23:05
quiteSmart14-Jan-07 23:05 
AnswerRe: password generation Pin
Russell Jones14-Jan-07 23:10
Russell Jones14-Jan-07 23:10 
GeneralRe: password generation Pin
Muammar©14-Jan-07 23:23
Muammar©14-Jan-07 23:23 
GeneralRe: password generation Pin
Russell Jones14-Jan-07 23:33
Russell Jones14-Jan-07 23:33 
GeneralRe: password generation Pin
quiteSmart14-Jan-07 23:46
quiteSmart14-Jan-07 23:46 
GeneralRe: password generation Pin
Russell Jones14-Jan-07 23:53
Russell Jones14-Jan-07 23:53 
use math.random to create a nuber between 0 and 61
use a switch statement for 0 to 25, 26 to 51, 52 to 61
convert the numbers to letters or numbers using system.convert.tochar(int) and these values ^
loop to create a pwd of required length

HTH

Russ
AnswerRe: password generation Pin
V.15-Jan-07 1:18
professionalV.15-Jan-07 1:18 
AnswerRe: password generation Pin
Guffa15-Jan-07 2:06
Guffa15-Jan-07 2:06 
AnswerRe: password generation Pin
szukuro15-Jan-07 2:28
szukuro15-Jan-07 2:28 
GeneralRe: password generation Pin
quiteSmart15-Jan-07 2:45
quiteSmart15-Jan-07 2:45 
GeneralRe: password generation Pin
szukuro15-Jan-07 2:51
szukuro15-Jan-07 2:51 
Questionunable to run process Pin
lucluv14-Jan-07 23:01
lucluv14-Jan-07 23:01 
QuestionInserting Chart Pin
Muammar©14-Jan-07 22:45
Muammar©14-Jan-07 22:45 
AnswerRe: Inserting Chart Pin
Christian Graus14-Jan-07 23:55
protectorChristian Graus14-Jan-07 23:55 
GeneralRe: Inserting Chart Pin
Muammar©15-Jan-07 4:43
Muammar©15-Jan-07 4:43 
QuestionDatagridview sort by 2 Column??? [modified] Pin
shfaye14-Jan-07 22:41
shfaye14-Jan-07 22:41 
AnswerRe: Datagridview sort by 2 Column??? Pin
Lisa Jorgensen15-Jan-07 9:53
Lisa Jorgensen15-Jan-07 9:53 
QuestionOOP [modified] Pin
mihksoft14-Jan-07 21:53
mihksoft14-Jan-07 21:53 
AnswerRe: OOP Pin
quiteSmart14-Jan-07 22:00
quiteSmart14-Jan-07 22:00 
GeneralRe: OOP Pin
mihksoft14-Jan-07 22:23
mihksoft14-Jan-07 22:23 
AnswerRe: OOP Pin
Nader Elshehabi14-Jan-07 22:38
Nader Elshehabi14-Jan-07 22:38 
QuestionWindows Form from windows service Pin
l.m.k14-Jan-07 21:11
l.m.k14-Jan-07 21:11 
AnswerRe: Windows Form from windows service Pin
Nader Elshehabi14-Jan-07 22:41
Nader Elshehabi14-Jan-07 22:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.