1 comments
How to block websites websites
Published on Saturday, December 19, 2009 in Operating systems
Go to 'Tools'-'Internet options'
Click on 'content' tab
Click on 'Enable'
Now you are on Content Advisor box.
Click on 'General' tab
Then click on 'Create Password' button
Enter your password
Confirm password
Enter an easy question on hint box(to recover password)
Press 'OK'.
Now once again go to 'Tools'-'Internet options'-'Content' tab
Click on 'Settings'
Enter your password.
Enter the website addresses on 'Allow the website' field.
Then click on 'Always' to allow always,'Never' to deny.
Press 'OK' to save.
0 comments
How to enable/disable unnecessary programs from start up?
Published on in
0 comments
How to Install new fonts on your computer
Published on in Operating systems
Select 'Settings'
Select 'Control Panel'
Double click on 'Fonts'.
Now you are on Fonts folder.
Paste the font file
Click the drive and folder which contain the fonts you wand to install.
Double click on the font.The font is now installed on your computer.
In order to select more than one font press and hold 'Ctrl' key and click on the fonts to add.
0 comments
Shortcut Keys in .NET
Published on in ASP.NET C#, VB.NET, VB.NET C#
Shortcut Keys Key What it Does? Ctrl + N Opens the New Project Dialogue Box Ctrl + Shift + O Opens the Open File Dialog Box Ctrl + Shift + A Opens Add New Item window Ctrl + D Opens Add Existing Item window Ctrl + S Saves Current Form Ctrl + Shift + S Saves everything from Application Alt + Q Exits Visual Studio. NET Ctrl + Z Undo Ctrl + Shift + Z Redo Ctrl + X Cuts your selection Ctrl + C Copies your selection Ctrl + V Pastes your selection Ctrl + A Selects All Del Deletes your selection Ctrl + F Opens Find window Ctrl + H Opens Find and Replace window Ctrl + Shift + H Opens Replace in Files window Ctrl + Alt + Shift + F12 Opens Find Symbol window F7 Opens Code Designer window Shift + F7 Gets you back to Design View Ctrl + R Opens the Solution Explorer window Ctrl + Alt + S Opens the Server Explorer window Ctrl + Shift + C Opens the Class View window F4 Opens the Properties window Ctrl + Shift + E Opens the Resource view window Ctrl + Alt + X Opens the Toolbar window Shift + Alt + Enter Takes you to Full Screen View Alt+F8 Opens Macro Explorer window F2 Opens Object Browser window Ctrl + Alt + T Opens Document Outline window Ctrl + Alt + K Opens Task List window Ctrl + Alt + A Opens Command window Ctrl + Alt + O Opens Output window Ctrl + Alt + Y Opens Find Symbol Results window Ctrl + Alt + F Lists Items under the Favorites Menu in your Internet Explorer Ctrl + Shift + B Builds your project F5 Runs your Application Ctrl + F5 Runs your Application without Debugging Ctrl + Alt + E Opens the Exceptions Dialog Box F8 Used while Debugging Applications Shift + F8 Used While Debugging Applications Ctrl + B Inserts a New Breakpoint Ctrl + Shift + F9 Clears All Breakpoints Ctrl + Alt + P Opens the Processes Dialog box Ctrl + T Opens Customize Toolbox window Ctrl + Shift + P Runs Temporary Macro Ctrl + Shift + R Records Temporary Macro Alt + F11 Opens Macros IDE Ctrl + F1 Opens Dynamic Help window Ctrl +Alt + F1 Opens Help window sorted by Contents Ctrl + Alt + F2 Opens Help window sorted by Index Ctrl + Alt + F3 Opens Help Search window Shift + Alt + F2 Opens Index Results window Shift + Alt + F3 Opens Search Results window
0 comments
HOW TO REMOVE THIS PROBLEM WINDOWS CANNOT OPEN THIS FILE:rundll32.exe
Published on Friday, December 18, 2009 in Operating systems, Virus
HOW TO REMOVE THIS PROBLEM WINDOWS CANNOT OPEN THIS FILE:rundll32.exe this message shown when we click exe file
If u have Win-XP please copy rundll32.exe file
1.Windows XP CD ROM disk in the CD ROM drive.
2.Click Start, and then click Run.
3.Type expand d:\i386\rundll32.ex_ c:\windows\system32\rundll32.exe in the Open box,. d=cdrive
4.Restart
0 comments
Different DATETIME, DATE, and TIMESTAMP format in my sql
Published on Tuesday, December 8, 2009 in database
Different DATETIME, DATE, and TIMESTAMP format in my sql
As a string in either
'YYYY-MM-DD HH:MM:SS'or'YY-MM-DD HH:MM:SS'format. A “relaxed” syntax is allowed: Any punctuation character may be used as the delimiter between date parts or time parts. For example,'98-12-31 11:30:45','98.12.31 11+30+45','98/12/31 11*30*45', and'98@12@31 11^30^45'are equivalent.As a string in either
'YYYY-MM-DD'or'YY-MM-DD'format. A “relaxed” syntax is allowed here, too. For example,'98-12-31','98.12.31','98/12/31', and'98@12@31'are equivalent.As a string with no delimiters in either
'YYYYMMDDHHMMSS'or'YYMMDDHHMMSS'format, provided that the string makes sense as a date. For example,'20070523091528'and'070523091528'are interpreted as'2007-05-23 09:15:28', but'071122129015'is illegal (it has a nonsensical minute part) and becomes'0000-00-00 00:00:00'.As a string with no delimiters in either
'YYYYMMDD'or'YYMMDD'format, provided that the string makes sense as a date. For example,'20070523'and'070523'are interpreted as'2007-05-23', but'071332'is illegal (it has nonsensical month and day parts) and becomes'0000-00-00'.As a number in either
YYYYMMDDHHMMSSorYYMMDDHHMMSSformat, provided that the number makes sense as a date. For example,19830905132800and830905132800are interpreted as'1983-09-05 13:28:00'.As a number in either
YYYYMMDDorYYMMDDformat, provided that the number makes sense as a date. For example,19830905and830905are interpreted as'1983-09-05'.




0 comments