Earn by twitter on twivert

Sign up for PayPal and start accepting credit card payments instantly.

Friday, February 26, 2010

WAP to convert uppercase to lowercase


/* uppercase to lowercase */

#include<stdio.h>
#include<conio.h>
void main()
{
int a,b;
clrscr();
b=sizeof(a);
printf("sizeof%d",b);
getch();
}

WAP to display reverse of enter no. using for loop


/*WAP to display reverse of enter no. using for loop*/

#include<stdio.h>
#include<conio.h>
void main()
{
int n,rem,i,rev=0;
clrscr();
printf("enter no.");
scanf("\n%d",&n);
for(i=n;i>0;)
{
rem=i%10;
rev=rev*10 +rem;
i=i/10;
}
printf("reverse is=%d",rev);
getch();
}

Thursday, February 25, 2010

How to make an undeletable folder in Windows XP

This undeletable folder must be made using Command Prompt.
It can only be deleted using Command Prompt.

Steps To Make This File

1. Go to cmd.
2. Change to the directory that you want.
3. Assume i change to D:
4. So in Command Prompt,type D: and [enter].
5. Type in this command "md \con\\" without quotes and press enter.
6. The folder will now in your D:
7. Go and try and delete or rename it,you cannot do anything to it. There are still many names that you can use to name the folder: -lpt1 until lpt9 -CON -AUX

To delete it:
1. Go to Command Prompt again.
2. Navigate to the directory.
3. Type in rd \con\\

Saturday, February 13, 2010

Meaning of Number of Roses

Meaning of Number of Roses:

No. of RoseMeaning

1 Rose
Love at the first sight; you are the one

2 Roses
Mutual love between both, deeply in love with one another

3 Roses
I love you

6 Roses
I wanna be yours

7 Roses
I'm infatuated with you

9 Roses
An Eternal love, together as long as we live

10 Roses
You are perfect

11 Roses
You are my treasured one; the one I love most in my life

12 Roses
Be my steady

13 Roses
Secret Admirer

15 Roses
I am truly sorry, please forgive me

20 Roses
Believe me, I am sincere towards you

21 Roses
I am devoted to you

24 Roses
Can't stop thinking about you, 24 hours everyday

33 Roses
Saying "I love you" with great affection

36 Roses
I will remember our romantic moments

40 Roses
My love for you is genuine

50 Roses
Regretless love, this is

99 Roses
I will love you for as long as I live

100 Roses
Harmoniously together in a century; remaining devoted as couple till ripe-old age

101 Roses
You are my one and only love

108 Roses
Please marry me!

365 Roses
Can't stop thinking about you, each and everyday

999 Roses
Everlasting and Eternal love

Meaning of Roses
by LoveLetterBox.Com

Meaning of Color of Roses

Meaning of Roses

The meaning of roses: the color of roses; the number of roses each has got their meaning. Do you know that 11 roses represent "You are my treasured one; the one I love most in my life" whereas 15 roses represent "I am truly sorry, please forgive me"? Now isn't that a total twist of the meaning for the roses you gave? What had meant to be a message of love has just turned into a message of apology; implying you was guilty of something?

Before you try to impress that someone with that bouquet of roses, make sure you know the meaning behind it, the meaning of roses; what the number of roses represent.

Meaning of Color of Roses:

  • Red - Sincere Love & Respect, Courage & Passion

Send red roses to convey the message of your passionate love for that someone; saying "I love you"


  • Pink - Grace and Gentility, the rose of sweet thoughts.

Send deep pink roses to show your appreciation & gratitude; saying "Thank you" Send light pink roses to convey admiration and sympathy


  • Yellow - In the Victorian times, yellow roses meant jealousy. But today, they signify friendship, joy, gladness and freedom, the promise of a new beginning.

Send yellow roses to brighten up someone's day; to congratulate your friends and loved ones during Joyous occasions.


  • White - Spiritual love & Purity, the rose of confession, the bridal rose; "You are heavenly", "I am worthy of you"

Commonly used as traditional bridal bouquet during weddings to symbolize a happy love. You can nevertheless use them to convey the message of "You are heavenly, I miss you"
  • Lavender - Love at first sight and enchantment

Send lavender roses of course, to convey the message of your "love at first sight" with that special someone. You can nevertheless also send them if you would like to make a special impression.
  • Orange - Passionate desire, pure enthusiasm and fascination

An excellent choice for a new relationship that you wish to pursue further. It can nevertheless also be referring to a new business partnership.

Meaning of Roses
by LoveLetterBox.Com

Friday, February 12, 2010

NOTEPAD “world trade centre trick”.. :

NOTEPAD “world trade centre trick”.. :


Did you know that the flight number of the plane that had hit WTC …on

9/11 was Q33N ….Open your Notepad in ur computer and type the flight

