1 June 2009 0 Comments

今日のワンポイント : ブレークポイントのフィルターを使用して適切なプロセスをブレークする方法 – #273

条件付きブレークポイントは、 x=5 のように、特定の条件を満たす場合に式レベルのブレークを行うためのものです。しかし、同じアプリケーションの複数のインスタンスが実行されている場合はどうすればよいのでしょうか。どのように設定すれば、目的のインスタンスをブレークできるでしょうか。 その答えは、ブレークポイントのフィルターです。   [ ツール ] 、 [ オプション ] 、 [ デバッグ ] 、 [ 全般 ] の順にクリックすると表示されるページには、ブレークポイントのフィルターを有効にするオプションがあります。   ブレークを設定し、右クリックしてコンテキスト メニューを表示します。   次に、 [ ブレークポイントのフィルター ] ダイアログ ボックスで、ブレークのタイミングを指定します (PID ( プロセス ID) ごとなど ) 。   これで、 [ ブレークポイント ] ウィンドウでブレークポイントのフィルターを確認できるようになりました。     投稿 : 2008 年 8 月 4 日 ( 月 ) 3:00 AM saraford Sara Ford さんの Web ログ -  http://blogs.msdn.com/saraford/archive/2008/08/04/did-you-know-you-can-use-breakpoint-filters-to-break-the-right-process-273.aspx より。 分類 : Visual Studio 2008 ワンポイント

29 May 2009 0 Comments

Tip#66: Did you know… how to insert quotes values automatically while typing the attrib values?

It’s a nice time saver if you would like the HTML editor to automatically add quotes for the attribute values while you are typing. To set this option select Tools->Options. Check Show all settings

29 May 2009 0 Comments

How to be in sync with Lookup when it changes

One of the biggest puzles of inconsistency is keeping a page that using Lookup column uptodate to all the changes that happened to underlying list. Image you have a web page in a Documents library.

21 May 2009 0 Comments

You can sort by most downloaded project – #034

Previously, I mentioned that you can sort by top rated release on CodePlex. But it is also interesting to know you can sort by most downloaded project in the past 7 days. We do past 7 days so that active projects are listed first

6 May 2009 0 Comments

IE Testing VPC Images Updated

Just wanted to get a post out to let people know that we’ve updated the IE VPC Test images. These images are meant to make it easier for you to ensure your website works properly across different browser versions and different operating systems without having to have a separate box dedicated to that particular OS.

6 May 2009 0 Comments

今日のワンポイント : Visual Studio 2005 の設定を初回起動時または必要に応じて後から適用する方法- #255

2008 では、 初回起動時のダイアログ に Visual Studio 2005 の設定を適用できるオプションがあります。   Visual Studio 2005 がインストール済みである場合は、 Visual Studio 2005 の設定が Documents フォルダーに保持されます。つまり、 2005 で使用した 現在の設定ファイルを自動保存 することになります。 初回起動時にこのファイルが検出され、このファイルを [ 以前の設定 ] として選択するオプションが表示されます。 VS では、 VS 2005 と VS 2008 のインストールがどのように異なっているかに応じて、適用可能な内容がすべてリセットされます。   Technorati タグ : VS2008Tip 投稿 : 2008 年 7 月 9 日 ( 水 ) 3:00 AM 、 saraford Sara Ford さんの Web ログ -  http://blogs.msdn.com/saraford/archive/2008/07/09/did-you-know-you-can-bring-over-your-visual-studio-2005-settings-either-at-first-launch-or-anytime-255.aspx より。 分類 : Visual Studio 2008 ワンポイント

5 May 2009 0 Comments

I am a PC and have Windows 7 RC installed

I got my primary machine loaded with Windows 7 RC this past Friday. Had an issue with multiple monitor but a video driver upgrade took care of it.

15 April 2009 5 Comments

Xbox 101: Get Schooled

We have a new feature debuting this week on Inside Xbox, where every week one of our insiders will give you tips on using and enjoying your Xbox 360. While the hardcore will certainly be familiar with a few of these tips, one or two might surprise you.

14 April 2009 0 Comments

Astuce Silverlight : comment modifier la taille de votre contrôle Silverlight – #S025

Une propriété souvent inconnue de votre contrôle Silverlight est la propriété ScaleMode. Cette propriété permet de spécifier comment les contrôles, au sein de votre application Silverlight, seront redessinés lorsque votre contrôle Silverlight est redimensionné. Par exemple, si la largeur ou la hauteur de votre contrôle Silverlight est défini sur un pourcentage de la page de votre navigateur web, lorsque la page du navigateur est redimensionnée, votre contrôle Silverlight le sera donc

13 April 2009 0 Comments

How to view revisions for entire wiki – #014

Yesterday’s tip was how to view revisions for a specific page. Today’s tip is how to view revisions for the entire wiki. On the sub navigation pane, there’s the Change History (all pages) link.

7 April 2009 0 Comments

Why so quiet?

[For a moment I thought of the “Why so serious” scene of  “The dark knight”…

6 April 2009 0 Comments

今日のワンポイント : トレースポイントを使用して、コードを編集することなく "printf" または…

これは、「 TechEd VS 2008 IDE Tips and Tricks 」と題したトークの中で紹介したワンポイント #15 です。 これは、 VS2008 の新機能です。 変数の値を記録する方法として、目的のコード行で Console.Writeline() または PrintF() を実行するという旧式の方法があります。しかし、 VS 2008 には、トレースポイントと呼ばれる新しい機能があります。 右クリックして [ ブレークポイント ] をクリックし 、 [ ブレークポイントの挿入 ] の代わりに [ トレースポイントの挿入 ] を選択するだけで、この機能を使用できます。 [ トレースポイント ] ダイアログが表示されます。このダイアログには、いくつかの便利な既定値が用意されています。しかし、この例で本当に役に立つ既定値は、変数の内容を記録する方法を説明するテキストの中にあります。 エディターに、丸ではなく、ひし形のシンボルが表示されることに注目してください。 トレースポイントは、 [ 出力 ] ウィンドウの [ デバッグ ] ペインに記録されます。 Technorati タグ : VS2008Tip 投稿 : 2008 年 6 月 13 日 ( 金 ) 3:00 AM saraford Sara Ford さんの Web ログ -  http://blogs.msdn.com/saraford/archive/2008/06/13/did-you-know-you-can-use-tracepoints-to-log-printf-or-console-writeline-info-without-editing-your-code-237.aspx  より。   分類 : Visual Studio 2008 ワンポイント