ss_blog_claim=752cdf4fa7cc7b60527b400da1af07d5

All Posts filed under »T'tips« Follow This Topic

April 10, 2010

8 Comments

Though many don’t like Windows OS ,it still remaining the world’s widely used OS especially Win XP .It is an undeniable fact! For many Windows user the application provided by it becomes inevitable.Ones like calc ,mspaint are some of them. Some times we might land up deleting them or uninstalling them. Here is a simple fix to restore [...]

November 21, 2009

28 Comments

Mobile phone have become integral part of our day today life.So does the memory card for mobile phones.Mobile Phones internal memory cannot hold large amount of data thats were memory cards becomes inevitable.Most often we transfer our data to our PC and free up occupied space in memory card. Are you facing this problem where your [...]

August 5, 2009

10 Comments

Are you flashed with the below error message(”cannot create directshow player“) when ever you try to see videos online or online tv? What is the reason for the error? Standard WMP plugin (npdsplay.dll) is no longer being supported because of a security flaw and also Windows Vista and some versions of Windows XP do not include the [...]

July 27, 2009

2 Comments

Here is a easy way to access Windows registry from Java the easy way via API .Else you should be writing JNI code to access registry which is a demanding job for a newbie. Here are two API that you can use to access Registry directly API’s to access Windows Registry from Java 1. JNIRegistry 2.JWinAPI(This API(JWinAPI) [...]

July 27, 2009

7 Comments

How to use Windows API in Java?-Solution

We all know that Win32 API’s are Powerful and provide great features and ability from getting Window handles,Spawning new process,killing process ,Send Keystrokes ,Tweaking Registry, Logging lots and lots more. But how to use Windows API in Java ,this is sure to make your Java Application Power packaged and versatile and also eases your work.It [...]

May 27, 2009

26 Comments

How to Update/Refresh JTextArea Dynamically ?

Some times we want to update the JTextarea dynamically.We want them to display text a log file as and when it is generated from the source .The source can be any thing a class,event generator or a function in a infinite loop returning data continuously (Eg: Voice Recognition Engine continuously listening and returning interpreted voice [...]

May 10, 2009

7 Comments

Which is the best source to find your Google PageRank the moment it is updated

Google PageRank is really a buzz word among the bloggers.It helps to come top in the search results there by more traffic. There are many sites like -prchecker -smartpagerank which provide you pagerank info. But which is the best source you can depend upon to find the pagerank as soon as it is updated? The answer is Google PageRank toolbar.that [...]

May 6, 2009

7 Comments

How to run your program in a isolated memory space

Its always good to run your program in isolated memory space so that it does not interfere with programs .Doing so literaly avoids possibility that any malicious program without your knowledge trying to infect other files! So how to run your program in isolated memory space or closed environment? Sandboxie comes up with solution.Its a amazing piece [...]

April 9, 2009

24 Comments

How to take Screenshot of c/c++ graphics program in turbo c without using Windows98

Many face problem of how to take Screenshot of C/C++ graphics program done using Turboc.Especially students.The reason is Print Screen nor any screen Capture software work in Graphics Mode of Turboc.End result not able to show output to their teachers or doing paint work in MS paint Here is a simple solution to [...]

March 23, 2009

7 Comments

How to Automate your Online Monotonous Work?

Some times we might need to perform the Same online job day in and day out. Even typing our mail id and password and logging  into our mail account might seem to be Monotonous :grimace: How to avoid doing the same work again and again ? All you need is Mozilla Firefox addon [...]