Creating Notification Form like Antivirus [closed] - c#

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I have an programme that in his load test to show up an Notification
if (DateTime.Today.ToString() == AlreadyDate)
{
formNotification.show();
}
its succed to show but i want it to show like an antivirus notification
Thanks <3

Maybe this WPF library can help you http://www.hardcodet.net/wpf-notifyicon

Related

Save Screenshot to specified directory when a button is clicked [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
I am looking to make a small windows utility that will let the user browse to a file directory. Is there a good C# method (Windows) to execute this?
If you are using WinForms, you want FolderBrowserDialog.
See here: https://msdn.microsoft.com/en-us/library/system.windows.forms.folderbrowserdialog(v=vs.110).aspx

Asternet AMI Send Command c# [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
Please tell me how to send commands (e.g.: sip show peers) via asternet (c#). Any help or link will be highly appreciated.
Like:
AsterNET.Manager.Response.ManagerResponse response = SendAction("sip show peers");
"sip show peers" is COMMAND.
You have send action COMMAND.
https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+ManagerAction_Command

Open a windows network diagnostic with a button? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
Is it possible to open the windows network diagnostic from C# code (a button-click handler)? How can I do this?
See MSDN. Here's an example:
System.Diagnostics.Process.Start(
"Rundll32.exe","ndfapi,NdfRunDllDiagnoseIncident");

Show native system messages C# [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
Is there a way to show the native Windows messages, like "your pc needs to be restarted" or "Windows has recovered from an error", using C#?
You can use the MessageBox class: http://msdn.microsoft.com/en-us/library/system.windows.forms.messagebox.aspx

State view and application view asp.net c# [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
Can you give some links whit, code examples, what is State view and application view for beginners to better understand ?
http://www.w3schools.com/aspnet/aspnet_viewstate.asp
http://asp.net-tutorials.com/state/viewstate/

Categories

Resources