Sign in
|
Join
|
Help
Pavel's Blog
Pavel is a software guy that is interested in almost everything
software related... way too much for too little time
Home
Contact
About
RSS
Atom
Comments RSS
Go
Tags
.NET
.NET 4
.NET 4.0
.NET 4.5
.NET2
64 bit
AI
AJAX
Algorithms
ASP.NET
Audio
Azure
BUILD
C#
C# 3.0
C# 4.0
C# 5.0
C++
C++/CX
C++0X
C++11
CLR
CLR Explorer
COM
COM Apartments
Console
courses
D&D
Debugging
DEV
Developer Academy 3
Device Drivers
DirectCompute
DirectX
food
Fun
Games
Graphics
Intel
Intellisense
Internals
Interop
ITPRO
LINQ
LINQ to XML
Mathematics
Media Foundation
MEF
Memory Map Viewer
Metro
MFC
Multithreading
Native API
Native Development
NLP
Numerics
OFFTOPIC
OpenDay
PARSING
PDC2008
ReSharper
Robotics
Roslyn
Silverlight
Silverlight 2
Task Parallel Library
TECH
teched
teched_il
TechEd2010
TechedIsrael2008
thoughts
Threading
Tips
Tutorial
video
Vista
Visual Basic
Visual C++
Visual Studio
Visual Studio 11
Visual Studio 2005
Visual Studio 2008
Visual Studio 2010
Visual Studio 2012
WebTech
Win32
WinDbg
Windows 8
Windows Devices User Group
Windows Phone
Windows Phone 8
Windows Phone User Group
Windows Platfrom User Group
Windows Runtime
Windows7
WPF
XAML
XNA
מכללת הי-טק
Archives
May 2013 (2)
April 2013 (2)
March 2013 (3)
February 2013 (2)
January 2013 (2)
December 2012 (3)
November 2012 (3)
October 2012 (5)
September 2012 (6)
August 2012 (4)
July 2012 (2)
June 2012 (4)
May 2012 (5)
April 2012 (4)
March 2012 (7)
February 2012 (7)
January 2012 (6)
December 2011 (6)
November 2011 (5)
October 2011 (5)
September 2011 (5)
August 2011 (5)
July 2011 (3)
June 2011 (3)
May 2011 (3)
April 2011 (3)
March 2011 (8)
February 2011 (4)
January 2011 (5)
December 2010 (5)
November 2010 (13)
October 2010 (4)
September 2010 (5)
August 2010 (7)
July 2010 (1)
June 2010 (3)
May 2010 (4)
April 2010 (1)
March 2010 (2)
February 2010 (2)
January 2010 (3)
December 2009 (1)
November 2009 (4)
October 2009 (5)
September 2009 (3)
August 2009 (1)
July 2009 (4)
June 2009 (3)
May 2009 (2)
April 2009 (3)
March 2009 (2)
February 2009 (5)
January 2009 (3)
December 2008 (2)
November 2008 (4)
October 2008 (7)
September 2008 (6)
August 2008 (5)
July 2008 (6)
June 2008 (3)
May 2008 (5)
April 2008 (2)
March 2008 (9)
February 2008 (4)
January 2008 (9)
December 2007 (6)
Navigation
Home
All Posts
RSS
Popular Tags
Browse by Tags
All Tags
»
MFC
(
RSS
)
.NET
.NET 4
64 bit
C#
C++
C++/CX
CLR
COM
DEV
DirectX
Graphics
Internals
Interop
Media Foundation
Memory Map Viewer
Native Development
TechedIsrael2008
Visual Studio 2008
Visual Studio 2010
Win32
Windows 8
Windows Phone 8
Windows Platfrom User Group
Windows Runtime
WPF
XAML
My Wish List for Windows “Blue”
17 May 13 05:48 PM
|
pavely
| with
no comments
Many rumors are flying around at this time about the upcoming release of Windows 8.1 (code named “Blue”, which represents a wave of product updates, including Windows Phone and others). I thought I‘d state my hopes for this release, not just in terms of user features, but also from a developer’s perspective. As a developer, I spend most of my time on my trusty laptop, not some tablet based device. Naturally, the desktop world is my friend. The Windows 8 Start screen is close to perfect for tablet...
WPF For WinForms (and MFC) Developers, Part 1
11 January 11 04:00 PM
|
pavely
|
3 comment(s)
WPF has been around for more than 4 years now (since the release of Windows Vista), but only in the last couple of years there is increased move from Windows Forms to WPF. However, the transition is anything but easy. This is not just because WPF is relatively new, or because people are people, and as such don’t like change for the sake of change. I mean, WinForms is ok, isn’t it? MFC may be old, but it works, doesn’t it? The term User Interface (UI) has served us for years. In recent years, this...
Visual Studio 2010 SP1 Beta: What’s new in MFC?
25 December 10 03:23 PM
|
pavely
| with
no comments
The recently released Visual Studio 2010 SP1 Beta brings many enhancements and bug fixes found since the product’s launch, most of them in the managed world. However, there are new enhancements to the good(?) old MFC , namely wrapping of some of the Direct2D interfaces. Direct2D is a new layer in the DirectX world, sitting on top of Direct3D, providing high performance and flexible 2D graphics. It was introduced with Windows 7 and Windows 2008 R2, but it’s also possible to install it on Windows Vista...
Windows Platform Developers User Group meeting
06 October 10 10:45 PM
|
pavely
|
3 comment(s)
This evening was a WPDUG meeting on CLR hosting and CLR profiling. Thank you all for coming! It was a pleasure to see so many of you there. My session was on CLR hosting, using the new CLR 4 hosting API. This is done using native code (C++) that uses COM for communication between the CLR and the host, both ways. I showed how to enumerate the installed runtimes, how to load a specific CLR (a new feature of CLR 4 – the ability to host multiple CLRs in a single process), how to create an application...
The Return of the Class Wizard
24 January 10 10:20 AM
|
pavely
| with
no comments
Visual C++ 6 aficionados remember (fondly) the Class Wizard, most useful in MFC applications. The Class Wizard has gone away in later version of Visual Studio (2002, 2003, 2005, 2008), but is now making a smashing return in Visual Studio 2010 (Project menu –> Class Wizard or Ctrl+Shift+X). This has the familiar options (relative to VC++ 6), such as adding/removing message handlers, command and update command handlers, creating new classes, member variables, etc. There are new options, such as...
Update to my Virtual Memory Map Viewer
01 June 09 03:51 PM
|
pavely
| with
no comments
I’ve uploaded an updated version of my Virtual Memory Map Viewer on CodePlex . This version has both 32 bit and a 64 bit executables, allowing viewing of 64 bit processes (as well as 32 bit). Quite interesting to see those large address spaces… You can download the latest from CodePlex .
Visual C++ 2008 Feature Pack Released
08 April 08 11:50 AM
|
pavely
| with
no comments
לחובבי MFC ואחרים שמעדיפים לבנות UI עם Native C++... תוך כדי TechEd הוציאה Microsoft את ה-VC++2008 Feature Pack בגרסת ה-release. גרסה זו כוללת הרחבה לספריית MFC הותיקה, עם תוספות משמעותיות לבנייה של UI בסגנון Office 2007 ו-Visual Studio, כלומר docking panes, ribbon ועוד. הנה הלינק להורדה. חבל שנושאים כאלה כבר לא נמצאים בכנסים כמו טקאד.
MFC לכל אוהבי
04 December 07 09:07 AM
|
pavely
| with
no comments
ללא ספק עם כניסת ה-.NET לחיי הפיתוח, נזנחו במידה מסוימת לפחות טכנולוגיות Native, כגון MFC. MFC לא התקדם כמעט בכלום מאז גרסה 6 (שהגיעה עם Visual C++ 6). בגרסה החדשה ביותר (9) זו שמגיעה עם Visual Studio 2008 לא שונו דברים משמעותיים. הדבר העיקרי שהשתפר הוא התמיכה ל Look & Feel של ויסטה (למשל CFileDialog מציג את הגרסה החדשה של ויסטה ולא הגרסה הישנה). כל מי שרצה לעשות דברים יותר מודרניים עם ה-UI נאלץ לכתוב הרבה קוד בעצמו, או לקנות חבילה כזו או אחרת שמרחיבה את MFC (או משתמשת ב-ActiveX Controls). בשורות...