Click here to Skip to main content
15,887,596 members
Home / Discussions / C#
   

C#

 
AnswerRe: c# how to Temporary pause button click event until mousedoubleclick on new form-listbox shown? Pin
Eddy Vluggen18-Apr-18 23:10
professionalEddy Vluggen18-Apr-18 23:10 
AnswerRe: c# how to Temporary pause button click event until mousedoubleclick on new form-listbox shown? Pin
OriginalGriff18-Apr-18 23:50
mveOriginalGriff18-Apr-18 23:50 
AnswerRe: c# how to Temporary pause button click event until mousedoubleclick on new form-listbox shown? Pin
BillWoodruff20-Apr-18 3:59
professionalBillWoodruff20-Apr-18 3:59 
Questionplease hellp me how to write a code in c# which is send warning message before specific time thanks Pin
ahmedoze18-Apr-18 16:09
ahmedoze18-Apr-18 16:09 
AnswerRe: please hellp me how to write a code in c# which is send warning message before specific time thanks Pin
OriginalGriff18-Apr-18 19:50
mveOriginalGriff18-Apr-18 19:50 
QuestionRe: please hellp me how to write a code in c# which is send warning message before specific time thanks Pin
Eddy Vluggen18-Apr-18 22:50
professionalEddy Vluggen18-Apr-18 22:50 
AnswerRe: please hellp me how to write a code in c# which is send warning message before specific time thanks Pin
Richard MacCutchan19-Apr-18 0:57
mveRichard MacCutchan19-Apr-18 0:57 
AnswerRe: please hellp me how to write a code in c# which is send warning message before specific time thanks Pin
Pete O'Hanlon18-Apr-18 23:16
mvePete O'Hanlon18-Apr-18 23:16 
If this is your final project, you should know by now how to create a specification. You only have the highest level of requirement there. When you say that you want the system to send a warning message, for instance, how do you want that warning to be delivered? Are you sending it to a user logged into your system? Are you sending it to clients via email/text? You need to spend more time working out what your requirements are.

If, for instance, you wanted just to send this to a client via email, then you know that there is a possibility that the client isn't going to be logged into your system at an appropriate point. This tells you that you want to write something that can send updates to people as an unattended operation - in other words, you're probably going to want to write a service. You also need some way to identify that you have already sent a notification, so you probably want to have some attribute in the database, against the client, to identify that the message has been sent.

We aren't going to write your code for you, but we will give you ideas on how to start coming up with your own solution.
This space for rent

AnswerRe: please hellp me how to write a code in c# which is send warning message before specific time thanks Pin
Kandula Santosh21-Apr-18 8:15
Kandula Santosh21-Apr-18 8:15 
QuestionProcess.start is slow compared to Powershell Start-Process Pin
Neal Conrardy18-Apr-18 8:47
Neal Conrardy18-Apr-18 8:47 
AnswerRe: Process.start is slow compared to Powershell Start-Process Pin
Dave Kreskowiak18-Apr-18 17:20
mveDave Kreskowiak18-Apr-18 17:20 
GeneralRe: Process.start is slow compared to Powershell Start-Process Pin
Neal Conrardy19-Apr-18 5:15
Neal Conrardy19-Apr-18 5:15 
AnswerRe: Process.start is slow compared to Powershell Start-Process Pin
Eddy Vluggen18-Apr-18 22:55
professionalEddy Vluggen18-Apr-18 22:55 
QuestionSend data toServer with two parameters Pin
Carmen_Mundi18-Apr-18 8:44
Carmen_Mundi18-Apr-18 8:44 
QuestionRe: Send data toServer with two parameters Pin
Richard MacCutchan18-Apr-18 21:55
mveRichard MacCutchan18-Apr-18 21:55 
AnswerRe: Send data toServer with two parameters Pin
Carmen_Mundi19-Apr-18 5:55
Carmen_Mundi19-Apr-18 5:55 
GeneralRe: Send data toServer with two parameters Pin
Richard MacCutchan19-Apr-18 6:13
mveRichard MacCutchan19-Apr-18 6:13 
GeneralRe: Send data toServer with two parameters Pin
Carmen_Mundi19-Apr-18 7:37
Carmen_Mundi19-Apr-18 7:37 
GeneralRe: Send data toServer with two parameters Pin
Richard MacCutchan19-Apr-18 21:53
mveRichard MacCutchan19-Apr-18 21:53 
QuestionReading a specific portion of a text file Pin
Member 1377871518-Apr-18 4:42
Member 1377871518-Apr-18 4:42 
AnswerRe: Reading a specific portion of a text file Pin
OriginalGriff18-Apr-18 4:59
mveOriginalGriff18-Apr-18 4:59 
GeneralRe: Reading a specific portion of a text file Pin
Member 1377871518-Apr-18 7:34
Member 1377871518-Apr-18 7:34 
GeneralRe: Reading a specific portion of a text file Pin
OriginalGriff18-Apr-18 8:16
mveOriginalGriff18-Apr-18 8:16 
GeneralRe: Reading a specific portion of a text file Pin
Member 1377871518-Apr-18 11:29
Member 1377871518-Apr-18 11:29 
AnswerRe: Reading a specific portion of a text file Pin
Gerry Schmitz18-Apr-18 5:54
mveGerry Schmitz18-Apr-18 5:54 

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.