I'm working on a project using C#, but when I run the screen there's nothing print on the screen [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 7 days ago.
Improve this question
I'm working on a project using C# but I can't print any things in the screen. when i click run enter image description here here's my code
I expected when I click run to print on the screen what I write in the main

Related

How to remove the visual studio solution version icon? [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 15 hours ago.
Improve this question
enter image description here,I want to remove the solution version icon, but I don't know how to deal with it.
I want to remove the solution version icon, but I don't know how to deal with it.

How to create this project [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 yesterday.
Improve this question
How can I create an image gallery in which I can add more than one image, display it, and move between images in C# Windows Form App
How can I create an image gallery in which I can add more than one image, display it, and move between images

i have a problem with c# winforms app and i dont know where to start [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 2 days ago.
Improve this question
I have a problem with my C# windows forms app.
I am building a weighting scale program, I have to connect the loadcell via (rs-232)
to the computer. i want to send the weight into a textbox without the user having to specify the ports, Baudrate...etc. I am new to C# and I don't know even where to start. can you please help?
Note: the textbox must read the weight live not by instance nor by a button click

How to change a window layout on a button press? [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 5 years ago.
Improve this question
what I am asking is when writing WPF applications in C# how can I get it so on a press of the menu bar the window changes to a different layout with different feature.
I think you should use a TabControl, see https://msdn.microsoft.com/en-us/library/system.windows.controls.tabcontrol(v=vs.110).aspx

how to print a page using asp:button in 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 7 years ago.
Improve this question
I want print the current page when click on asp:button. How can to achieve that?
I have google this thing for help but every time I end up finding it for windows application and I am working on web application in .net.
Is there any command or any jquery which can help me to do that?
Please suggest something!
You can try window.print() (javascript):
http://www.w3schools.com/jsref/met_win_print.asp

Categories