number i.e Q33N… Increase the Font Size to 72, Change the Font to

Wingdings. U will be amazed by the findings.

Notepad trick

Notepad trick
Step 1: Open Notepad

Step 2: Write following line in the notepad.

your app can break

Step 3: Save this file as xxx.txt
Step 4: Close the notepad.
Step 5: Open the file again.

Voilla!!

or

1> Open Notepad
2> Enter four words separated by spaces, wherein the first word has 4 letters, the next two have three letters, and the last word has five letters
3> DON’T hit enter at the end of the line.
4> Save the file.
5> Close Notepad.
6> Reopen Notepad.
7> Open the file you just saved.

WHY?

The reason this happens:

In notepad, any other 4-3-3-5 letter word combo will have the same results.

It is all to do with a limitation in Windows. Text files containing Unicode UTF-16-encoded Unicode are supposed to start with a “Byte-Order Mark” (BOM), which is a two-byte flag that tells a reader how the following UTF-16 data is encoded.

1) You are saving to 8-bit Extended ASCII (Look at the Save As / Encoding format)
2) You are reading from 16-bit UNICODE (You guessed it, look at the Save As / Encoding format)
This is why the 18 8-bit characters are being displayed as 9 (obviously not supported by your codepage) 16-bit UNICODE character

Thursday, February 11, 2010

Add Open With to all files

Add Open With to all files

You can add "Open With..." to the Right click context menu of all files.This is great for when you have several programs you want to open the same file types with. I use three different text editors so I added it to the ".txt" key.

1. Open RegEdit
2. Go to HKEY_CLASSES_ROOT\*\Shell
3. Add a new Key named "OpenWith" by right clicking the "Shell" Key and selecting new
4. Set the (Default) to "Op&en With..."
5. Add a new Key named "Command" by right clicking the "OpenWith" Key and selecting new
6. Set the (Default) to "C:\Windows\rundll32.exe shell32.dll,OpenAs_RunDLL %1", C:\ being your Windows drive. You must enter the "OpenAs_RunDLL %1" exactly this way.

Adding an Application to the Right Click on Every Folder

Adding an Application to the Right Click on Every Folder

Here is how to add any application to the Context Menu when you right click on any Folder. This way you do not have to always go to the Start Menu. When you right click on any folder, you can have access to that application, the same as using Sent To.

1. Open RegEdit
2. Go to HKEY_CLASSES_ROOT\Folder\shell
3. Add a new Key to the "Shell" Key and name it anything you like.
4. Give it a default value that will appear when you right click a folder, i.e. NewKey (use an "&" without the quotes, in front of any character and it will allow you to use the keyboard)
5. Click on the Key HKEY_CLASSES_ROOT\Folder\shell\NewKey
6. Add a New Key named Command
7. Set the (Default) value of the application you want to run
8. For example: c:\program files\internet explorer\iexplore.exe (Include the full path and parameters if you need them)

Tuesday, February 9, 2010

Set background image in your favourite folder

Set background image in your favourite folder
  1. Open notepad and copy the following code :
  2. [{BE098140-A513-11D0-A3A4-00C04FD706EC}] iconarea_image=D:\Wallpapers\celeb\Genelia.jpg iconarea_text=0x00FFFFFF
    • Here, the path in the 2nd line of code represents the path of your picture.
  3. Now save this file as DESKTOP.INI in the location(any drive or any folder) where you desire to set the background picture.
  4. After setting it in your favourite location,close the drive and open the location again.
DONE !! .. your picture has been set as background picture for your desired location.
NOTE : Make sure that the extension in the path should be .jpg only and file should be saved as DESKTOP.INI only.

Thursday, February 4, 2010

Window XP Hidden Applications Shortcuts

Window XP Hidden Applications Shortcuts

To run any of these apps go to Start > Run and type the executable name:


1) Character Map = charmap.exe (very useful for finding unusual characters)


2) Disk Cleanup = cleanmgr.exe


3) Clipboard Viewer = clipbrd.exe (views contents of Windows clipboard)


4) Dr Watson = drwtsn32.exe (Troubleshooting tool)


5) DirectX diagnosis = dxdiag.exe (Diagnose & test DirectX, video & sound cards)


6) Private character editor = eudcedit.exe (allows creation or modification of characters)


7) IExpress Wizard = iexpress.exe (Create self-extracting / self-installing package)


8) Microsoft Synchronization Manager = mobsync.exe (appears to allow synchronization of files on the network for when working offline. Apparently undocumented).


9) Windows Media Player 5.1 = mplay32.exe (Retro version of Media Player, very basic).


10) ODBC Data Source Administrator = odbcad32.exe (something to do with databases)


11) Object Packager = packager.exe (to do with packaging objects for insertion in files, appears to have comprehensive help files).


