Forum: Visual Basic 4 / 5 / 6 Jul 4th, 2009 |
| Replies: 3 Views: 327 haha so easy, yet soo sought after.
Thanks.
One more question, if there are multiple printers avaliable how can I select which one to print from? |
Forum: Visual Basic 4 / 5 / 6 Jul 3rd, 2009 |
| Replies: 3 Views: 327 How do I print a particular label or textbox in visual basic?
By printing, I am referring to the actual hardcopy that comes out of a printer...haha
Thanks for your help.
Jem00 |
Forum: Visual Basic 4 / 5 / 6 Jun 22nd, 2009 |
| Replies: 3 Views: 504 I figured it out.
I just used the same algorithm but converted the data types.
Geez i'm stupid.
Sorry guys.
Hopefully someone else might find this thread useful.
Thanks for your help |
Forum: Visual Basic 4 / 5 / 6 Jun 22nd, 2009 |
| Replies: 3 Views: 504 Thanks,
but I need to be able to do it with an insertion or selection sort.
Could you guide me as to what i should do? |
Forum: Visual Basic 4 / 5 / 6 Jun 22nd, 2009 |
| Replies: 3 Views: 504 Hey guys,
How would I go about sorting an Array of Strings, using either a selection sort or a insertion sort?
I have written an insertion sort, but i only works for integers. How can i modify... |
Forum: Visual Basic 4 / 5 / 6 Sep 12th, 2008 |
| Replies: 3 Views: 1,083 Thanks,
So simple i can't believe i didn't realise it. Thanks for your help. |
Forum: Visual Basic 4 / 5 / 6 Sep 11th, 2008 |
| Replies: 3 Views: 1,083 Call CheckLetter(char, letter)
What I am trying to do above is send the string char to the procedure CheckLetter, and from CheckLetter I am trying to retrieve letter. How do I do this?
All the... |
Forum: Visual Basic 4 / 5 / 6 Sep 11th, 2008 |
| Replies: 3 Views: 1,818 Hey thanks for your help. I figured it out.I just changed the the Public Sub to Sub and it worked |
Forum: Visual Basic 4 / 5 / 6 Sep 11th, 2008 |
| Replies: 3 Views: 1,818 Dim index, length, Shift(0 To 30), loopcount As Integer
Dim codeword, wordtoencrypt As String
Private Sub cmdEncrypt_Click()
codeword = LCase(txtCodeword.Text)
wordtoencrypt =... |
Forum: Visual Basic 4 / 5 / 6 Sep 11th, 2008 |
| Replies: 3 Views: 1,818 Hey guys,
I'm trying to send an array as a parameter and it is not working....
I have set it to passed by reference in my sub.
Visual Basic says:
"Compile error:
Type mismatch: array or... |
Forum: Visual Basic 4 / 5 / 6 Jun 9th, 2008 |
| Replies: 3 Views: 1,123 Thanks I found that guide before but I couldn't understand it that is why I came to daniweb forums. Could you explain it to me? I haven't really used API or MCI functions before so I don't really... |
Forum: Visual Basic 4 / 5 / 6 Jun 9th, 2008 |
| Replies: 2 Views: 521 Take a look at this link (http://www.profsr.com/vb/vbless05.htm). You will have to scroll down a bit, the website has information on listboxes at the beginning. |
Forum: Visual Basic 4 / 5 / 6 Jun 9th, 2008 |
| Replies: 3 Views: 1,638 Thanks you guys solved my problem. |
Forum: Visual Basic 4 / 5 / 6 Jun 9th, 2008 |
| Replies: 3 Views: 1,123 Hey guys,
I need to find out the length of wav files so as to set a timer. How do I find the length of a wav file?
Thanks,
jem00 |
Forum: Visual Basic 4 / 5 / 6 Jun 6th, 2008 |
| Replies: 3 Views: 1,638 Hi guys,
I'm pretty new to VB and am having a little bit of trouble with scroll bars.
I have a text box and I want the user to input a value in there but I also want them to increase the value... |
Forum: Visual Basic 4 / 5 / 6 Mar 22nd, 2008 |
| Replies: 5 Views: 1,125 Don't worry i did some googling and found it out thanks for your help. |
Forum: Visual Basic 4 / 5 / 6 Mar 21st, 2008 |
| Replies: 5 Views: 1,125 Hey guys thanks for your help so far but how do i accomodate the input
Thanks. |
Forum: Visual Basic 4 / 5 / 6 Mar 19th, 2008 |
| Replies: 5 Views: 1,125 Hey Guys,
I have started using Visual basic 6.0 but i'm running into a few troubles.
How can i write this psuedo code into visual basic:
BEGIN even and odd numbers
PUT "Enter a number... |