What do I do if I want to draw some text on other program? [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 8 years ago.
Improve this question
I want to write a helper program to display some text on the other program. e.g.: I can display my guess on tiles in minesweeper in windows.
update 0906: I don't need inject a program, I can just check pixels on screen and show some text on screen. Is there some idea?
How can I do this?

Related

Fixed-size form [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 5 years ago.
Improve this question
I was testing my app, which uses a borderless form, and I accidentally maximised the wrong program, using WINDOWS + UP.
How can I stop my border-less from from being resized using the keyboard shortcuts?
Set Maximum Size for your Form and it will not be maximized any more

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

Speech Recognition to enter values in datagridview C# WPF [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
I need to enter marks in a datagrid by converting speech to text. Is there any methods. I have no idea
dont know what exactly you want to do, but speech recognition is relatively easy in C#, check for example this out: http://csharp-tricks-en.blogspot.de/2011/03/speech-recognition-part-1-dictation-mode.html

Selective formatting in a TextBox [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 it possible to do selective formatting in a text box i.e. I actually wanted to change the color of mobile numbers in order to the status of DND?
This may be an overkill, but take a look at the RichTextBox class. Here is a nice tutorial.

Creating Notification Form like Antivirus [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
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

Categories

Resources