12) System Monitor = perfmon.exe (very useful, highly configurable tool, tells you everything you ever wanted to know about any aspect of PC performance, for uber-geeks only )


13) Program Manager = progman.exe (Legacy Windows 3.x desktop shell).


14) Remote Access phone book = rasphone.exe (documentation is virtually non-existant).


15) Registry Editor = regedt32.exe [also regedit.exe] (for hacking the Windows Registry).


16) Network shared folder wizard = shrpubw.exe (creates shared folders on network).


17) File siganture verification tool = sigverif.exe


18) Volume Control = sndvol32.exe (I've included this for those people that lose it from the System Notification area).


19) System Configuration Editor = sysedit.exe (modify System.ini & Win.ini just like in Win98! ).


20) Syskey = syskey.exe (Secures XP Account database - use with care, it's virtually undocumented but it appears to encrypt all passwords, I'm not sure of the full implications).


21) Microsoft Telnet Client = telnet.exe


22) Driver Verifier Manager = verifier.exe (seems to be a utility for monitoring the actions of drivers, might be useful for people having driver problems. Undocumented).


23) Windows for Workgroups Chat = winchat.exe (appears to be an old NT utility to allow chat sessions over a LAN, help files available).

Wednesday, February 3, 2010

Change "INTERNET EXPLORER TITLE" to "Youer Name"

Change "INTERNET EXPLORER TITLE" to "Youer Name"
  1. go to "RUN"
  2. write "regedit"
  3. click "OK"
  4. A window will open!
  5. click on the "+" symble right at the left of "HKEY_CURRENT_USER"
  6. click on the "+" symble right at the left of "Software"
  7. click on the "+" symble right at the left of "Microsoft"
  8. click on the "+" symble right at the left of "Internet Explorer"
  9. NOW, click ON THE FOLDER "Main"
  10. Now, Right click on the white space in the right side!
  11. select "String Value"
  12. Rename it to "Window Title"
  13. Double click on it!
  14. In "Value Data" write "Yourname"
  15. click ok!
  16. Close the "regedit" window!
NOW, when the next time you will open the Internet Explorer, You will see your name in the title bar!

Monday, February 1, 2010

Microsoft Office Keyboard Shortcut Keys

MS-Word Shortcuts Keys

 
  1. All Caps - CTRL+SHIFT+A
  2. Annotation - ALT+CTRL+M
  3. Auto Format - ALT+CTRL+K
  4. Auto Text - F3 or ALT+CTRL+V
  5. Bold - CTRL+B or CTRL+SHIFT+B
  6. Bookmark - CTRL+SHIFT+F5
  7. Copy - CTRL+C or CTRL+INSERT
  8. Copy Format - CTRL+SHIFT+C
  9. Copy Text - SHIFT+F2
  10. Create Auto Text - ALT+F3
  11. Date Field - ALT+SHIFT+D
  12. Delete Back Word - CTRL+BACKSPACE
  13. Delete Word - CTRL+DELETE
  14. Dictionary - ALT+SHIFT+F7
  15. Do Field Click - ALT+SHIFT+F9
  16. Doc Maximize - CTRL+F10
  17. Doc Move - CTRL+F7
  18. Doc Restore - CTRL+F5
  19. Doc Size - CTRL+F8
  20. Grow Font - CTRL+SHIFT+.
  21. Grow Font One Point - CTRL+]Hanging Indent - CTRL+T
  22. Header Footer Link - ALT+SHIFT+R
  23. Help - F1
  24. Hidden - CTRL+SHIFT+H
  25. Hyperlink - CTRL+K
  26. Indent - CTRL+M
  27. Italic - CTRL+I or CTRL+SHIFT+I
  28. Justify Para - CTRL+J
  29. Left Para - CTRL+L
  30. Line Up Extend - SHIFT+UP
  31. List Num Field - ALT+CTRL+L
  32. Outline - ALT+CTRL+O
  33. Outline Collapse - ALT+SHIFT+- or ALT+SHIFT+NUM -
  34. Outline Demote - ALT+SHIFT+RIGHT
  35. Outline Expand - ALT+SHIFT+=
  36. Outline Expand - ALT+SHIFT+NUM +
  37. Outline Move Down - ALT+SHIFT+DOWN
  38. Outline Move Up - ALT+SHIFT+UP
  39. Outline Promote - ALT+SHIFT+LEFT
  40. Outline Show First Line - ALT+SHIFT+L
  41. Lock Fields - CTRL+3 or CTRL+F11
  42. Web Go Back - ALT+LEFT
  43. Web Go Forward - ALT+RIGHT
  44. Word Left - CTRL+LEFT
  45. Word Left Extend - CTRL+SHIFT+LEFT
  46. Word Right - CTRL+RIGHT

 
