Ok, nice using bbcode tags directly seems to works ;)

Code:
    ' setting menu clicked - open the form
    Public Shared Sub DimArrow_set_clicked(ByVal sender As Object, ByVal e As EventArgs)
        'menu settings clicked
        'show the settings form
        'attach the tool windows to the main cambam window, and open it
        Dim f As Form = New ClassDimArrow.DimArrow_settings
        ThisApplication.TopWindow.AddOwnedForm(f)

        f.ShowDialog()

    End Sub
[ code]
' setting menu clicked - open the form
Public Shared Sub DimArrow_set_clicked(ByVal sender As Object, ByVal e As EventArgs)
'menu settings clicked
'show the settings form
'attach the tool windows to the main cambam window, and open it
Dim f As Form = New ClassDimArrow.DimArrow_settings
ThisApplication.TopWindow.AddOwnedForm(f)

f.ShowDialog()

End Sub
[ /code]


the space after [ must be removed for the tags to woks. I use it only to show the tag text (seems code tags must not be used into another code tag, because the appears as nested code instead to show the tag text)

Nice, you can use the "Reply With Quote" in the lower right of said post:
[ quote]Nice, you can use the "Reply With Quote" in the lower right of said post: [ /quote]

Size:

[ b]Size:[ /b]

VERSION_CODENAME=bookworm

[ size=1]VERSION_CODENAME=bookworm[ /size]

VERSION_CODENAME=bookworm

[ size=2]VERSION_CODENAME=bookworm[ /size]

VERSION_CODENAME=bookworm

[ size=3]VERSION_CODENAME=bookworm[ /size]

good night ;)

++
David