Forum: Visual Basic 4 / 5 / 6 Jul 8th, 2007 |
| Replies: 7 Views: 1,518 Couldn't you just create a Standard Module and write the code there as a function and then call the function on all of your forms? Still be some coding involved, but you'd only ned 1 line instead of... |
Forum: VB.NET Jul 8th, 2007 |
| Replies: 1 Views: 3,434 Sorry this is so long, but I don't know what would be needed to help me. I also aplogize for my messy coding and lack of notes. I am doing a project for a friend, but am having an issue with modfying... |
Forum: VB.NET Dec 16th, 2006 |
| Replies: 4 Views: 3,877 Much shorter. This was only my fourth program as I'm just learning VB.NET so I didn't know about the Select Case function yet. Thanks for letting me learn something new! :) |
Forum: VB.NET Dec 15th, 2006 |
| Replies: 4 Views: 3,877 Not sure what exactly you mean by "displays the results in descending order", or why you're using MessageBox to display it, but have you tried something simple like this? Maybe I'm way off here. This... |