Click here to Skip to main content
15,907,281 members
Home / Discussions / C#
   

C#

 
AnswerRe: system.web.mail and .net 1.1 Pin
Aby Thomas Varghese18-Oct-06 8:59
Aby Thomas Varghese18-Oct-06 8:59 
QuestionWindows applications and use of RDBMS Pin
robert11018-Oct-06 7:43
robert11018-Oct-06 7:43 
AnswerRe: Windows applications and use of RDBMS Pin
User 665818-Oct-06 7:56
User 665818-Oct-06 7:56 
Questionplay a wav file Pin
rzvme18-Oct-06 6:46
rzvme18-Oct-06 6:46 
AnswerRe: play a wav file Pin
Christian Graus18-Oct-06 6:52
protectorChristian Graus18-Oct-06 6:52 
GeneralRe: play a wav file Pin
rzvme18-Oct-06 6:57
rzvme18-Oct-06 6:57 
GeneralRe: play a wav file Pin
Christian Graus18-Oct-06 7:07
protectorChristian Graus18-Oct-06 7:07 
AnswerRe: play a wav file Pin
Luc Pattyn18-Oct-06 8:09
sitebuilderLuc Pattyn18-Oct-06 8:09 
You are looking for one of these functions Smile | :)

[DllImport("Winmm.dll", CallingConvention=CallingConvention.Cdecl)]
static extern int sndPlaySound(IntPtr buffer, int dwFlags);

[DllImport("Winmm.dll", CharSet=CharSet.Ansi,
CallingConvention=CallingConvention.Cdecl)]
static extern int PlaySound(string filespec, int hModule, int dwFlags);


Luc Pattyn

AnswerRe: play a wav file Pin
Aby Thomas Varghese18-Oct-06 9:07
Aby Thomas Varghese18-Oct-06 9:07 
QuestionDataGrid sorting causes rows to be out of sync with bound DataTable Pin
Rick Beideman18-Oct-06 5:25
Rick Beideman18-Oct-06 5:25 
AnswerRe: DataGrid sorting causes rows to be out of sync with bound DataTable Pin
Robert Rohde18-Oct-06 6:26
Robert Rohde18-Oct-06 6:26 
GeneralRe: DataGrid sorting causes rows to be out of sync with bound DataTable Pin
Rick Beideman18-Oct-06 6:59
Rick Beideman18-Oct-06 6:59 
QuestionDraw one control onto another Pin
nickspacek18-Oct-06 3:07
nickspacek18-Oct-06 3:07 
AnswerRe: Draw one control onto another Pin
mnvkng7618-Oct-06 3:37
mnvkng7618-Oct-06 3:37 
GeneralRe: Draw one control onto another Pin
nickspacek18-Oct-06 3:45
nickspacek18-Oct-06 3:45 
AnswerRe: Draw one control onto another Pin
Christian Graus18-Oct-06 4:07
protectorChristian Graus18-Oct-06 4:07 
GeneralRe: Draw one control onto another Pin
nickspacek18-Oct-06 4:20
nickspacek18-Oct-06 4:20 
GeneralRe: Draw one control onto another Pin
Christian Graus18-Oct-06 4:25
protectorChristian Graus18-Oct-06 4:25 
GeneralRe: Draw one control onto another Pin
nickspacek18-Oct-06 5:02
nickspacek18-Oct-06 5:02 
AnswerRe: Draw one control onto another Pin
Wjousts18-Oct-06 4:27
Wjousts18-Oct-06 4:27 
GeneralRe: Draw one control onto another Pin
nickspacek18-Oct-06 4:46
nickspacek18-Oct-06 4:46 
QuestionHow to set opacity of picturebox ? Pin
hdv21218-Oct-06 2:39
hdv21218-Oct-06 2:39 
AnswerRe: How to set opacity of picturebox ? Pin
Christian Graus18-Oct-06 4:02
protectorChristian Graus18-Oct-06 4:02 
GeneralRe: How to set opacity of picturebox ? Pin
hdv21218-Oct-06 6:09
hdv21218-Oct-06 6:09 
GeneralRe: How to set opacity of picturebox ? Pin
Christian Graus18-Oct-06 8:14
protectorChristian Graus18-Oct-06 8:14 

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.