Click here to Skip to main content
15,912,205 members
Home / Discussions / C#
   

C#

 
QuestionRe: C# unable to get handle when multiple instances of app are open in windows 8.1 Pin
Eddy Vluggen25-Apr-14 4:01
professionalEddy Vluggen25-Apr-14 4:01 
AnswerRe: C# unable to get handle when multiple instances of app are open in windows 8.1 Pin
RRLCoder25-Apr-14 6:44
RRLCoder25-Apr-14 6:44 
GeneralRe: C# unable to get handle when multiple instances of app are open in windows 8.1 Pin
Eddy Vluggen27-Apr-14 9:00
professionalEddy Vluggen27-Apr-14 9:00 
GeneralRe: C# unable to get handle when multiple instances of app are open in windows 8.1 Pin
RRLCoder27-Apr-14 10:49
RRLCoder27-Apr-14 10:49 
QuestionMute other applications Pin
el_stupey24-Apr-14 15:40
el_stupey24-Apr-14 15:40 
AnswerRe: Mute other applications Pin
Mycroft Holmes24-Apr-14 16:17
professionalMycroft Holmes24-Apr-14 16:17 
GeneralRe: Mute other applications Pin
el_stupey26-Apr-14 1:39
el_stupey26-Apr-14 1:39 
AnswerRe: Mute other applications Pin
Eddy Vluggen25-Apr-14 3:53
professionalEddy Vluggen25-Apr-14 3:53 
el_stupey wrote:
Im also considering making it a Service instead, so the receptionist doesnt close it.
That's not what a service is for; and yes, the user can close services. Using services also introduces a new problem - they usually run under a system-account, and should not be messing with the users' desk.

Simplest solution; get a list of MP3's to play. Play them yourself (from code), then it becomes quite easy to interrupt the song at a predefined time and to play "something else".
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

GeneralRe: Mute other applications Pin
el_stupey26-Apr-14 1:46
el_stupey26-Apr-14 1:46 
Questionhow to edit in crystal report Pin
Er Aslam Khan23-Apr-14 22:33
Er Aslam Khan23-Apr-14 22:33 
AnswerRe: how to edit in crystal report PinPopular
Chris Quinn23-Apr-14 22:59
Chris Quinn23-Apr-14 22:59 
AnswerRe: how to edit in crystal report Pin
Keith Barrow24-Apr-14 3:09
professionalKeith Barrow24-Apr-14 3:09 
AnswerRe: how to edit in crystal report Pin
thatraja24-Apr-14 21:09
professionalthatraja24-Apr-14 21:09 
AnswerRe: how to edit in crystal report Pin
Mycroft Holmes24-Apr-14 21:57
professionalMycroft Holmes24-Apr-14 21:57 
AnswerRe: how to edit in crystal report Pin
V.25-Apr-14 2:00
professionalV.25-Apr-14 2:00 
QuestionWndProc related issue in win apps c# Pin
Tridip Bhattacharjee23-Apr-14 20:55
professionalTridip Bhattacharjee23-Apr-14 20:55 
QuestionRe: WndProc related issue in win apps c# Pin
Eddy Vluggen23-Apr-14 21:46
professionalEddy Vluggen23-Apr-14 21:46 
AnswerRe: WndProc related issue in win apps c# Pin
Tridip Bhattacharjee24-Apr-14 0:25
professionalTridip Bhattacharjee24-Apr-14 0:25 
GeneralRe: WndProc related issue in win apps c# Pin
Eddy Vluggen24-Apr-14 1:20
professionalEddy Vluggen24-Apr-14 1:20 
GeneralRe: WndProc related issue in win apps c# Pin
Tridip Bhattacharjee24-Apr-14 1:43
professionalTridip Bhattacharjee24-Apr-14 1:43 
GeneralRe: WndProc related issue in win apps c# Pin
Eddy Vluggen24-Apr-14 6:22
professionalEddy Vluggen24-Apr-14 6:22 
GeneralRe: WndProc related issue in win apps c# Pin
Tridip Bhattacharjee24-Apr-14 20:49
professionalTridip Bhattacharjee24-Apr-14 20:49 
GeneralRe: WndProc related issue in win apps c# Pin
Eddy Vluggen25-Apr-14 3:27
professionalEddy Vluggen25-Apr-14 3:27 
GeneralRe: WndProc related issue in win apps c# Pin
Tridip Bhattacharjee27-Apr-14 20:42
professionalTridip Bhattacharjee27-Apr-14 20:42 
QuestionC# DATAGRIDVIEW CELL EDIT Pin
mubasit23-Apr-14 19:58
mubasit23-Apr-14 19:58 

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.