Click here to Skip to main content
15,919,613 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionproblem in updating data in sql table Pin
Anonymous26-Sep-05 3:37
Anonymous26-Sep-05 3:37 
AnswerRe: problem in updating data in sql table Pin
Dave Kreskowiak26-Sep-05 4:54
mveDave Kreskowiak26-Sep-05 4:54 
GeneralRe: problem in updating data in sql table Pin
Anonymous26-Sep-05 9:29
Anonymous26-Sep-05 9:29 
QuestionHow To Get Name of a Menu Item Pin
Gopi.V26-Sep-05 1:48
Gopi.V26-Sep-05 1:48 
AnswerRe: How To Get Name of a Menu Item Pin
Briga26-Sep-05 1:58
Briga26-Sep-05 1:58 
QuestionChaning button with an image Pin
Member 225908025-Sep-05 23:55
Member 225908025-Sep-05 23:55 
AnswerRe: Chaning button with an image Pin
_mubashir26-Sep-05 1:06
_mubashir26-Sep-05 1:06 
AnswerRe: Chaning button with an image Pin
_mubashir26-Sep-05 1:16
_mubashir26-Sep-05 1:16 
For playing sound...use the following


Public Const SND_ASYNC = &H1 ' play asynchronously
Public Const SND_LOOP = &H8 ' loop the sound until next sndPlaySound
Public Const SND_NOSTOP = &H10 ' don't stop any currently playing sound
Public Const SND_NOWAIT = &H2000 ' don't wait if the driver is busy

' Use the following library
Private Declare Function PlaySound Lib "winmm.dll" Alias "PlaySoundA" (ByVal lpszName As String, ByVal hModule As Long, ByVal dwFlags As Long) As Long


' call

PlaySound("FilePath And Name", 0, SND_NOSTOP)


_mubashir
GeneralRe: Chaning button with an image Pin
Member 225908026-Sep-05 12:13
Member 225908026-Sep-05 12:13 
QuestionMusic with VB.NET Pin
Anonymous25-Sep-05 23:52
Anonymous25-Sep-05 23:52 
AnswerRe: Music with VB.NET Pin
Gopi.V26-Sep-05 1:36
Gopi.V26-Sep-05 1:36 
Questionis it possible.... Pin
icowa25-Sep-05 22:04
icowa25-Sep-05 22:04 
AnswerRe: is it possible.... Pin
rwestgraham26-Sep-05 8:01
rwestgraham26-Sep-05 8:01 
GeneralRe: is it possible.... Pin
icowa26-Sep-05 12:45
icowa26-Sep-05 12:45 
QuestionHow to use class for data accessing Pin
akhil.garg25-Sep-05 21:20
akhil.garg25-Sep-05 21:20 
AnswerRe: How to use class for data accessing Pin
Gopi.V26-Sep-05 1:42
Gopi.V26-Sep-05 1:42 
Questionhow to save pdf files to SQL database? Pin
BORN...again!25-Sep-05 20:42
BORN...again!25-Sep-05 20:42 
QuestionHelp files Pin
JD_SA25-Sep-05 20:24
sussJD_SA25-Sep-05 20:24 
AnswerRe: Help files Pin
Briga25-Sep-05 21:36
Briga25-Sep-05 21:36 
Question.NET Themes Pin
Chetan Ranpariya25-Sep-05 18:56
Chetan Ranpariya25-Sep-05 18:56 
QuestionRe: Application Security Pin
Anonymous25-Sep-05 18:42
Anonymous25-Sep-05 18:42 
AnswerRe: Application Security Pin
Dave Kreskowiak26-Sep-05 1:36
mveDave Kreskowiak26-Sep-05 1:36 
QuestionHow i shutdown another PC in the network Pin
basant_kpg25-Sep-05 18:05
basant_kpg25-Sep-05 18:05 
AnswerRe: How i shutdown another PC in the network Pin
Steve Pullan25-Sep-05 20:52
Steve Pullan25-Sep-05 20:52 
QuestionRe: How i shutdown another PC in the network Pin
basant_kpg26-Sep-05 4:29
basant_kpg26-Sep-05 4:29 

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.