Skip to content

Settings and activity

6 results found

  1. 17 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Jay Michael Asbury commented  · 

    See http://share.linqpad.net/xjd4gp.linq for an example that shows adding a Swatch property. Can easily turn that into extension code that you can then run anywhere.

    An error occurred while saving the comment
    Jay Michael Asbury commented  · 

    Add to this: A color that is a property of another object should have this output too.

    Jay Michael Asbury supported this idea  · 
  2. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Jay Michael Asbury commented  · 

    Also ''' in vb

    ''' <summary>
    '''
    ''' </summary>

  3. 2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Jay Michael Asbury shared this idea  · 
  4. 3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Jay Michael Asbury commented  · 

    public static IWin32Window LinqpadWindow( this object obj)
    {
    NativeWindow wnd = new NativeWindow();
    wnd.AssignHandle(Process.GetProcessById(Util.HostProcessID).MainWindowHandle);
    return wnd;
    }

    Extension method.

    Jay Michael Asbury shared this idea  · 
  5. 3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Jay Michael Asbury shared this idea  · 
  6. 36 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Jay Michael Asbury commented  ·