Click here to Skip to main content
15,879,535 members
Home / Discussions / C#
   

C#

 
QuestionBeep() does not work Pin
gehbitte14-Jul-09 22:44
gehbitte14-Jul-09 22:44 
AnswerRe: Beep() does not work Pin
Nagy Vilmos14-Jul-09 23:11
professionalNagy Vilmos14-Jul-09 23:11 
GeneralRe: Beep() does not work Pin
DaveyM6914-Jul-09 23:22
professionalDaveyM6914-Jul-09 23:22 
GeneralRe: Beep() does not work Pin
Nagy Vilmos14-Jul-09 23:28
professionalNagy Vilmos14-Jul-09 23:28 
GeneralRe: Beep() does not work Pin
Luc Pattyn15-Jul-09 0:32
sitebuilderLuc Pattyn15-Jul-09 0:32 
AnswerRe: Beep() does not work Pin
DaveyM6914-Jul-09 23:21
professionalDaveyM6914-Jul-09 23:21 
GeneralRe: Beep() does not work Pin
PIEBALDconsult15-Jul-09 18:20
mvePIEBALDconsult15-Jul-09 18:20 
AnswerRe: Beep() does not work Pin
Rajesh R Subramanian14-Jul-09 23:55
professionalRajesh R Subramanian14-Jul-09 23:55 
gehbitte wrote:
public static void Alarm()
{
for (int i = 0; i < 3; i++)
{
Beep(500, 1000);
Beep(1000, 1000);
}
}



You are not bothering to check the return value from the API. Can you check it to verify that the function succeeds?


It is a crappy thing, but it's life -^ Carlo Pallini

AnswerRe: Beep() does not work Pin
Luc Pattyn15-Jul-09 0:37
sitebuilderLuc Pattyn15-Jul-09 0:37 
AnswerRe: Beep() does not work Pin
gehbitte15-Jul-09 23:35
gehbitte15-Jul-09 23:35 
QuestionNeed help. Pin
mjawadkhatri14-Jul-09 22:21
mjawadkhatri14-Jul-09 22:21 
AnswerRe: Need help. [modified] Pin
Blue_Boy14-Jul-09 22:30
Blue_Boy14-Jul-09 22:30 
GeneralRe: Need help. Pin
mjawadkhatri14-Jul-09 23:48
mjawadkhatri14-Jul-09 23:48 
QuestionDatagridview to Database table Pin
5fingers14-Jul-09 22:10
5fingers14-Jul-09 22:10 
AnswerRe: Datagridview to Database table Pin
Vimalsoft(Pty) Ltd14-Jul-09 23:34
professionalVimalsoft(Pty) Ltd14-Jul-09 23:34 
GeneralRe: gridview to Database table asp.net C# Pin
5fingers14-Jul-09 23:37
5fingers14-Jul-09 23:37 
GeneralRe: gridview to Database table asp.net C# Pin
Vimalsoft(Pty) Ltd14-Jul-09 23:47
professionalVimalsoft(Pty) Ltd14-Jul-09 23:47 
QuestionHow to get listbox items to string? Pin
swetha_insoft14-Jul-09 21:04
swetha_insoft14-Jul-09 21:04 
AnswerRe: How to get listbox items to string? Pin
SeMartens14-Jul-09 21:09
SeMartens14-Jul-09 21:09 
AnswerRe: How to get listbox items to string? Pin
stancrm14-Jul-09 21:11
stancrm14-Jul-09 21:11 
GeneralRe: How to get listbox items to string? Pin
swetha_insoft14-Jul-09 21:21
swetha_insoft14-Jul-09 21:21 
GeneralRe: How to get listbox items to string? Pin
SeMartens14-Jul-09 21:26
SeMartens14-Jul-09 21:26 
GeneralRe: How to get listbox items to string? Pin
Blue_Boy14-Jul-09 21:53
Blue_Boy14-Jul-09 21:53 
AnswerRe: How to get listbox items to string? Pin
dule4327-Aug-09 15:07
dule4327-Aug-09 15:07 
Questionrandom number generation Pin
givya14-Jul-09 21:02
givya14-Jul-09 21:02 

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.