Click here to Skip to main content
15,915,163 members
Home / Discussions / C#
   

C#

 
QuestionClick Once Deployment for solution Pin
Abdul Rahman Hamidy19-Sep-09 0:09
Abdul Rahman Hamidy19-Sep-09 0:09 
QuestionObservableCollection bound to ListView Pin
b4ip18-Sep-09 23:54
b4ip18-Sep-09 23:54 
AnswerRe: ObservableCollection bound to ListView Pin
Manas Bhardwaj18-Sep-09 23:58
professionalManas Bhardwaj18-Sep-09 23:58 
QuestionSelect treenode automatically Pin
kmb8918-Sep-09 21:59
kmb8918-Sep-09 21:59 
AnswerRe: Select treenode automatically Pin
Christian Graus18-Sep-09 22:23
protectorChristian Graus18-Sep-09 22:23 
GeneralRe: Select treenode automatically Pin
kmb8918-Sep-09 22:39
kmb8918-Sep-09 22:39 
GeneralRe: Select treenode automatically Pin
Christian Graus18-Sep-09 22:40
protectorChristian Graus18-Sep-09 22:40 
GeneralRe: Select treenode automatically Pin
kmb8918-Sep-09 22:50
kmb8918-Sep-09 22:50 
GeneralRe: Select treenode automatically Pin
Christian Graus18-Sep-09 22:56
protectorChristian Graus18-Sep-09 22:56 
GeneralRe: Select treenode automatically Pin
Christian Graus18-Sep-09 23:08
protectorChristian Graus18-Sep-09 23:08 
GeneralRe: Select treenode automatically Pin
kmb8918-Sep-09 23:31
kmb8918-Sep-09 23:31 
GeneralRe: Select treenode automatically Pin
Malcolm Smart19-Sep-09 2:31
Malcolm Smart19-Sep-09 2:31 
GeneralRe: Select treenode automatically Pin
PIEBALDconsult19-Sep-09 8:50
mvePIEBALDconsult19-Sep-09 8:50 
QuestionHow to set focus on a control in MVVM pattern. Pin
AmitSumit18-Sep-09 19:59
AmitSumit18-Sep-09 19:59 
AnswerRe: How to set focus on a control in MVVM pattern. Pin
Christian Graus18-Sep-09 20:13
protectorChristian Graus18-Sep-09 20:13 
AnswerRe: How to set focus on a control in MVVM pattern. Pin
Ravi Mori18-Sep-09 20:45
Ravi Mori18-Sep-09 20:45 
QuestionConverting Business Object to Data Transfer Object Pin
Saiyed Alam18-Sep-09 19:04
Saiyed Alam18-Sep-09 19:04 
AnswerRe: Converting Business Object to Data Transfer Object Pin
Christian Graus18-Sep-09 19:11
protectorChristian Graus18-Sep-09 19:11 
GeneralRe: Converting Business Object to Data Transfer Object Pin
Saiyed Alam18-Sep-09 20:52
Saiyed Alam18-Sep-09 20:52 
GeneralRe: Converting Business Object to Data Transfer Object Pin
Christian Graus18-Sep-09 22:24
protectorChristian Graus18-Sep-09 22:24 
AnswerRe: Converting Business Object to Data Transfer Object Pin
Tobias825-Nov-09 22:33
Tobias825-Nov-09 22:33 
Questionc# music resource Pin
discreetz18-Sep-09 18:56
discreetz18-Sep-09 18:56 
AnswerRe: c# music resource Pin
Christian Graus18-Sep-09 19:13
protectorChristian Graus18-Sep-09 19:13 
AnswerRe: c# music resource Pin
ck21618-Sep-09 23:57
ck21618-Sep-09 23:57 
In the Solution Explorer you can open the directory named Resources,click tune.wav.
Change its first advanced properties,so it would copy the wav file to the the directory where your program is.
axWindowsMediaPlayer1.URL = Application.StartupPath + "\\Resources\\tune.wav";
You can have a try.
My English is just so so,wish it can help you.
GeneralRe: c# music resource Pin
discreetz19-Sep-09 6:12
discreetz19-Sep-09 6:12 

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.