Click here to Skip to main content
15,886,919 members
Home / Discussions / C#
   

C#

 
AnswerRe: alpha numeric char Pin
BobJanova22-Nov-12 23:27
BobJanova22-Nov-12 23:27 
AnswerRe: alpha numeric char Pin
V.23-Nov-12 0:06
professionalV.23-Nov-12 0:06 
GeneralRe: alpha numeric char Pin
Richard MacCutchan23-Nov-12 1:46
mveRichard MacCutchan23-Nov-12 1:46 
GeneralRe: alpha numeric char Pin
DaveAuld23-Nov-12 3:02
professionalDaveAuld23-Nov-12 3:02 
GeneralRe: alpha numeric char Pin
V.23-Nov-12 3:23
professionalV.23-Nov-12 3:23 
GeneralRe: alpha numeric char Pin
Richard MacCutchan23-Nov-12 5:22
mveRichard MacCutchan23-Nov-12 5:22 
QuestionHow to creat a beep sound in 20 miliseconds Pin
long dao22-Nov-12 21:22
long dao22-Nov-12 21:22 
AnswerRe: How to creat a beep sound in 20 miliseconds Pin
Sivaraman Dhamodharan22-Nov-12 22:27
Sivaraman Dhamodharan22-Nov-12 22:27 
Adjust the frequency. (First Param)
To know what it does, try the below one. [Are you in Office Smile | :) ? ]
for (int i=0; i<100000; i++)
Console.Beep(i, 30);

The second param is duration. 20 Millisecond is very less. Increase that to 200 and above to hear something. But in the above example 30 is OK. You know why when you execute...

GeneralRe: How to creat a beep sound in 20 miliseconds Pin
long dao22-Nov-12 22:44
long dao22-Nov-12 22:44 
GeneralRe: How to creat a beep sound in 20 miliseconds Pin
Dr.Walt Fair, PE23-Nov-12 14:48
professionalDr.Walt Fair, PE23-Nov-12 14:48 
AnswerRe: How to creat a beep sound in 20 miliseconds Pin
Braj_1222-Nov-12 22:35
Braj_1222-Nov-12 22:35 
AnswerRe: How to creat a beep sound in 20 miliseconds Pin
Richard MacCutchan22-Nov-12 23:49
mveRichard MacCutchan22-Nov-12 23:49 
QuestionDetermine Hardware ID in Windows XP Pin
cpt_veerhoek22-Nov-12 19:43
cpt_veerhoek22-Nov-12 19:43 
QuestionNeed football game comments Pin
leone22-Nov-12 0:35
leone22-Nov-12 0:35 
AnswerRe: Need football game comments Pin
Dave Kreskowiak22-Nov-12 4:59
mveDave Kreskowiak22-Nov-12 4:59 
AnswerRe: Need football game comments Pin
Pete O'Hanlon22-Nov-12 5:26
mvePete O'Hanlon22-Nov-12 5:26 
GeneralMessage Closed Pin
22-Nov-12 5:51
mveRichard Deeming22-Nov-12 5:51 
GeneralRe: Need football game comments Pin
Pete O'Hanlon22-Nov-12 9:29
mvePete O'Hanlon22-Nov-12 9:29 
GeneralRe: Need football game comments Pin
Richard Deeming23-Nov-12 1:38
mveRichard Deeming23-Nov-12 1:38 
AnswerRe: Need football game comments Pin
BobJanova23-Nov-12 1:00
BobJanova23-Nov-12 1:00 
GeneralRe: Need football game comments Pin
leone23-Nov-12 9:23
leone23-Nov-12 9:23 
GeneralRe: Need football game comments Pin
BobJanova23-Nov-12 14:31
BobJanova23-Nov-12 14:31 
QuestionEmpty record returned with this query when querying Oracle database with .NET but gave rows in SQL+ Pin
awedaonline21-Nov-12 23:35
awedaonline21-Nov-12 23:35 
AnswerRe: Empty record returned with this query when querying Oracle database with .NET but gave rows in SQL+ Pin
Simon_Whale22-Nov-12 5:12
Simon_Whale22-Nov-12 5:12 
GeneralRe: Empty record returned with this query when querying Oracle database with .NET but gave rows in SQL+ Pin
awedaonline22-Nov-12 5:38
awedaonline22-Nov-12 5:38 

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.