blog.easyciel.net author="Patrick Rabian" about="c#, sharepoint, biztalk, team system resources" more="news, samples, tips for .NET world's developers !"

My "Show desktop" icon does not appear in the quick launch bar

Tuesday, 15 July 2008 15:41 by prabian

1- From the explorer, open the following folder : C:\Documents and Settings\[Your Account Name]\Application Data\Microsoft\Internet Explorer\Quick Launch

2- Create a new text file and insert the following content :

[Shell]
Command=2
IconFile=explorer.exe,3
[Taskbar]
Command=ToggleDesktop

3- Save and rename the file : ShowDesktop.scf

The icon will appear in the quick launch bar !

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags:   ,
Categories:   Miscellaneous | Windows
Actions:   E-mail | del.icio.us | Permalink | Comments (0) | Comment RSSRSS comment feed

.NET assembly called from unmanaged application without COM registration

Saturday, 26 January 2008 10:43 by prabian

.NET Assembly are easy to deploy even with different versions on the same server.
Since Windows XP SP2 or Windows Server 2003, COM components could be used without registration (called Registration-Free COM)
If you are using a "COM visible" .NET assembly, it should be registered on the system through registry and only one version could be available for the same COM component…the solution is to use a manifest to create a dependency between the calling application and the assembly.

Read first this article : http://www.devx.com/vb/Article/32888/1954
and see this interesting article with a sample : Registration-Free Activation of .NET-Based Components: A Walkthrough
In this sample, "client.exe" is an unmanaged application (compiled with VB6 or VC++) that calls a .NET assembly "SideBySide.dll" (compiled with C# or VB.NET).

The dependency manifest file looks like :

<?xml version="1.0" encoding="UTF-8" standalone="yes"

?>
          <
assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
          <
assemblyIdentity type = "win32" name = "client" version = "1.0.0.0" />
          <
dependency>
                    <
dependentAssembly>
                              <
assemblyIdentity type="win32" name="SideBySide" version="1.0.0.0" />
                    </
dependentAssembly>
          </
dependency>
</
assembly>

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags:   , ,
Categories:   COM | Win32 | Windows
Actions:   E-mail | del.icio.us | Permalink | Comments (0) | Comment RSSRSS comment feed

Compte rendu des Microsoft TechDays 2007

Saturday, 24 February 2007 01:08 by prabian

A l’issu de cet évenement, je me suis efforcé de rédiger mes notes et j’imagine qu’elles pourront toujours intéresser d’autres personnes qui, peut-être, n’ont pas pu assister à toutes les sessions, voire à aucune !!!
Microsoft va certainement publier les PPT et des webcasts. En attendant, je pense qu’une vue plus synthétique, ou simplement, un autre regard, peut toujours être intéressant.

Voici le menu :

1      Informations générales

2      Office system 2007

3      SharePoint Designer 2007

4      Développement SharePoint 2007

5      Administration MOSS 2007

6      La sécurité dans SharePoint 2007

7      Excel Services

8      Industrialisation de la gestion de formulaires

9      WPF pour les données

10     Visual Studio Orcas pour le web

11     Interopérabilité .NET / J2EE

12     Team system : présentation

13     Biztalk 2006 R2

Il me reste quelques "?" que je n’ai pas pris le temps de compléter, n’hésitez pas à m’informer sur ces points ou à me signaler des erreurs.

 ACCEDER AU COMPTE RENDU

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

CD/DVD/ISO Gravure pour Windows Vista 64 (Vista Burner)

Wednesday, 20 December 2006 23:11 by prabian

Si comme moi vous utilisez Window Vista…vous y avez surement perdu quelques plumes (ou plutôt drivers)…
Pour ma part, j’ai installé une version 64 bits pour enfin exploiter mon processeur AMD Turion 64 mais sans compter sur l’absence de driver pour la plupart de mes périphériques….mais soyons patients, ils arrivent bientôt :) .

En attendant, je souhaitais graver des images iso et…. surprise !! mes logiciels de gravure habituels sont devenus inexploitables (non recommandé pour vista ou pb de détection matériel) !!! Pour le coup, ce n’est pas ici la version 64bits de vista qui pose problème mais bien vista "tout court" :( Pas glop.
J’ai l’impression de me retrouver face à une installation d’une distrib de linux remontant à 5 ans en arrière…

J’ai recherché un peu et voici 2 applications gratuites qui, pour mon cas, ont parfaitement fonctionnées :

- Deep Burner (gravures classiques ou images) : http://www.deepburner.com
- ImgBurn (images uniquement) : http://www.imgburn.com/

Voici les copies d’écran :

et

Merci aux auteurs…
Je vais maintenant me mettre en quête d’une explication sur mes problèmes de synchro avec mon PDA Windows mobile 5 maintenant que Active Sync est passé à la trappe :( ( re-pas glop.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags:   ,
Categories:   Windows
Actions:   E-mail | del.icio.us | Permalink | Comments (0) | Comment RSSRSS comment feed

Microsoft livre une nouvelle CTP de Windows Vista (August 2006, Build 5536) pour ses clients privilégiés et partenaires

Wednesday, 30 August 2006 20:44 by prabian

Une opportunité d’essayer les dernières mises à jours et améliorations intégrées suite aux premiers retours de la beta 2.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories:   News | Windows
Actions:   E-mail | del.icio.us | Permalink | Comments (0) | Comment RSSRSS comment feed