Click here to Skip to main content
15,914,642 members
Home / Discussions / C#
   

C#

 
GeneralRe: DataGrid's row Color Change Pin
rudy.net15-Jul-05 20:16
rudy.net15-Jul-05 20:16 
GeneralRe: DataGrid's row Color Change Pin
rudy.net16-Jul-05 10:12
rudy.net16-Jul-05 10:12 
Generalusing custom actions Pin
sianatia15-Jul-05 19:13
sianatia15-Jul-05 19:13 
GeneralLoad rtf file into a richtextbox while retaining format information Pin
sparks_lu15-Jul-05 12:58
sparks_lu15-Jul-05 12:58 
GeneralRe: Load rtf file into a richtextbox while retaining format information Pin
Dave Kreskowiak15-Jul-05 17:13
mveDave Kreskowiak15-Jul-05 17:13 
GeneralQuestions about Kernel32.dll's Beep() Pin
Lord Kixdemp15-Jul-05 11:52
Lord Kixdemp15-Jul-05 11:52 
GeneralRe: Questions about Kernel32.dll's Beep() Pin
Rob Graham15-Jul-05 12:50
Rob Graham15-Jul-05 12:50 
GeneralRe: Questions about Kernel32.dll's Beep() Pin
Dave Kreskowiak15-Jul-05 17:12
mveDave Kreskowiak15-Jul-05 17:12 
I agree with Ron. Either you've got a hardware problem, or someone turned the volumn down on the speakers or in the Sound control panel or the little Volume slider, or muted either.

And yeah, copying Kernel32.dll from another machine is a REALLY bad idea. If you replaced with one in System32, it's amazing your machine even booted!

BTW: Beep takes two parameters: unsigned integers, NOT floats, doubles, decimals, ... floating point numbers will not work. The proper DllImport should look like this:
static extern bool Beep(uint dwFreq, uint dwDuration);



RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Questions about Kernel32.dll's Beep() Pin
leppie15-Jul-05 22:11
leppie15-Jul-05 22:11 
GeneralRe: Questions about Kernel32.dll's Beep() Pin
Lord Kixdemp16-Jul-05 7:45
Lord Kixdemp16-Jul-05 7:45 
GeneralRe: Questions about Kernel32.dll's Beep() Pin
Rob Graham16-Jul-05 12:29
Rob Graham16-Jul-05 12:29 
GeneralRe: Questions about Kernel32.dll's Beep() Pin
Anonymous18-Jul-05 14:41
Anonymous18-Jul-05 14:41 
QuestionInheriting from Constraint ??? Pin
Besinci15-Jul-05 10:58
Besinci15-Jul-05 10:58 
AnswerRe: Inheriting from Constraint ??? Pin
leppie15-Jul-05 22:13
leppie15-Jul-05 22:13 
GeneralPrinting to debug window from Web Service Pin
maskeen15-Jul-05 10:41
maskeen15-Jul-05 10:41 
GeneralMy Article Updated Pin
Ahmed Erarslan15-Jul-05 10:21
Ahmed Erarslan15-Jul-05 10:21 
GeneralRe: My Article Updated Pin
Judah Gabriel Himango15-Jul-05 10:36
sponsorJudah Gabriel Himango15-Jul-05 10:36 
GeneralRe: My Article Updated Pin
Dave Kreskowiak15-Jul-05 17:05
mveDave Kreskowiak15-Jul-05 17:05 
GeneralRe: My Article Updated Pin
Yulianto.15-Jul-05 18:07
Yulianto.15-Jul-05 18:07 
GeneralSearch a treeView Pin
Anonymous15-Jul-05 8:46
Anonymous15-Jul-05 8:46 
GeneralRe: Search a treeView Pin
Judah Gabriel Himango15-Jul-05 9:39
sponsorJudah Gabriel Himango15-Jul-05 9:39 
GeneralRe: Search a treeView Pin
Anonymous15-Jul-05 11:15
Anonymous15-Jul-05 11:15 
GeneralRe: Search a treeView Pin
Joel Lucsy15-Jul-05 16:41
Joel Lucsy15-Jul-05 16:41 
GeneralNumber TextBox Pin
Kamrul Hasan15-Jul-05 8:22
Kamrul Hasan15-Jul-05 8:22 
GeneralRe: Number TextBox Pin
Judah Gabriel Himango15-Jul-05 9:40
sponsorJudah Gabriel Himango15-Jul-05 9:40 

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.