:) hi,
How I can put visual basic code in may posts ?
Thank you . :)
Printable View
:) hi,
How I can put visual basic code in may posts ?
Thank you . :)
[vbcode] code here [/vbcode]
:)
Hi,
thank you parksie ,
I will test it
[Highlight=VB]
public function test_vbcode() as boolean
Dim test As Boolean
' this is test
' thank you agan
If test = True Then
test_vbcode = True
Else
test_vbcode = False
End If
end function
Hi,
thank you parksie ,
I will test it
VB Code:
public function test_vbcode() as boolean Dim test As Boolean ' this is test ' thank you agan If test = True Then test_vbcode = True Else test_vbcode = False End If end function
ok,
You can also use the code tags for languages other than Visual Basic.
Code:
VB Code:
dont forget
[php] php code goes here [/php]
and
[quote] quotes go here [/quote]