• Finally, the Rupee will have a symbol like the Dollar ($) or the Euro (€) or the Pound (£). The Cabinet today finalized the design for the Rupee.
  • IIT post-graduate Uday Kumar’s entry has been selected out of five shortlisted designs as the new symbol for the Indian Rupee.
  • The government had organized a symbol design competition with a prize money of Rs 2.5 lakh. Five designs were shortlisted from a competition and all new notes will bear the design finally approved.
  • The growing influence of the Indian economy in the global space is said to have prompted this move that will result in the Indian rupee joining the select club of global currencies like the US dollar, the British Pound, European Euro and Japanese Yen that have unique symbols.
  • The abbreviation for the Indian Rupee, 'Re' or 'Rs' is also used by India's neighbors Pakistan, Nepal and Sri Lanka.


Getting used to using your keyboard exclusively and leaving your mouse behind will make you much more efficient at performing any task on any Windows system. Below are some of the Keyboard Shortcuts:

  • Windows key + R = Run menu
  • Windows Key + E = Explorer
  • ALT + Tab = Switch between Active Windows
  • ALT, Space, X = Maximize window
  • CTRL + Shift + Esc = Task Manager
  • Windows key + Break = System properties
  • Windows key + F = Search
  • Windows key + D = Hide/Display all windows
  • CTRL + C = copy
  • CTRL + X = cut
  • CTRL + V = paste
  • CTRL + Z = Undo
  • "Right-click" key next to the right Windows key on your keyboard.
  • [Alt] and [Esc] Switch between running applications
  • [Alt] and letter Select menu item by underlined letter
  • [Ctrl] and [Esc] Open Program Menu
  • [Ctrl] and [F4] Close active document or group windows (*does not work with some applications)
  • [Alt] and [F4] Quit active application or close current window
  • Ctrl] Lft., Rt. arrow Move cursor forward or back one word
  • Ctrl] Up, Down arrow Move cursor forward or back one paragraph
  • [F1] Open Help for active application
  • Windows+M Minimize all open windows
  • Shift+Windows+M Undo minimize all open windows
  • Windows+F1 Open Windows Help
  • Windows+Tab Cycle through the Taskbar buttons
  • Windows+Break Open the System Properties dialog box
  • Right SHIFT for eight seconds........ Switch FilterKeys on and off.
  • Left ALT +left SHIFT +PRINT SCREEN....... Switch High Contrast on and off.
  • Left ALT +left SHIFT +NUM LOCK....... Switch MouseKeys on and off.
  • SHIFT....... five times Switch StickyKeys on and off.
  • NUM LOCK...... for five seconds Switch ToggleKeys on and off.
  • END....... Display the bottom of the active window.
  • HOME....... Display the top of the active window.
  • NUM LOCK+ASTERISK....... on numeric keypad (*) Display all subfolders under the selected folder.
  • NUM LOCK+PLUS SIGN....... on numeric keypad (+) Display the contents of the selected folder.
  • NUM LOCK+MINUS SIGN....... on numeric keypad (-) Collapse the selected folder.
  • LEFT ARROW...... Collapse current selection if it's expanded, or select parent folder.
  • RIGHT ARROW....... Display current selection if it's collapsed, or select first subfolder.
  • Delete. DELETE
  • Delete selected item permanently without placing the item in the Recycle Bin. SHIFT+DELETE
  • Copy selected item. CTRL while dragging an item
  • Create shortcut to selected item. CTRL+SHIFT while dragging an item
  • Rename selected item. F2
  • Move the insertion point to the beginning of the next word. CTRL+RIGHT ARROW
  • Move the insertion point to the beginning of the previous word. CTRL+LEFT ARROW
  • Move the insertion point to the beginning of the next paragraph. CTRL+DOWN ARROW
  • Move the insertion point to the beginning of the previous paragraph. CTRL+UP ARROW
  • Highlight a block of text. CTRL+SHIFT with any of the arrow keys
  • Select more than one item in a window or on the desktop, or select text within a document. SHIFT with any of the arrow keys
  • Select all. CTRL+A
  • Search for a file or folder. F3
  • View properties for the selected item. ALT+ENTER
  • Opens the shortcut menu for the active window. ALT+SPACEBAR
  • Cycle through items in the order they were opened. ALT+ESC
  • Display the shortcut menu for the selected item. SHIFT+F10
  • Display the System menu for the active window. ALT+SPACEBAR
  • Refresh the active window. F5
  • View the folder one level up in My Computer or Windows Explorer. BACKSPACE
  • Cancel the current task. ESC
  • SHIFT when you insert a CD into the CD-ROM drive Prevent the CD from automatically playing.
  • Move forward through tabs. CTRL+TAB
  • Move backward through tabs. CTRL+SHIFT+TAB
  • Move forward through options. TAB
  • Move backward through options. SHIFT+TAB
  • Select or clear the check box if the active option is a check box. SPACEBAR
  • Select a button if the active option is a group of option buttons. Arrow keys
  • Display Help. F1
  • Display the items in the active list. F4      
  • If you have a Microsoft Natural Keyboard, or any other compatible keyboard that includes the Windows logo key and the Application key , you can use these keyboard shortcuts:
  • Display or hide the Start menu. WIN Key
  • Display the System Properties dialog box. WIN Key+BREAK
  • Show the desktop. WIN Key+D
  • Minimize all windows. WIN Key+M
  • Restores minimized windows. WIN Key+Shift+M
  • Open My Computer. WIN Key+E
  • Search for a file or folder. WIN Key+F
  • Search for computers. CTRL+WIN Key+F
  • Display Windows Help. WIN Key+F1
  • Lock your computer if you are connected to a network domain, or switch users if you are not
  • connected to a network domain. WIN Key+ L
  • Open the Run dialog box. WIN Key+R
  • Open Utility Manager. WIN Key+U
  • Type the following commands in your Run Box (Windows Key + R) or Start Run
  • devmgmt.msc = Device Manager
  • msinfo32 = System Information
  • cleanmgr = Disk Cleanup
  • ntbackup = Backup or Restore Wizard (Windows Backup Utility)
  • mmc = Microsoft Management Console
  • excel = Microsoft Excel (If Installed)
  • msaccess = Microsoft Access (If Installed)
  • powerpnt = Microsoft PowerPoint (If Installed)
  • winword = Microsoft Word (If Installed)
  • frontpg = Microsoft FrontPage (If Installed)
  • notepad = Notepad
  • wordpad = WordPad
  • calc = Calculator
  • msmsgs = Windows Messenger
  • mspaint = Microsoft Paint
  • wmplayer = Windows Media Player
  • rstrui = System Restore
  • netscp6 = Netscape 6.x
  • netscp = Netscape 7.x
  • netscape = Netscape 4.x
  • waol = America Online
  • control = Opens the Control Panel
  • control printers = Opens the Printers Dialog

