Forum: Visual Basic 4 / 5 / 6 Aug 17th, 2007 |
| Replies: 9 Views: 1,391 Or add a progress bar or textbox to the modal form to display the progress. As an added safety, disable any 'dangerous' buttons while the command is being executed. |
Forum: Visual Basic 4 / 5 / 6 Jul 5th, 2007 |
| Replies: 2 Views: 6,603 Each subject can be stored in individual files with questions and answers.
Read the file into arrays and use the random generator to output the questions and answers in random order. |
Forum: Visual Basic 4 / 5 / 6 May 18th, 2007 |
| Replies: 7 Views: 2,806 Something like
On Error GoTo FileError
Open FILENAME For Input As #1
'' if the file did not open you will jump to FileError below
Exit Sub '' you are done, so you don't want... |
Forum: Visual Basic 4 / 5 / 6 May 17th, 2007 |
| Replies: 10 Views: 2,097 I assume you mean you understood my post. OK. Then you understood that
means the only value you store in the database is the number of leave days already taken.
So, when you run the report,... |
Forum: Visual Basic 4 / 5 / 6 May 17th, 2007 |
| Replies: 10 Views: 2,097 Please Read This (http://www.daniweb.com/techtalkforums/thread78223.html)
I'm having to decipher what you are asking, which means I dont understand the question fully. Please explain exactly the... |
Forum: Visual Basic 4 / 5 / 6 May 17th, 2007 |
| Replies: 10 Views: 2,097 This you can easily calculate from the start date to the current date. I assume you can handle this one. Look at the months for your calculations.
Yes, the function Date() will return the... |
Forum: Visual Basic 4 / 5 / 6 May 10th, 2007 |
| Replies: 4 Views: 1,031 Reeciepoo, after 15 threads, with useless titles like
Help
Databases
Need help
HTMLWrapper
How do you
Noobie
How the hell
Annoying Network Issue
Network Configuration |
Forum: Visual Basic 4 / 5 / 6 Apr 23rd, 2007 |
| Replies: 5 Views: 2,329 Of course I'm having fun! Anyone that wants someone to write his cord for him is free game for having fun. And no, I never make misteaks.... :D |
Forum: Visual Basic 4 / 5 / 6 Apr 20th, 2007 |
| Replies: 3 Views: 3,602 What type of file is it? A text file with instructions? A specially formatted help file? |
Forum: Visual Basic 4 / 5 / 6 Apr 13th, 2007 |
| Replies: 2 Views: 1,985 |
Forum: Visual Basic 4 / 5 / 6 Apr 13th, 2007 |
| Replies: 1 Views: 805 |
Forum: Visual Basic 4 / 5 / 6 Apr 13th, 2007 |
| Replies: 1 Views: 753 |
Forum: Visual Basic 4 / 5 / 6 Apr 13th, 2007 |
| Replies: 5 Views: 3,241 Stop spamming the forum. Ask your question in one thread when they are all related to the same subject. |
Forum: Visual Basic 4 / 5 / 6 Apr 13th, 2007 |
| Replies: 1 Views: 1,530 Stop spamming the forum. Ask your question in one thread when they are all related to the same subject. |
Forum: Visual Basic 4 / 5 / 6 Apr 13th, 2007 |
| Replies: 5 Views: 2,329 What's a cording? Anything to do with rope? Or firewood? |
Forum: Visual Basic 4 / 5 / 6 Apr 10th, 2007 |
| Replies: 2 Views: 1,329 Try running it at a command line. That's usually how QB works. |
Forum: Visual Basic 4 / 5 / 6 Apr 10th, 2007 |
| Replies: 7 Views: 1,682 What the heck does that mean? And who is to "shat up"? |
Forum: Visual Basic 4 / 5 / 6 Apr 9th, 2007 |
| Replies: 4 Views: 1,140 Definitely a full database system. |
Forum: Visual Basic 4 / 5 / 6 Apr 8th, 2007 |
| Replies: 1 Views: 2,229 TextBox3.value = val(TextBox1.text) +val(TextBox2.text) |
Forum: Visual Basic 4 / 5 / 6 Apr 7th, 2007 |
| Replies: 4 Views: 1,140 No. Many programs don't need a database at all. Only about 15% of my VB programming used a database. Problem with your idea, though, VB is by definition dependent on 'other software'. ... |
Forum: Visual Basic 4 / 5 / 6 Apr 6th, 2007 |
| Replies: 4 Views: 2,050 Should be able to, sort of.
The ping command probably has parameters to accomplish the first half of the process. As for the wait, I don't know of anything specifically, but one can be written... |
Forum: Visual Basic 4 / 5 / 6 Apr 6th, 2007 |
| Replies: 2 Views: 1,159 Look at http://wotsit.org |
Forum: Visual Basic 4 / 5 / 6 Apr 6th, 2007 |
| Replies: 4 Views: 2,050 VB Script is for html pages. You might want actual VB programs, which is harder. What is it you want to do? There may be something better out there for you. |
Forum: Visual Basic 4 / 5 / 6 Apr 6th, 2007 |
| Replies: 1 Views: 807 Read this (http://www.daniweb.com/techtalkforums/faq.php?faq=daniweb_policies#faq_keep_it_organized) |
Forum: Visual Basic 4 / 5 / 6 Apr 4th, 2007 |
| Replies: 1 Views: 2,609 Contact hit company http://www.hitcorporation.com/ and ask them how to interface with their modale MP200. |
Forum: Visual Basic 4 / 5 / 6 Apr 1st, 2007 |
| Replies: 2 Views: 2,221 By reading the header of the picture file. Loot at http://www.wotsit.org/ |
Forum: Visual Basic 4 / 5 / 6 Apr 1st, 2007 |
| Replies: 7 Views: 1,682 The forum was created before VB8 was made. This is the correct place. |
Forum: Visual Basic 4 / 5 / 6 Mar 31st, 2007 |
| Replies: 7 Views: 1,682 |
Forum: Visual Basic 4 / 5 / 6 Mar 31st, 2007 |
| Replies: 7 Views: 9,645 I think you've just run into one of the reasons us old-time programmers despise the addition of SPACE as a valid filename character -- even M$ can't figure out how to consistently handle the... |
Forum: Visual Basic 4 / 5 / 6 Mar 29th, 2007 |
| Replies: 7 Views: 9,645 Not likely since VB only works on $M Operating systems which don't have 8.3 limitations. |
Forum: Visual Basic 4 / 5 / 6 Mar 10th, 2007 |
| Replies: 1 Views: 978 Please read this section of the Forum Rules (http://www.daniweb.com/techtalkforums/faq.php?faq=daniweb_policies#faq_keep_it_organized). I suppose you should probably read all the sections, actually.... |
Forum: Visual Basic 4 / 5 / 6 Mar 10th, 2007 |
| Replies: 3 Views: 1,136 Please read this section of the Forum Rules (http://www.daniweb.com/techtalkforums/faq.php?faq=daniweb_policies#faq_keep_it_organized). I suppose you should probably read all the sections, actually.... |
Forum: Visual Basic 4 / 5 / 6 Mar 10th, 2007 |
| Replies: 2 Views: 1,222 Please read this section of the Forum Rules (http://www.daniweb.com/techtalkforums/faq.php?faq=daniweb_policies#faq_keep_it_organized). I suppose you should probably read all the sections, actually.... |
Forum: Visual Basic 4 / 5 / 6 Mar 4th, 2007 |
| Replies: 8 Views: 14,369 Since he hasn't been back since he posted this request, I guess it doesn't really matter how cool or how easy a method is. He's just wasted our time... |
Forum: Visual Basic 4 / 5 / 6 Mar 3rd, 2007 |
| Replies: 3 Views: 1,314 Kool. Go for it.
Oh! You want us to write it for you (http://www.daniweb.com/techtalkforums/faq.php?faq=daniweb_policies#faq_keep_it_organized) because you can't be bothered.... Sure, I'll get... |
Forum: Visual Basic 4 / 5 / 6 Mar 3rd, 2007 |
| Replies: 8 Views: 14,369 Why use Active-X? Just define a form, it's straight forward and simple. |
Forum: Visual Basic 4 / 5 / 6 Mar 3rd, 2007 |
| Replies: 1 Views: 1,116 Nice assignment...
Please Read This (http://www.daniweb.com/techtalkforums/faq.php?faq=daniweb_policies#faq_keep_it_organized) |
Forum: Visual Basic 4 / 5 / 6 Feb 23rd, 2007 |
| Replies: 3 Views: 1,148 okay thanks, but is that for any script or...? cause im lookin for it to be done in vb6... thanks a whole bunch[/QUOTE]
A technique is just a technique. It can be written in any language.
... |
Forum: Visual Basic 4 / 5 / 6 Feb 19th, 2007 |
| Replies: 2 Views: 1,031 Nope. VB uses too many dll's and ocx's and such that have to be installed into a system to be useful.
You and me both! Those were the days, my friend! |
Forum: Visual Basic 4 / 5 / 6 Feb 17th, 2007 |
| Replies: 6 Views: 15,934 I created a seperate subprogram for each player for most aspects of the game. The into screen may not work on some computers if it doesn't you can just delete the part that writes "Tic Tac Toe" onto... |