(VB) Does Windows take too long starting up before you can get to work? Wouldn't it better if things could startup at a lower priority? Learn how to launch processes, use performance counters, monitor files, and run tasks
in the background.
Article Link
Discussions
-
-
Does Windows take too long starting up before you can get to work? Wouldn't it better if things could startup at a lower priority? Learn how to launch processes, use performance counters, monitor files, and run tasks in the background.
Article Link
-
Have you ever wondered how much you work in a day? You might keep track of when you start and stop, but do you really keep track of every interruption? In this article, learn about how to keep track of user activity and see how to build a component to add to the Visual Studio toolbox.
Read the article here.
(The link points to C# source code.) -
Have you ever wondered how much you work in a day? You might keep track of when you start and stop, but do you really keep track of every interruption? In this article, learn about how to keep track of user activity and see how to build a component to add to the Visual Studio toolbox.
Read the article here.
(The link points to VB source code.) -
Are you more productive with more monitors? Would you be even more productive with better wallpaper management? I thought so! In this article, see how to create a utility to manage your Windows desktop wallpaper with separate images per screen. It's addicting!
Read the full article here
[VB code attached] -
Are you more productive with more monitors? Would you be even more productive with better wallpaper management? I thought so! In this article, see how to create a utility to manage your Windows desktop wallpaper with separate images per screen. It's addicting!
Read the full article here
[C# code attached]
UPDATED 10/3: Replaced ZIP file with correct code -
This code actually accompanies a Coding 4 fun article. To read about it (and the DSOFile requirement), check this out:
http://blogs.msdn.com/coding4fun/archive/2007/09/25/5121856.aspx
-Arian -
This code actually accompanies a Coding 4 fun article. To read about it (and the DSOFile requirement), check this out:
http://blogs.msdn.com/coding4fun/archive/2007/09/25/5121856.aspx
-Arian -
Are you tired of battling piles of papers at home? From work, to your kid's school, to old bills and receipts, it can be too much to keep up with! In this article, learn about how to scan, crop, and set metadata for your documents.
(VB Version)
-
Are you tired of battling piles of papers at home? From work, to your kid's school, to old bills and receipts, it can be too much to keep up with! In this article, learn about how to scan, crop, and set metadata for your documents.