Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Playground (misc)
 
.

Testing 1, 2, 3...

Bold something

Italic something else

'Holm'

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

http://www.vbdotnetforum.com/

https://pinvoke.net/emoticons/regular_smile.gif https://pinvoke.net/emoticons/sad_smile.gif https://pinvoke.net/emoticons/teeth_smile.gif https://pinvoke.net/emoticons/tounge_smile.gif

For Each C As Control In Me.Controls
    If TypeOf C Is TextBox AndAlso CType(C, TextBox).SelectionStart > 0 Then
        C.Text = "Moved Caret"
    End If
Next

  • Item Ones
  • Item Two
  • Test A
  • Test B
  • Answer C3
Item Price Stock
Pi $3.14 3.1415926535897932384626433832795
Square root of 2 $1.14 1.4142135623730950488016887242097

  public void ResetBalloonCloseTimer()
    {
      if (IsDisposed) return;

      lock (this)
      {
    //reset timer in any case
    balloonCloseTimer.Change(Timeout.Infinite, Timeout.Infinite);
      }
    }

  private void CloseBalloonCallback(object state)
    {
      if (IsDisposed) return;

      //switch to UI thread
      Action action = CloseBalloon;
      Application.Current.Dispatcher.Invoke(action);
    }

private void kill_Test()
    {
        kill();
    }

New Section

class myClass
{
    myClass();
    public static int DoSomethingUseful(this List obj)
    {
    return 0;
    }
}

Some Headline

private declare void lib<mapi32.dll> (lpstrTZ dwWord, cpstRZ winHandle){
    null == winHandle ? (IOAccessPtr>++dwWord) : null;
}

 
Access PInvoke.net directly from VS:
Terms of Use
Find References
Show Printable Version
Revisions