To Download Source Code Click here >System Scheduler.rar

  1. Open Visual Studio and Click on New Project Window from template.
  2. Place 2Labels, 1DateTimePicker, 1ComboBox, 1Timer, 1NotifyIcon and 3Buttons.
  3. Set Properties for Label1
    1. Text = "Set Time for Operation" 
  4. Set Properties for Label2
    1. Text = "Select Operation"   
  5. Set Properties for DateTimePicker
    1. Name = "dtpTime"
    2. Format = "Time"
    3. ShowUpDown = "True"
  6. Set Properties for ComboBox1
    1. Name = "cboOperation"
    2. DropDownStyle = "DropDownlist"
    3. Items = "Log Off, Restart, ShutDown"
  7. Set Properties for Button1
    1. Name = "btnOk"
    2. Text = "Ok"
  8. Set Properties for Button2
    1. Name = "btnCancel"
    2. Text = "Cancel" 
  9. Set Properties for Button3
    1. Name = "btnAbout"
    2. Text = "?"
  10. Now use the Below give Code.  

Code:



Help From : http://www.devasp.net/net/articles/display/513.html

To Download Source Code Click here >System Scheduler.rar

You cannot change your future... but, u can change ur habits... And sure ur habits will change ur future. -Bernard Shaw

Dream is not what you see in sleep. It is something that does not let you sleep. -Abdul Kalam

