Forum: Visual Basic 4 / 5 / 6 Sep 12th, 2007 |
| Replies: 3 Views: 5,235 hi. thanks for your help. i was able to create the arc but how to make it appear without the click? I want the shape to appear immediately upon loading but it only comes out when i click. I know... |
Forum: Visual Basic 4 / 5 / 6 Sep 10th, 2007 |
| Replies: 3 Views: 5,235 dear all,
i'm doing a project which involve shape (arc, circles and rectangles) i'm a newbie on VB6, done the easy shapes but problem on drawing the arc on the form to form a half-moon shape. any... |
Forum: Visual Basic 4 / 5 / 6 Sep 10th, 2007 |
| Replies: 4 Views: 817 I manage to make it work. thanks to all the helped. managed to correct type mismatch. Also put in kepress commands. here is the code.
Public EndTime As String
Private Sub cmdEnd_Click()... |
Forum: Visual Basic 4 / 5 / 6 Aug 30th, 2007 |
| Replies: 4 Views: 817 Hi. This is my first post and i'm a newbie. I'm learning to use VB6 and i'm trying to create a simple alarm clock but having a type mismatch error. It seems that the input time does not match the... |