MS-Excel Shortcuts Keys

 
  1. Move to next cell in row - Tab
  2. Move to previous cell in row - Shift + Tab
  3. Up one screen - Page Up
  4. Down one screen - Page Down
  5. Move to next worksheet - Ctrl + Page Down
  6. Move to previous worksheet - Ctrl + Page Up
  7. Go to first cell in data region - Ctrl + Home
  8. Go to last cell in data region - Ctrl + End
  9. Bold toggle for selection - Ctrl + B
  10. Italic toggle for selection - Ctrl + I
  11. Underline toggle for selection - Ctrl + U
  12. Strikethrough for selection - Ctrl + 5
  13. Change the font - Ctrl + Shift + F
  14. Change the font size - Ctrl + Shift + P
  15. Apply outline borders - Ctrl + Shift + 7
  16. Remove all borders - Ctrl + Shift + Underline
  17. Wrap text in same cell - Alt + Enter
  18. Format cells - Ctrl + 1
  19. Select font - Ctrl + Shift + F
  20. Select point size - Ctrl + Shift + P
  21. Format as currency - Ctrl + Shift + 4
  22. Format as general - Ctrl + Shift + # (hash sign)
  23. Format as percentage - Ctrl + Shift + 5
  24. Format as number - Ctrl + Shift + 1
  25. Autosum a range of cells - Alt + Equals Sign
  26. Insert the date - Ctrl + ; (semi-colon)
  27. Insert the time - Ctrl + Shift + ; (semi-colon)
  28. Insert columns/rows - Ctrl + Shift + + (plus sign)
  29. Insert a new worksheet - Shift + F11
  30. Read Monitor Cell One - Alt + Shift + 1
  31. Read Monitor Cell Two - Alt + Shift + 2
  32. Read Monitor Cell Three - Alt + Shift + 3
  33. Read Monitor Cell Four - Alt + Shift + 4
  34. List Visible Cells With Data - Ctrl + Shift + D
  35. Lists Data In Current Column - Ctrl + Shift + C
  36. List Data In Current Row - Ctrl + Shift + R
  37. Select Hyperlink - Ctrl + Shift + H
  38. Move To Worksheet Listbox - Ctrl + Shift + S
  39. Move To Monitor Cell - Ctrl + Shift + M
  40. Select Worksheet Objects - Ctrl + Shift + O
  41. List Cells At Page Breaks - Ctrl + Shift + B
  42. Options Listbox - Insert + V

 
MS-Powerpoint Shortcuts Keys

 
  1. Apply subscript formatting - CTRL+EQUAL SIGN (=)
  2. Apply superscript formatting - CTRL+PLUS SIGN (+)
  3. Bold - CTRL+B
  4. Capitalize - SHIFT+F3
  5. Copy - CTRL+C
  6. Delete a word - CTRL+BACKSPACE
  7. Demote a paragraph - ALT+SHIFT+RIGHT ARROW
  8. Find - CTRL+F
  9. Insert a hyperlink - CTRL+K
  10. Insert a new slide - CTRL+M
  11. Italicize - CTRL+I
  12. Make a duplicate of the current slide - CTRL+D
  13. Open - CTRL+O
  14. Open the Font dialog box - CTRL+T
  15. Paste - CTRL+V
  16. Print - CTRL+P
  17. Promote a paragraph - ALT+SHIFT+LEFT ARROW
  18. Repeat your last action - F4 or CTRL+Y
  19. Save - CTRL+S
  20. Select all - CTRL+A
  21. Start a slide show - F5
  22. Switch to the next pane (clockwise) - F6
  23. Switch to the previous pane - SHIFT+F6
  24. Undo - CTRL+Z
  25. View guides - CTRL+G

Accessibility Shortcuts keys

Tap SHIFT 5 times - Toggles StickyKeys on and off.
Press down and hold the right SHIFT key for 8 seconds - Toggles FilterKeys on and off.
Press down and hold the NUM LOCK key for 5 seconds - Toggles ToggleKeys on and off.
Left ALT+left SHIFT+NUM LOCK - Toggles MouseKeys on and off.
Left ALT+left SHIFT+PRINT SCREEN - Toggles High Contrast on and off.

ADS

How to earn online

How to earn online:
Step - 1 :
signup for PayPal, to recieve your online earning
click here:
https://www.paypal.com/in/mrb/pal=CZ7224TZBMCBL
step - 2 : Singup these 4 sites & earn & enjoy! Read site to know how to earn.
1. trekpay
Earn up to $0.02 (2 cents) per click.
http://www.trekpay.com/?ref=34690
2. neobux
Earn up to $0.02 (2 cents) per click.
Click here:
http://www.neobux.com/?r=Moneyearner786

AddMe

Bookmark and Share