:cool:

D5

New Member
Really neat boards. Surfed around a little bit, might be sticking around often. :laugh:

Seriously, impressively the most "homiest" site I can remember. I'll try to get a pic for your gallery if that'll help this community any; I can't believe this site has grown this big!!

Nice to see some old friends here and some cool members. Oh, thanks again, fury, for your help. ;)

Happy New Year!

Regards,
StarCaineD5x K2

Smile! :wave:
 

D5

New Member
Option Explicit

Private Sub Command1_Click()
If Command1.Value = True Then
Label1.Caption = "Guess Not"
Else
Label1.Caption = "Was wondering if this will work......vB code is on, aye?"
End If
End Sub

Private Sub Form_Load()
Label1.Caption = "Was wondering if this will work......vB code is on, aye?"
End Sub
 

D5

New Member
#include <stdio. h>
int main()
{
printf("Well, it was worth a try.");
return 0;
}
 

fury

Administrator
Staff member
vB as in vBulletin (tags like [B] etc), not Visual Basic ;)

Nice try though.

Try encasing your code in &lt;SCRIPT language="VBScript"&gt;, but it might not like the breaks the board automatically inserts for each instance of CRLF.
 
Top