Working as Desired and I can say Move it to the Finished Section.Thank you SKWIRE-paarkhi
Great to hear and you're welcome. This was an interesting one to code.
One off-topics question is Any Suggestion on How to learn Hotkey and where from? Is it difficult, because after seeing you I feel I should also be able to help others?-paarkhi
This is a great post to start from:
http://www.autohotke...t-182060.html#182060My own thoughts on things...
It's only as difficult as you want it to be. Too many people are afraid of failure and never even get started. Others are afraid of the potential immensity of programming and fail to get their hands dirty. Start very small and create the blocks of knowledge that will eventually lead you into bigger and bigger projects. As jaco says in that thread, nobody was born knowing this stuff, it takes time.
The AHK forum has TONS of code examples on how to do just about anything. Studying others' code is a great way to learn how to do something. No need to reinvent the wheel, as they say. Of course, you have to separate the wheat from the chaff but that's to be expected with any online forum. Also, the help file that is included when you install AutoHotkey is fantastic. I almost always have it open alongside my editor when coding.
I enjoy the challenge of trying to build something and make it work. For me, this doesn't only apply to programming; it could be anything from a honey-do project around the house to playing with Play-Doh or Legos with my daughters. I get a great sense of satisfaction when I can take somebody's idea and write the code to make it into something tangible.
I suppose the main point here is that, if you want to accomplish anything, you must try.