サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
アメリカ大統領選
www.codeguru.com
CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More. Introduction Usually, it’s not needed and not a very good idea to change the default font in property sheets. However, sometimes that may be a requirement. Let’s say, one client wants some particular corporate font or simply we must use very large fonts i
Terms of Use<\/a> and Privacy Policy<\/a>.","subscribe_button":"Subscribe"}},"identifier":"66dc16ab0f362","campaign_id":"19717","campaign_type":"sidebar","popup_type":null,"newsletters":["developer-insider"],"behavior":{"opt_in_enabled":true},"appearance":{"colors":{"primary":"#238fee","button":{"text":"#fff","hover":{"background":"#DBDBDB","text":"#fff"},"toggle":{"background":"#238fee","text":"#
CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More. With the new C++0x standardization process about to have the final technical vote we sit down with C++ creator Bjarne Stroustrup to talk about C++0x, new features and future plans. Danny Kalev: Where is the C++0x standardization process standing these day
CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More. This article was contributed by Tom Archer and Rick Leinecker. Preface This class is meant as a very simple alternative to the more robust, feature-rich CSerialPort class presented by Remon Spekreijse. In other words, if you need a very simple class to re
CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More. Microsoft has added two interesting new API’s to Windows 7: Direct2D and DirectWrite. Direct2D replaces GDI and GDI+. It can render more accurate results and has support for hardware acceleration on your graphics hardware. DirectWrite is a new API to rend
CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More. Environment: Visual C++ 6.0, Windows 98/NT/2000 Section 1: Introduction In this article, I’ll show you how to build a SOAP client using Visual C++. This tutorial gives you a hands-on introduction to using the SOAP API. SOAP is emerging as a very popular p
CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More. 1. Introduction Meta-programming means writing a program that can generate other programs. This technique is used in different ways in different languages. It can also be said to be partial evaluation, a method of transforming one program into another or,
CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More. Introduction This article follows on from the Active Script Hosting discussions of Andrew Garbuzov. Before you start on adding debugger support to your active script it’s probably a good idea to have active scripts up and running…. The code in this articl
CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More. This artical suggests yet another way to edit subitems in CListView or CListCtrl. It uses LVM_GETEDITCONTROL message to return the handle of the actual edit control used by MFC and then subclasses the handle in order to re-postition the control over the s
Managing Low-Level Keyboard Hooks with the Windows API for VB .NET CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More. I am amazed at the overwhelming and disproportionately high number of email responses I get about hooking the keyboard. Many people in a diverse group of industries have legitimate reasons
CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More. Introduction In computer vision, one usually needs access to video frames as they are streamed in order to analyze or process them in some way. This article shows how to obtain a single bitmap from a video stream using Microsoft Directshow. A prevous arti
CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More. Introduction This article will showcase the technique to host WPF content in an MFC-based application. The main usage of this implementation is to enhance the graphical appearance of conventional Win32/MFC-based applications. The demo program that comes a
CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More. For one of my projects, I needed the so-called Delaunay triangulation of a set of points. Loosely put, the Delaunay triangulation is the most efficient way to draw triangles between pairs of points. Each point is connected by lines to its closest neighbou
CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More. What It Does This is a class for interfacing with the Windows Map Network Drive APIs. Background/Description This class was originally written to aid me during a contract for writing a startup automation application on Windows 2000. Since then, it has bee
CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More. Introduction Interfaces Step 1:Create the IDL file Step 2:Generating the type library Step 3:Derive from IAdd Step 4:Implement the methods of IAdd Step 5:Implementing IUnkown Step 6:Factory Step 7:Implementing the methods of IClassFactory Step 8:Implement
CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More. My previous article, “How Do Windows NT System Calls REALLY Work?”, explains how Windows NT calls system services by using an ‘int 2e’ software interrupt. Newer platforms, such as Windows XP and 2003, normally use another method to call system services. A
CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More. If you often create VC++ projects that are very similar, such as DLLs that follow some guidelines or rules for common integration in an application (like a plug-in based application), you might get tired of creating a default VC++ project and then doing t
CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More. This article illustrates the implementation of a simple OLE container that is used to host a transparent or windowed Flash Player Object. Part 1. OLE Interfaces The simplest OLE control implementation for an ActiveX object should consist of several interf
CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More. Environment: VC6 SP4, NT4 SP4, Windows 2000, Windows 9x/Me Introduction Intercepting Win32 API calls has always been a challenging subject among most of the Windows developers and I have to admit, it’s been one of my favorite topics. The term Hooking repr
CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More. Introduction CGEnabledView is a view class designed to wrap all OpenGL stuff (initialization, managing of Rendering Contexts and palettes, destruction, etc.) allowing the creation of multiple views in a MDI application. CGEnabledView also offers these ser
CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More. Environment: Windows 2000 / Windows ME / IE 5.0+ I have a lot of experience in programming low-level MSHTML and I always see questions on how one can use MSHTML to parse HTML and then access elements via the DOM. Well, here it is. I use IMarkupServices pr
Peeking into Password Edit ‘& Internet Explorer – Super Password Spy++ CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More. . Environment: VC6/VC7, MS Platform Core SDK, IE4.0+, WinNT/2K/XP ONLY (Test has passed on English/Chinese/Japanese Win2k/XP with IE6.0+SP1) Key Technology Used: Windows Hook, IE COM O
CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More. In the CodeGuru newsletter, I brought up the topic of constant pointers and pointers to constants. While this is a beginning level topic, it is one that some advanced-level people goof up in their code. Pointer contants and contant pointers are also somet
C# and Java are two very popular programming languages, each regularly topping the charts of the top 5 most widely use programming languages in the world. Both programming languages share a similar syntax and structure, and are often considered to be part of the same family of programming languages -...
CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More. Introduction Microsoft Intermediate Language (MSIL) is a language used as the output of a number of compilers (C#, VB, .NET, and so forth). The ILDasm (Intermediate Language Disassembler) program that ships with the .NET Framework SDK (FrameworkSDKBinilda
Has your love of gaming sparked interest in possibly working in the video game industry? If so, here are some of the most popular video game careers you may want to pursue. Careers In The Video Game...
このページを最初にブックマークしてみませんか?
『CodeGuru : codeguru』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く