Forum: Visual Basic 4 / 5 / 6 Oct 30th, 2005 |
| Replies: 0 Views: 2,086 I have got some problems with making a cd player. But I do not know what it is.
the code is as follows:
Private Sub cmdSpill_Click()
mmcSpiller.Command = "play"
... |
Forum: Visual Basic 4 / 5 / 6 Oct 11th, 2005 |
| Replies: 6 Views: 3,698 |
Forum: Visual Basic 4 / 5 / 6 Oct 11th, 2005 |
| Replies: 6 Views: 3,698 |
Forum: Visual Basic 4 / 5 / 6 Oct 11th, 2005 |
| Replies: 6 Views: 3,698 sure, the idea is is that I got a textbox (txtNumber). a label(lblBinary)
As you may know the binary siystem consists of to digits 1 and 0
now, what I want is for the number 5 for example, to... |
Forum: Visual Basic 4 / 5 / 6 Oct 10th, 2005 |
| Replies: 6 Views: 3,698 I wondered if someone knew how to make a binary counter with vb? |