C#–Application Icon

ref: http://stackoverflow.com/questions/7560381/application-icon-doesnt-change-correctly-using-c-sharp

You have two place to change your icon:

1. Application (.exe ) icon, in the property of project. This icon will appear in front of the .exe file in Windows Explorer.

    1. Right click on the project
    2. Select Property
    3. Go in Application Tabs
    4. Choose Icon and Manifest and select the icon you want csharp_application_icon001

2. Form Icon, in the property of Winform , which appears on the taskbar

    1. Open the Form
    2. Click on the Form
    3. Press F4 or go in the property of the Form
    4. Go down in the property to find “Icon
    5. Select the icon you want.

csharp_application_icon002

Posted in CSharp | Leave a comment

English–Pronounce Names

http://www.pronouncenames.com/pronounce/isabelle

Posted in English | Leave a comment

外贸—外贸流程详解

http://class.wtojob.com/zhuanti/waimaoliucheng/

Posted in Uncategorized | Leave a comment

NTU – MSc in Information Systems

Nanyang Technological University
Admission Requirements
a Bachelor’s degree plus relevant working experience
http://www.wkwsci.ntu.edu.sg/ProspectiveStudents/Graduate/MasterofScienceinInformationSystems/Pages/Admission.aspx

http://admissions.ntu.edu.sg/graduate/coursework/Pages/default.aspx

The following webpage is sort of funny. It has everything related to applying online but the link for applying online :-)
http://admissions.ntu.edu.sg/graduate/coursework/HowDoIApply/Pages/ApplyOnline.aspx

http://admissions.ntu.edu.sg/graduate/coursework/BeforeApplying/Pages/Fees.aspx

NTU Contacts
———————-
http://www.ntu.edu.sg/AboutNTU/contactntu/Pages/unicontactinfo.aspx

Posted in Free University Courses | Leave a comment

English – 英语单词发音查询

When you are not certain of an English word’s pronunciation, you can always check it out in the followin website.

http://www.howjsay.com/

Posted in Uncategorized | Leave a comment

CBuilder – Build Standalone C++ Builder Application

If you are using a version 6.0 of BCB, you may try the following steps to solve this problem;

1. Go to “Project -> Options”. On “Linker” tab, uncheck the “Use dynamic RTL” checkbox. And, on “Packages” tab, uncheck the “Build with runtime packages”.

2. Project -> Options -> Packages -> “Runtime packages” (uncheck)

Posted in C | Leave a comment

Win7 – How To Disable Search In Windows 7

http://www.howtogeek.com/howto/10246/how-to-disable-search-in-windows-7/

Control Panel -> Programs and Features -> Turn Windows features on or off -> Windows Search (Uncheck)

Posted in Windows 7 | Leave a comment

Registry – Disable / Enable Writing to USB Storage

Registry Hack to Disable Writing to USB Drives

A common security concern at organizations is allowing users to plug in a usb flash drive, because they could so easily copy corporate data.

Since Windows XP SP2, you can disable writing to USB devices altogether using a simple registry hack. Here it is:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies]
“WriteProtect”=dword:00000001

http://www.howtogeek.com/wp-content/uploads/DisableUSBWrite.zip

http://www.howtogeek.com/wp-content/uploads/EnableUSBWrite.zip

http://www.howtogeek.com/howto/windows-vista/registry-hack-to-disable-writing-to-usb-drives/

Posted in Windows | Leave a comment

Registry – Disable / Enable Writing to USB Storage

Registry Hack to Disable Writing to USB Drives

A common security concern at organizations is allowing users to plug in a usb flash drive, because they could so easily copy corporate data.

Since Windows XP SP2, you can disable writing to USB devices altogether using a simple registry hack. Here it is:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies]
“WriteProtect”=dword:00000001

http://www.howtogeek.com/wp-content/uploads/EnableUSBWrite.zip

http://www.howtogeek.com/howto/windows-vista/registry-hack-to-disable-writing-to-usb-drives/

Posted in Windows | Leave a comment

Wireless – coova

http://coova.org/Overview

What is coova?
“We have a few simple ideas about how to make Hotspot setup and management easier than it is today. Our approach includes firmware, authentication and management services, and captive portal solutions.”

Posted in Network | Leave a comment