web analytics

New folder not visible/not working

When you right click to create new folder as show in figure, NEW Folder option is not visible.     to fix it; 1. Go to my Skydrive (https://skydrive.live.com/?cid=be2a687d297ce921&id=BE2A687D297CE921%21272) and download folderfix.zip file. 2. Save the folderfix.zip file on to your Desktop. 3. Right click and extract the folderfix.reg file. 4. Right click on the ...

Use of Excel Lookup for approximate values

Use of Excel Lookup for approximate values   lookup lookup(find what,From where,what to get) =LOOKUP(B8,A2:A7,B2:B7) Main points: -     Rang of “from Where” should be same as “what to get” like A2:A7 = B2:B7 -    From Where should be in ascending order. -     Value A3 – A2 will give same result as A2.   ...

Fundamental of Data types in C++

When programming, we store the variables in our computer’s memory, but the computer has to know what kind of data we want to store in them, since it is not going to occupy the same amount of memory to store a simple number than to store a single letter or a large number, and they ...

Why Test your Broadband Internet Connection? 1

  To see if you are actually getting High Speed Broadband Access. More and more businesses and homes are moving away from dial-up internet access to some form of Broadband Internet access. Broadband Internet access is much faster than dial-up access, but it is also more expensive. Broadband Internet, generally known simply as Broadband, is ...

How to change password ?

I am not going to tell you exactly how to change password for Facebook, Gmail, Yahoo mail, iCloud, AppleID, your bank account or any other services, the main problem why we need to change these passwords ? are they weak enough ? how hacker knows that its more than 90 days we don’t change our account password ? how they hack accounts ? ...

Skype change language to English 1

click Tools >> Change Language >> then select English or the language you prefer. As finding these menus would be difficult in a window with a language you are not familiar with, I included a link to a screenshot of the change language option.

How to Find Last modified user for a file 1

I have a file.doc that was created by user1 so user1 is the Owner. The file.doc was then modified by someone, now how to Find Last modified user for a file ? This is very Easy, You just need to Right Click on File, Click Properties, Click Details, and find Last modified by. That’s All.

How to unblock SKYPE Voice in Dubai

Skype is blocked by Government, its working but sometimes voice not working and few other issues, so best is to use VPN tunnel to unblock Skype, VPN (Virtual Private Network) connects your machine with a remote server and allows your traffic to redirected to that server and hence no restrictions , so this is best ...

How to use Excel function to count the sum of duplicate records?

  Suppose you want to have count like this URL URL Count Beyondweblogs.com 3 Beyondweblogs.com 3 Beyondweblogs.com 3 google.com 1 microsoft.com 2 microsoft.com 2 yahoo.com 1 To count the sum of all duplicated records of field A and have it shown in field B You need to use cell B2 type =COUNTIF(A:A,A1) Copy down to bottom ...

Register .NET Assembly using C# with no dependency on gacutil

You can use following .NET code to register .net assembly with no dependency on GacUtil using System.EnterpriseServices.Internal; ... Publish p = new Publish(); // for GAC Installation p.GacInstall(file); // for gac installation ... p.GacRemove(file); // for gac removing ... p.RegisterAssembly(file); // for registering assembly for interop ... p.UnRegisterAssembly(file); // to unregister assembly

Site last updated May 22, 2013 @ 3:30 pm