Putty font size color, full screen/exit full screen shortcut key save session settings
Font size settings
Window-> appearance-> font settings-> change button settings (my settings are 16). The font is (consolas)
Font color settings
Window-> colours->
1. Relationship between MFC object and Windows Object
The most important encapsulation in MFC is the encapsulation of Win32 APIs. Therefore, we need to understand Windows Object and MFC object (C ++ object, a C ++ class instance) the relationship
--------------------------------------------------------------------------------Keep the following information when referencing:Da Keshan[MSN: a3news (AT) hotmail.com]Online image processing of http://www.zpxp.com radish rat--------------------------
Handle is an important concept in a Windows program and is frequently used. In a Windows program, there are various resources (Windows, icons, cursors, and so on). The system allocates memory for these resources and returns the ID number that
Sometimes, when installing the program, we hope to install the program silently without showing the next step. This part of the access will teach you how to operate the program. Currently, the commonly used software for creating the installation
See the following code:
Copy codeThe Code is as follows: var I = 0;
Function newWin (){
Var win = new Ext. Window ({
Title: "window" + I ++,
Width: 400,
Height: 300,
Maximizable: true
});
Win. show ();
}
Ext. onReady (
Function (){
Ext. get ("btn").
"Fake crazy" means that all people who do what they do generally have good plans and plans in the dark. In the security defense of E-mail, we can also use the strategy of "false ignorance, we have built a security line for E-mail from the system,
Summary : This article describes the use of Windows Messaging mechanisms to communicate with each other in different languages, connect to each other, and in two languages that are currently more prevalent in Microsoft Visual C + + 6.0 and Borland
C:\users\asn\desktop>taskkill/? TASKKILL [/S system [/u username [/p [password]]] {[/FI filter] [/pid ProcessID |/im imagename]} [/T] [/f]desc Ription:this tool is used to terminate the tasks by Process ID (PID) or image name. Parameter List:/S
Delphi to implement the form flicker function The previous window flashing did not take into account the taskbar button flashing the problem,Now a customer needs the taskbar button flashing, found that the previous use of the FlashWindow can not
The main functions under the GLUT library are:One. Initializationvoid Glutinit (int* argc,char** argv)This function is used to initialize the glut library. The form corresponding to the main function should be: int main (int argc,char* argv[]);This
Modify computer OEM Information
Open the "properties" of my computer and click "General" to view the "OEM" information of the computer .. For example, you can manually modify Lenovo ''tsinghua Tongfang.
First, open the system folder in the
To remind users of this purpose, we usually use window flickering effects, such as QQ and Jabber instant chat tools. When receiving messages from friends, we usually flash the icons in the tray, if the chat window is opened, the button of the opened
The CMD command uses tasklist and taskkill to close the program.After the remote server yesterday, the server got stuck for no reason, and the mouse was delayed and unresponsive. If you wanted to close the program in the Process Manager, you also
See the following code:Copy codeThe Code is as follows:Var I = 0;Function newWin (){Var win = new Ext. Window ({Title: "window" + I ++,Width: 400,Height: 300,Maximizable: true});Win. show ();}Ext. onReady (Function (){Ext. get ("btn"). on ("click",
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.