Click here to Skip to main content
15,888,018 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I learned about the c # and fairly novice, I more interested in things in the interface, I found that I could not understand a lot of calls WinAPI. .I would like to know how initially to learn before they can go slowly, I want to develop a screenshot saved, do not know where to start. .Please teachers urged
Posted
Comments
ZurdoDev 13-May-13 21:49pm    
Look for tutorials online for what you want to do.
open3820000 13-May-13 21:50pm    
I have here seems to be finding out about this kind of online tutorials
Sergey Alexandrovich Kryukov 13-May-13 22:00pm    
It was hard to answer something certain, but I tried it. Please see.
—SA

1 solution

Nobody can put one's own brain in your head. If you don't understand something in the API, which is quite well documented and simple enough, it means you need to take a step back and learn the basics: working mechanisms of variables, fields, methods, properties, method parameters and so on, how the language and platform work together.

If you don't know where to start, showing the starting point cannot help you, as next time you won't be able to see where to start again. Perhaps, a recipe for you would be: 1) never do the job in which you don't know where to start, make a step back, 2) make sure your are not standing at the same point, do the progress.

Sorry, this is pretty much talking about nothing, but I feel you would need something like that.

As to the saving of the screenshot, this is explained here: http://pcsxcetrasupport3.wordpress.com/2012/03/09/windows-form-screenshot-and-print-preview-in-vb-net/[^].

However, it can be the problem again. You can learn how to make a screenshot, but it won't help you to solve your next problem. Will it help you to know where to start? You really need to develop a development method, and the method of reading and understanding documentation, and the method for the search for the documentation. The method of thinking. How to get there? By starting with problems which are easier for you. This is trivial, but the truth is often trivial, after you know it.

Good luck,
—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900