Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~631 People Reached
Favorite Forums
Favorite Tags
Member Avatar for s†ig†rex

i'm havin a hard time trying to use other looping statements, i cant get the proper syntax on other types of loops. i need to use others like while wend or something..ty [CODE]range = Text1.Text If Text1.Text > 8 Then a = MsgBox("Error", vbInformation, "Ooops!!") End If Print "Upper Left" …

Member Avatar for WaltP
0
107
Member Avatar for s†ig†rex
Member Avatar for s†ig†rex
0
329
Member Avatar for s†ig†rex

[CODE]Private Sub Command1_Click() Frame1.Caption = Text1.Text Frame2.Caption = Text2.Text Text3.Text = "" Text4.Text = "" End Sub Private Sub Command2_Click() Unload Me End Sub Private Sub Command3_Click(Index As Integer) Text3.Text = Val(Text3.Text) + 1 End Sub Private Sub Command4_Click(Index As Integer) Text4.Text = Val(Text4.Text) + 1 End Sub Public Sub …

Member Avatar for s†ig†rex
0
139
Member Avatar for s†ig†rex

hey guys.,i want to make a guessing game in turbo c, with a range of 0-100, the program should guess, or the person guesses.,

Member Avatar for ndeniche
0
56