C4Swimmers Newsletter  

Windows

Windows related topics

Search Engine on C Programming

Search for C/C++/Unix Programming related information.
<!-- Google CSE Search Box Begins -->



<!-- Google CSE Search Box Ends -->

(Info) Windows 7 API Code Pack for .NET

Windows 7 API Code Pack for .NET

The next version of Windows is only a few months away and Vista will then be consigned to the same shelf as Windows ME. Prices have recently been announced for some of the Windows 7 versions. MSDN subscribers of course have had access to the Release candidate for some time.

(Tips) Understanding DLLs – Building them and Allowing External Calls to their Functions

Understanding DLLs – Building them and Allowing External Calls to their Functions

Introduction

(Game) C# / C++ CLI Micro Chess (Huo Chess)

Game Development : C# / C++ CLI Micro Chess (Huo Chess)

(Tips) Windows XP Tips and Tricks

Tips : Windows XP Tips and Tricks

Remove MSN Instant Messenger Program
Some of us just don't like to use this IM program. I myself have looked in the Add/Remove Program panel and can't find any way to remove it there. I found out how to do it with a little research. Just go to Start->Run and type in rundll32 setupapi,InstallHinfSection BLC.Remove 128 %SystemRoot%\INF\msmsgs.inf and hit ENTER. Do a copy and paste to avoid typographical errors.

(Tips) Some Useful Windows Shortcut Commands

Tips : Some Useful Windows Shortcut Commands

Accessibility Controls
access.cpl

Add Hardware Wizard
hdwwiz.cpl

Add/Remove Programs
appwiz.cpl

Administrative Tools
control admintools

Automatic Updates
wuaucpl.cpl

Bluetooth Transfer Wizard
fsquirt

Calculator
calc

Certificate Manager
certmgr.msc

(Tips) Some Useful Windows Tricks

Tips : Some Useful Windows Tricks

Enabling NumLock on by Default

(Article) Setup Proxy Server on Windows

Article : Set up Proxy Server on Windows

(Article) Hard Drive Tweaks

Article : Hard Drive Tweaks

Ever wish you could make one of your computer's drives invisible to anyone snooping around on your system? Well, happy days are here my friend! Whether you have sensitive docs, pictures, or any other private data, this is one of the easiest ways to keep them safe. Keep in mind that you'll still be able to access your hidden drives; you just won't see that they exist in Windows Explorer or the My Computer folder. Back up your registry before you start!

1. Open Regedit.

(Article) Managing startup items in windows

Article : Windows Shellcode Locations and Buffer Overflows

(Article) Managing startup items in windows

Article : Managing startup items in windows

Whenever u boot a system it loads some of the programs other than system files in the background. Those are called start up items. These are really important cos, once a virus enters into the system,to affect the system it loads itself into the start up. Since the start up items also includes many system files, u shud b very careful in deleting or modifying a start up entry.

(Code Zone) Creating CoN folder in windows

Code Zone : Creating CoN folder in windows

CON is a reserve world in windows operating system. that's why we can not create the folder named as CON.

But by command prompt we can do this

Code:

STEP1: goto command prompt
STEP2: type in prompt e:\> "mkdir \\.\e:\con"
STEP3: verify by typing "dir \\.\e:\con"
STEP4: delete the file or folder "rmdir \\.\e:\con"

(SQL) A BEGINNER’S GUIDE 3/E

SQL: A BEGINNER’S GUIDE 3/E

(Interview) Some C++ Interview Questions

Interview: Some C++ Interview Questions

(Sql) 31 More Mysql Question

Sql: 31 More Mysql Question

(FAQ) C# Frequently Asked Questions Page6

FAQ: C# Frequently Asked Questions Page6

(FAQ) C# Frequently Asked Questions Page5

FAQ: C# Frequently Asked Questions Page5

(FAQ) C# Frequently Asked Questions Page4

FAQ: C# Frequently Asked Questions Page4

(FAQ) C# Frequently Asked Questions Page3 

FAQ: C# Frequently Asked Questions Page3 

(FAQ) C# Frequently Asked Questions

FAQ: C# Frequently Asked Questions Page2

Syndicate content