Sign in
Yves Dolce
MCS Partner ISV
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Random
Software Development
Archive
Archives
November 2009
(2)
September 2009
(4)
August 2009
(4)
May 2009
(1)
April 2009
(1)
January 2009
(1)
November 2008
(1)
October 2008
(1)
June 2008
(2)
May 2008
(1)
March 2008
(2)
January 2008
(5)
December 2007
(1)
November 2007
(1)
October 2007
(2)
September 2007
(3)
May 2007
(1)
April 2007
(1)
March 2007
(2)
February 2007
(6)
December 2006
(3)
November 2006
(7)
October 2006
(4)
September 2006
(3)
June 2006
(5)
May 2006
(1)
April 2006
(5)
March 2006
(4)
February 2006
(3)
January 2006
(3)
December 2005
(1)
November 2005
(9)
October 2005
(5)
September 2005
(5)
August 2005
(11)
July 2005
(1)
June 2005
(3)
May 2005
(7)
April 2005
(5)
March 2005
(3)
February 2005
(2)
January 2005
(2)
December 2004
(1)
November 2004
(4)
October 2004
(2)
September 2004
(2)
August 2004
(14)
July 2004
(3)
June 2004
(12)
May 2004
(6)
April 2004
(15)
March 2004
(17)
February 2004
(13)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Yves Dolce
Microsoft Visual C++ Toolkit 2003
Posted
over 9 years ago
by
yvesdolc
13
Comments
All the details are on the page but here is the Q&A (as of 4/17/04) so that you can decide if you are interested to click on the link: Visual C++ Toolkit 2003 Q&A What is the Visual C++ Toolkit 2003? The Visual C++ Toolkit is a free edition...
Yves Dolce
MSN Web Messenger Beta
Posted
over 9 years ago
by
yvesdolc
9
Comments
From http://webmessenger.msn.com/ : " MSN Web Messenger lets you talk online and in real-time with friends and family using just a web browser! Use it on any shared computer - at school, at work, at a friend's house or anywhere you can't install the MSN...
Yves Dolce
I quit running as an administrator on my new box!
Posted
over 9 years ago
by
yvesdolc
8
Comments
It's painful! It is. And on top of that, it is painful! But the following resources do help: - Developing Software in Visual Studio .NET with Non-Administrative Privileges - How can I run Control Panel applets as another user (one with administrative...
Yves Dolce
Secure CRT code sample
Posted
over 9 years ago
by
yvesdolc
6
Comments
When built in debug mode with the Visual Studio 2005 Community Technology Preview May 2004 , the following source code: #include <stdio.h> #include <stdlib.h> // _invalid_parameter_handler, _set_invalid_parameter_handler #include...
Yves Dolce
Discussion of Marshal.ReleaseComObject and its dangers
Posted
over 9 years ago
by
yvesdolc
6
Comments
David Mortenson sent this on an internal Distribution List. I'm sure you'll find it useful if you do any COM Interop: This is a good time to discuss the risks of using Marshal.ReleaseComObject. This API does indeed allow you to force the release to...
Yves Dolce
C++/CLI is not like Managed C++
Posted
over 8 years ago
by
yvesdolc
6
Comments
Before jumping to C# to develop for .NET and forgetting your C++ knowledge/experience/skills, you might want to make sure you have a look at those: - Pure C++ column from Stanley B. Lippman. - Translation Guide: Moving Your Programs from Managed Extensions...
Yves Dolce
Alternative to Directory.GetFiles and co.
Posted
over 8 years ago
by
yvesdolc
6
Comments
( 8/8/05: I fixed the source code ) Just like String::Split , I dislike those GetFiles methods that put more load on the managed heap when all I need is just one piece of information among the several it gives me (130,000 filenames in my project!)...
Yves Dolce
cd "My Documents"
Posted
over 7 years ago
by
yvesdolc
6
Comments
John was complaining about this not working so I wrote MyDoc.bat: @REM This will work if you did not redirect “My Documents" @%HOMEDRIVE% @cd %HOMEPATH%\My Documents Is there a better way?
Yves Dolce
The LINQ Project
Posted
over 8 years ago
by
yvesdolc
5
Comments
From the PDC 2005 site: have a look at Q&A: Microsoft to Simplify and Speed the Development of Data-Rich Applications by Extending the .NET Framework to Provide Language Integrated Query for Databases and The LINQ Project . The LINQ Project is...
Yves Dolce
Visual C++ 6.0 mainstream support will end on September 30, 2004
Posted
over 9 years ago
by
yvesdolc
5
Comments
I still see a lot of people running VC++ 6.0 [SP3|SP4| SP5 ]. As of today, the status is that mainstream support will end on September 30, 2004! Check http://support.microsoft.com/default.aspx?scid=fh;[ln];LifeAn11 for more information.
Yves Dolce
Command Prompt Explorer Bar
Posted
over 9 years ago
by
yvesdolc
4
Comments
I've been using this tool for a while now, I love it and wonder why we do not provide it out of the box! From http://www.codeproject.com/csharp/CommandBar.asp : This tool extends explorer with functionality of a command prompt. Implemented as a...
Yves Dolce
MFC 8 (VC++ 2005) and Windows Forms
Posted
over 8 years ago
by
yvesdolc
4
Comments
I know that some of you have managed to use some Windows Forms forms in your MFC applications via ActiveX Control hosting or just plain Win32 calls and hosting the CLR manually. I’m sure you are suffering the accelerator/tab navigation issues, among others...
Yves Dolce
Rory Blyth posts his music
Posted
over 9 years ago
by
yvesdolc
3
Comments
I was listening to Charles Petzold conversing with Carl Franklin and Rory Blyth on .NET Rocks (see http://www.franklins.net/dotnetrocks/ ) and heard a tune I like (see http://www.neopoleon.com/blog/music.aspx ). I recognize some Simple Minds and U2 influences...
Yves Dolce
Managed C++ or C++/CLI Double Thunking
Posted
over 8 years ago
by
yvesdolc
3
Comments
On an internal discussion list, we're discussing the performance impact of virtual functions in managed C++. David Schwartz from VC++ User Education sent us a draft of a related documentation that will be in Whidbey (Visual Studio 2005). He has agreed...
Yves Dolce
C++/CLI add-in for .NET Reflector
Posted
over 8 years ago
by
yvesdolc
3
Comments
If you don't know that tool yet, stop reading and ... stop reading ... and download it from http://www.aisto.com/roeder/dotnet/ . This is a must have for any serious .NET developer. Actually one of the very first things I do after installing VS.NET...
Yves Dolce
Death and old calculators/computers...
Posted
over 7 years ago
by
yvesdolc
3
Comments
Yesterday evening, for some reasons, I was thinking about death and how I started to know about the computing world... I thought "Tomorrow, I'll see if I can find pictures of those things I've been using since I was 13 year old". Apple II Learned...
Yves Dolce
FOR_EACH and FOR_EACHV
Posted
over 9 years ago
by
yvesdolc
3
Comments
I know, I know. Macros are evil. So just FYI, with those: #define FOR_EACH( ___T, ___V, ___C ) \ ___T * ___V ; \ Enumerator<___T> __enum_##___V(___C) ; \ while ( (__enum_##___V).MoveNext() ? ( ___V = __enum_##___V.get_Current() ,...
Yves Dolce
System.Xml.Linq and Office Open XML
Posted
over 6 years ago
by
yvesdolc
3
Comments
Starting to play with those. So just FYE, here is what I wrote yesterday: // create the new document.xml package part Uri documentUri = new Uri ( "/word/document.xml" , UriKind .Relative); PackagePart documentPart = package.CreatePart(documentUri...
Yves Dolce
Call me crazy but one of the first thing I run after installing Vista on a box is...
Posted
over 7 years ago
by
yvesdolc
3
Comments
mklink /J %SystemDrive%\Contacts "%USERPROFILE%\Contacts" mklink /J %SystemDrive%\Desktop "%USERPROFILE%\Desktop" mklink /J %SystemDrive%\Documents "%USERPROFILE%\Documents" mklink /J %SystemDrive%\Downloads "%USERPROFILE%\Downloads" mklink /J %SystemDrive...
Yves Dolce
GOOD BYE LENIN!
Posted
over 7 years ago
by
yvesdolc
2
Comments
Just spent two wonderful hours watching that movie . I'm sure I missed a lot of the culture specific humour and having some of the same tunes as Le fabuleux destin d'Amélie Poulain movie was a small mistake but still, it was very nice.
Yves Dolce
Bear Cub (Cachorro)
Posted
over 7 years ago
by
yvesdolc
2
Comments
It makes a while I did not watch an interesting movie. I saw Vendetta and did enjoy most of it but I would not recommend it to a friend. Then on Saturday, I picked Bear Cub from the foreign movies section at the KCLS and watched it on Sunday evening...
Yves Dolce
CoCreateInstanceAsAdmin and the Elevation Moniker
Posted
over 7 years ago
by
yvesdolc
2
Comments
You might see that API referred here and there to help with the new UAC scenarios. And you'll also read that some people are wondering where the API declaration is... I understand that the COM team implemented Elevation Moniker to super-set this API...
Yves Dolce
Running Visual Studio 2005 on Vista RC1 with HighDPI
Posted
over 7 years ago
by
yvesdolc
2
Comments
When moving the separator bars/sliders between the docked windows/panes, you'll have a terrible experience. Same thing when trying to dock a floatable window. Workaround? Go to the Compatibility tab in the properties of DevEnv.exe and check the...
Yves Dolce
Application Domain FAQ
Posted
over 9 years ago
by
yvesdolc
2
Comments
As a friend of mine asked me to explain him what an AppDomain was, I started answering his e-mail. I then thought “Let's not re-invent the wheel”, this must have been done before and in a better way than mine. Indeed: Application Domain FAQ
Yves Dolce
N/Direct : The .NET Interoperability Resource Center
Posted
over 9 years ago
by
yvesdolc
2
Comments
Quite valuable. From the site : N/Direct is a site for developers seeking information or answers about interoperability between .NET managed code and native unmanaged code.
Page 1 of 9 (223 items)
1
2
3
4
5
»