I was looking at a video tutorial and the instructor typed "timer.Tick += Event" and a little more and below where he was typing "void timer_Tick(object sender Event" and some code for the throw exception handling appeared as if by magic.... just how did he get that to appear without typing it?
Thanks, I am a newbie so dont crush me to bad....Thanks
Loading
Kirtan PatelPosted Dec 19, 2009, 11:46 PM
it Done Through Intellisense of visual Studio
you can do this by ..
Pressing Control + K +X then you will get following
just type try and hit enter it will insert whole Try Catch structure for you ..
Thats it :)
Rick MarshallPosted Dec 20, 2009, 9:15 AM
It worked for me as soon as I hit the = key in the coding. Thanks
Rick MarshallPosted Dec 20, 2009, 8:00 AM
Thanks to you I can go on with the tutorial....
How do I check the box you mentioned in the post? I am very thankful.....