13 July 2009 0 Comments

SoCalDevGal does the social

What’s going on with my Windows 7 blog series, you might be wondering?  Well, I am still working on it, in fact I’ve broadened the scope of my studies to include ALL AREAS of Windows 7 development (in preparation for my upcoming trip and talks in South Africa).  I do plan to publish quite a few more posts in the series over the next couple of weeks. Lest you think I am all work and no play, I’ll have to admit that I’ve been combining work and socializing too.  Below is a sampling of recent good times… Geek BBQ in Venice Swanky party in Hollywood Beach party with the Laguna Girls (I took the picture, so I am not in this one!) Birthday celebration with the cool girls Hanging with the hipsters downtown LA Oh and there’s more to come – this week I’ve got four more tech social events to go to.  Life is good

15 June 2009 0 Comments

MBA Global Management Seminar I

L et me start by the last work I did this week: the paper. Great opportunity to learn; I selected the EU and Mercosur as the trading blocs, and the amount of research I did was incredible

29 May 2009 0 Comments

Announcement: A new DST hotfix is available for Morocco 2009 Daylight Saving Time for the Windows platform

As Lourdes posted here on the Daylight Saving Time and Time Zone blog, a new hotfix is available for Morocco 2009 Daylight Saving Time for the Windows platform. This is an update for the Daylight Saving Time for the "(GMT) Casablanca" time zone this year (2009) for computers running Windows XP, Windows Server 2003, Windows Vista and Windows Server 2008… "Morocco has announced the start of DST for 2009 on June 1st at midnight. The clock will move one hour forward at midnight between May 31st and June 1st, and then move one hour back at midnight between August 20th and August 21st in 2009.  There was no DST for Morocco in 2009 prior to this update

29 May 2009 0 Comments

1/2 Day Windows 7 AppCompat Lab Engagement at Reston MTC, 6/8-6/12 (Free)

Microsoft is conducting a series of Windows 7 AppCompat Labs at Microsoft Technology Centers over the next couple of months.   The purpose of these labs is to assist companies verify that their applications will run on Windows 7 and to provide feedback to the Windows product group as issues arise.

29 May 2009 0 Comments

Creating my own synchronicity

OK, OK. I know I haven’t been showing my face much around here. Super busy and totally into what I am working on.

28 May 2009 0 Comments

I’m sorry, you don’t have permission to know where this shortcut file should show up in the Explorer window

Commenter Gabe suggested that the shortcut file should contain a bit that indicates whether the target of the shortcut is a folder, so that shortcuts to folders can sort with real folders .

27 May 2009 0 Comments

Custom Bound Fields in FieldGroup

You could make the AxBoundFieldGroup use the CustomBoundField ( http://blogs.msdn.com/solutions/archive/2009/04/20/ax-custom-bound-fields.aspx ) instead of the regular bound field by hooking into the OnCreatingBoundField event (KB971547) of the  AxBoundFieldFactory.  For example create an assembly with the below code and put it in GAC. public class AxSampleBoundFieldFactory {  public void OnCreatingBoundField(object sender, CreatingBoundFieldEventArgs eventArgs)  {    if (eventArgs.Field.Name == “Date”)      eventArgs.BoundField = new AxSampleDateBoundField();  } } Then modify the master page (C:Program FilesCommon FilesMicrosoft Sharedweb server extensions12TEMPLATEFEATURESDynamicsAxEnterprisePortaldefaultax.master) and add the below code to invoke this eventhandler in page init.

27 May 2009 0 Comments

The whole truth about MB_PRECOMPOSED and MB_COMPOSITE

As a by the way, this blog does NOT represent anything beyond my own personal thoughts. You could even blame it on my Tegretol dosage, to be perfectly honest (if the pain were not so intense I’d have skipped this med for sure). I am not even on the team that owns this code any more and I didn’t own it when I was then

26 May 2009 0 Comments

Partner support (for Denmark)

This blog post is for the Danish partners only – or more precisely, the content that it is referring to, is.   Her på bloggen har vi nu samlet kontaktoplysninger fra bl.a. GPSD for dig som partner

21 May 2009 0 Comments

Visual Studio 2010 SDK Beta 1 Available!

It pays to be in early in the morning… sometimes you get to be the first to announce. :) The Visual Studio 2010 SDK Beta 1 is now available for download on MSDN Download Center.

21 May 2009 0 Comments

Upgrade: SharePoint 2007 –> SharePoint 2010

Teadupärast tuleb uus SharePoint välja järgmise aasta esimeses pooles. Seoses sellega on paljudel tekkinud küsimus, kas tänast SharePointi saab upgradeda uue peale või millised takistused võivad esineda

14 May 2009 0 Comments

SQL 2008 joins the Training Kit Team!

eek! The Training Kits which are so well done just got a new addition – The SQL Server 2008 Developer Training Kit . Visit Roger’s blog for details