A.m.
Link: msdn for VB6 and vc6I searched the internet for a long time for a collection of Microsoft Help documents, including hhcolreg. dat and *. Col files.So I analyzed the two files myself.(The objective is to copy the sql80.col help set in the XP system to the win7 system, and the result is also achieved .)_________________________________________________________________________________________________Msdn for vs6 *. Col help document co
Msdn help favorites, bookmarks saved in
C:/Documents and Settings/username/Application Data/Microsoft/visualstudio/8.0/Vs help data/favorites. xml
SQL books online:
If it is opened from the Help menu of SQL Server Management studio, it is saved in: C:/Documents and Settings/username/Application Data/Microsoft SQL Server/90/tools/Shellsem/Vs help data/favorites. xml
If it is enabled from "start", "program", and "SQL Server books online", it i
The effects of the left navigation tree of msdn and csdn are that when you click the parent node, a request is sent to fill its subnodes! It seems that the webpage only refreshes parts! Javascript + [ASP + ACCESS] Implementation
SourceProgramDownload: http://www.triaton.com.cn/Private/Zip/Tree.zip
Dim adoconnectionSet adoconnection = server. Createobject ("ADODB. Connection ")'Adoconnection. Open "provider = sqloledb.1; persist Security info = fals
In marshalasattribute, the first parameter type is the unmanagedtype enumeration to specify the corresponding unmanaged data type. In this enumeration type, there are two very strange values: unmanaged. lpstruct and unmanagedtype. struct. The two enumeration values are described in the msdn document as follows:
Struct
A variant, which is used to marshal managed formatted classes and value types.
Lpstruct
A pointer to a C-style
. According to this analysis, this time the system upgrade, Microsoft has deliberately waterproof suspicion, after all, market share is the key.Disclaimer:Chinese law has expressly:The Computer Software Protection Ordinance 17th: In order to study and study the software contained in the design ideas and principles, through the installation, display, transmission or storage software, such as the use of software, can not be licensed by the software copyright owner , not to pay compensation.In the
Http://msdn.microsoft.com/library/en-us/cpref/html/frlrfsystemdatasqlclientsqltransactionclassrollbacktopic1.asp? Frame = trueThe above connection is the description of SqlTransaction. Rollback in msdn.In the introduction to Exceptions, it is pointed out that SqlTransaction throws an exception.
Exception
An error occurred while trying to commit the transaction.
Invalidoperationexception
The transaction has been committed or rolled back. The connection is disconnect
Converted from msdn: http://msdn.microsoft.com/zh-cn/library/ms228593 (vs.80). aspx
So much, I can't remember it all at once. I plan to review these specifications frequently. If I have some experience in the following aspects in my daily work or study, I will give it a rough display. Used to remind you.
The following is based on fxcop. net
Code Write specifications for reference only.
I. Design)
1. abstract types shocould not have Constructors
How can I manipulate ctooltipctrl to add a tool tip to my control? Msdn provides the answer.
Create and manipulate a ctooltipctrl
======================================
CreateCtooltipctrlObject.
Call the create function to create a Windows universal prompt control and associate it with the ctooltipctrl object.
Call the addtool function to register the tool tip control to a tool, so that the information stored in the tool tip can be displayed when
I encountered this error when I visited msdn just now. It seems that Asp.net is very broad and profound ..Server Error in '/'application.
Runtime error
Description:An application error occurred on the server. the current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons ). it cocould, however, be viewed by browsers running on the local server machine.
Details:To
The following content is compiled by Yang Guo under the bodhi tree according to Microsoft msdn. Please indicate the source of the post.Msdn official explanation of func Encapsulate a method that has a parameter and returns the type value specified by the tresult parameter.
The following is an example to show how to use it:
The following example demonstrates how to use a delegate to convert a string to uppercase:Delegate string convertmethod (string in
Document directory
4.1.1 graphedit Overview
4.1.2 use graphedit
4.1.3 load a graph from an external process
4.1.4 save a filter graph to the graphedit File
4.1.5 load a programmable graphedit File
Chapter 4 Use DirectShow
(I am not good at English either. The first time I translated msdn, I hope to help beginners and learn faster. If there is anything inappropriate, please point it out and I will modify it as soon as possible .)4.1 Use graphedi
A sample Description of various aspects of Windows communication Foundation (WCF):https://www.microsoft.com/en-us/download/details.aspx?id=21459Or: Http://files.cnblogs.com/files/djdq/WF_WCF_Samples.part01.rar and Http://files.cnblogs.com/files/djdq/WF_WCF_ Samples.part02.rarOr: (These two invisible pictures are actually not real picture files, but the WCF sample code, I compressed into two rar, added a. jpg suffix, uploaded to the blog park, you can find the image by viewing the source code, "h
Developing applications for Windows Phone 8 (2014/6/18) From Developing Applications (XAML)From ############################################Overview of the Panorama controls for Windows PhoneFrom Control List (XAML)From MSDN Development Guidelines for WP and Windows
Mu_windows_7_language_pack_x86_dvd_x15-73272.isoRelease date (UTC): 8/6/2009 9:59:56 AM Last Updated (UTC): 8/28/2009 9:20:41 PMSha1:9a04b246f132d929cde04b14dd07fcf5f14d2f23 ISO/CRC:45A48C46: Mu_windows_7_language_pack_x86_dvd_x15-73272.iso (1.8 GB)ed2k://|file|mu_windows_7_language_pack_x86_dvd_x15-73272.iso|1936062464| a5fb4917b281929f30256924d8d0715e|h=5yjckesquiurow7dmmz3aqpnjafrgbc7|/Windows Automated installation Kit for Windows 7 and Windows Server R2 (x86, x64, IA64)-DVD (chinese-simpli
decorator\r\n***");Console.ReadLine ();}
Continue running with the following results: At this point, you might think: OK, the idea is good, but it still needs to do a lot of work: I have to implement all the classes and all the ways to add aspects. It will be difficult to maintain. Is there another way to do it?. NET Framework, you can use reflection to get all the methods and execute them. The Base Class library (BCL) even has the RealProxy class (BIT.LY/18MFXWO), which is implemented fo
Tools interface is empty, we first click "Add image" to find "Vs2012documentation.iso" Add.or simply drag the ISO file into the Daemon tools interface.Click on the "Add DT Virtual Optical Drive" button, wait a moment to find in the Explorer a DVD drive icon, indicating that the virtual CD-ROM was added successfully.Right-click the ISO file in the image directory → load → new virtual CD drive. or simply double-click the ISO file in the image directory to load it. You can see it when you load it
code; Delete unused variables, methods and classes.
Never let the user experience a runtime error. Take appropriate actions to either manage the situation programmatically or throw a error informing the user in the I Nfolog about the problem and what actions can is taken to fix the problem.
Never make assignments to the ' this ' variable.
Avoid dead Code. Reuse code. Avoid using the same lines of code in numerous places. Consider moving them to a method instead.
Never use Infolog.add di
(IPF only ).
/Qipf_restrict_plabels
Enhances the performance of programs that do not create functions at runtime. (IPF only)
/Showincludes
Display the list of all files included during compilation
/TC
Specify C source file
/TP
Specify the C ++ source file
/V
Set version string
/Wall
Enable all warnings, including warnings disabled by default
/W
Set warning level
/W
Use ghostdoc and Sandcastle Help File builder to create a professional msdn style CHM help document1. ndoc is no longer developed. You can easily generate comments in the vs environment using ghostdoc.
1. Introduction: Use ghostdoc to generate comments for the code
2. Download: http://www.roland-weigelt.de/ghostdoc/
2. sandcastle visualization tool: sandcastle Help File Builder
1. Download: http://www.codeplex.com/SHFB
2. Use:
(1) Specify the
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.