Click here to Skip to main content
15,893,190 members
Home / Discussions / C#
   

C#

 
AnswerRe: Form error massage. Has anyone seen it! Pin
gwithey14-Jul-09 23:30
gwithey14-Jul-09 23:30 
GeneralRe: Form error massage. Has anyone seen it! Pin
Tom Deketelaere15-Jul-09 1:52
professionalTom Deketelaere15-Jul-09 1:52 
GeneralRe: Form error massage. Has anyone seen it! Pin
gwithey15-Jul-09 2:06
gwithey15-Jul-09 2:06 
GeneralRe: Form error massage. Has anyone seen it! Pin
Tom Deketelaere15-Jul-09 2:35
professionalTom Deketelaere15-Jul-09 2:35 
GeneralRe: Form error massage. Has anyone seen it! Pin
gwithey15-Jul-09 2:38
gwithey15-Jul-09 2:38 
AnswerRe: Form error massage. Has anyone seen it! Pin
V.15-Jul-09 1:02
professionalV.15-Jul-09 1:02 
Questionskipping access denied folders when using GetDirectories() Pin
lane0p214-Jul-09 22:46
lane0p214-Jul-09 22:46 
AnswerRe: skipping access denied folders when using GetDirectories() Pin
benjymous14-Jul-09 23:04
benjymous14-Jul-09 23:04 
AnswerRe: skipping access denied folders when using GetDirectories() Pin
Luc Pattyn15-Jul-09 0:30
sitebuilderLuc Pattyn15-Jul-09 0:30 
GeneralRe: skipping access denied folders when using GetDirectories() Pin
dan!sh 15-Jul-09 0:39
professional dan!sh 15-Jul-09 0:39 
GeneralRe: skipping access denied folders when using GetDirectories() Pin
Luc Pattyn15-Jul-09 0:44
sitebuilderLuc Pattyn15-Jul-09 0:44 
GeneralRe: skipping access denied folders when using GetDirectories() Pin
dan!sh 15-Jul-09 0:53
professional dan!sh 15-Jul-09 0:53 
GeneralRe: skipping access denied folders when using GetDirectories() Pin
Luc Pattyn15-Jul-09 1:02
sitebuilderLuc Pattyn15-Jul-09 1:02 
GeneralRe: skipping access denied folders when using GetDirectories() Pin
dan!sh 15-Jul-09 1:33
professional dan!sh 15-Jul-09 1:33 
AnswerRe: skipping access denied folders when using GetDirectories() Pin
dan!sh 15-Jul-09 0:36
professional dan!sh 15-Jul-09 0:36 
GeneralRe: skipping access denied folders when using GetDirectories() Pin
lane0p215-Jul-09 10:47
lane0p215-Jul-09 10:47 
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 
AnswerRe: Beep() does not work Pin
Luc Pattyn15-Jul-09 0:37
sitebuilderLuc Pattyn15-Jul-09 0:37 
Hi,

long time ago I started using this P/Invoke code:
/// <summary>
/// MessageBeep.
/// </summary>
/// <param name="type">Beep type:
/// 0x10 = "x" = HAND, ERROR, STOP = sound "Critical Stop"
/// 0x20 = "?" = QUESTION = sound "Question"
/// 0x30 = "!" = EXCLAMATION, WARNING = sound "Exclamation"
/// 0x40 = "i" = ASTERISK, INFORMATION = sound "Asterisk"
/// </param>
/// <returns></returns>
[DllImport("user32.dll")]
public static extern bool MessageBeep(int type);


Not sure I still have to do it this way though.
BTW: Make sure through Control Panel Sounds the right sounds are installed.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

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.