Name    : Muthukumar Nadar
email   : nadarmuthukumar@yahoo.co.in
Mobile  : 9833240124
City    : Mumbai
State   : Maharashtra
Country : India

So guys, as if now this is all about my contact details if anybody have any doubt on anything are most welcome to contact me, and i assure you that i will try my best to Solve your problem.

And Student looking for IT Projects can also Contact me.

To Download Source Code Click Here > Save image in MySettings.rar

  1. Open Visual Studio and Click on New Project window from template.
  2. Place Four buttons and a Picture box.
  3. Set Name Properties of :
    1. Button1 = "btnBrowse"
    2. Button2 = "btnSave"
    3. Button3 = "btnDelete"
    4. Button4 = "btnExit"
    5. Picturebox1 = "pctImage" 
    6. OpenFileDialog1 = "ofdImage"
    7. Form1 = "frmImageSave"
  4.Set Text Properties of :
    1. Button1 = "Browse"
    2. Button2 = "Save"
    3. Button3 = "Delete"
    4. Button4 = "Exit"
    5. Form1 = "Save Image"
  5.Goto Project Menu and Click on SaveImage in MySettings Properties.
  6.From the Left side Select Settings Tab
  7.Now Set the Name as Image.
  8.Select the Type and click on  Browse.
  9. Now a Window will open. In that click on System.Collections. Under that Click on ArrayList. 

10. Select Scope as User.
11. Set Value Field as Empty. I mean don't Enter any value.
12. Right Click on Form and click on View Code.
13. And Paste the following Code.

Imports System.IO

Public Class frmImageSave

    Private Sub frmImageSave_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        If Not My.Settings.Image.Count = 0 Then
            Dim bytImage(My.Settings.Image.Count - 1) As Byte
            For index As Integer = 0 To My.Settings.Image.Count - 1
                bytImage(index) = My.Settings.Image.Item(index)
            Next
            Dim MS As New MemoryStream(bytImage)
            pctImage.Image = Image.FromStream(MS)
        Else
            pctImage.Image = Nothing
        End If
    End Sub

    Private Sub btnBrowse_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnBrowse.Click
        With ofdImage
            .InitialDirectory = "C:\Documents and Settings\All Users\Documents\My Pictures\Sample Pictures\"
            .Filter = "JPEGs|*.jpg"
            .FilterIndex = 1
        End With
        If ofdImage.ShowDialog = Windows.Forms.DialogResult.OK Then
            If FormatNumber(FileLen(ofdImage.FileName) / 1024, 0) > 30 Then
                MessageBox.Show("Please Select Image of Size less then 30kbs", "Save Image", MessageBoxButtons.OK, MessageBoxIcon.Information)
                Exit Sub
            End If
            With pctImage
                .Image = Image.FromFile(ofdImage.FileName)
                .SizeMode = PictureBoxSizeMode.StretchImage
            End With
        End If
    End Sub

    Private Sub btnSave_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSave.Click
        Try
            Dim MS As New MemoryStream
            pctImage.Image.Save(MS, Imaging.ImageFormat.Jpeg)
            Dim bytImage() As Byte = MS.GetBuffer
            For index As Integer = 0 To bytImage.Length - 1
                My.Settings.Image.Add(bytImage(index))
            Next
            My.Settings.Save()
            MessageBox.Show("Image Saved Successfully.", "Save Image", MessageBoxButtons.OK, MessageBoxIcon.Information)
        Catch ex As Exception
            MessageBox.Show(ex.Message & " btnSave_Click")
        End Try
    End Sub

    Private Sub btnDelete_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnDelete.Click
        My.Settings.Image.Clear()
        My.Settings.Save()
        MessageBox.Show("Image Deleted Successfully.", "Save Image", MessageBoxButtons.OK, MessageBoxIcon.Information)
    End Sub

    Private Sub btnExit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnExit.Click
        Application.Exit()
    End Sub

End Class

To Download Source Code Click Here > Save image in MySettings.rar