Forum: Visual Basic 4 / 5 / 6 Apr 17th, 2007 |
| Replies: 8 Views: 2,247 Hi people. I've been writing a little application and I want the user to be able to exit a form by pressing ESC key. I have tried a this so far but no joy:
Private Sub frmMenu_KeyPress(KeyAscii As... |
Forum: C++ Mar 21st, 2007 |
| Replies: 3 Views: 962 Cheers for the help, incase you haven't guessed i'm really new to C++!! When you say selective processing for the string coulds you please give me an example. I tried looking for it but haven't had... |
Forum: C++ Mar 21st, 2007 |
| Replies: 3 Views: 962 Hi folks i've been working hard with an assignment for college but have become stuck. Hoping u kind guys could give me some pointers. The assignment section reads:
MP3 Player
As... |
Forum: C++ Mar 17th, 2007 |
| Replies: 4 Views: 2,520 You were right iamthwee! well after a little thought i rewrote the code so it now does what i want:
#include <cstdlib>
#include <iostream>
#include <ctime> // time header
using namespace... |
Forum: C++ Mar 17th, 2007 |
| Replies: 4 Views: 2,520 Hi folks. I need a way to display a counter in seconds until it reaches a user defined limit. I have tried but unfortunately not having much luck.
#include <cstdlib>
#include <iostream>
... |
Forum: C++ Mar 6th, 2007 |
| Replies: 5 Views: 14,244 Thats it! Thanks alot Vishesh! |
Forum: C++ Mar 6th, 2007 |
| Replies: 5 Views: 14,244 Hi i'm pretty new to C++ (well very new!) and i need to read the information from a text file into an array. The kind of data i'll be using is a simple list of names. This is my first attempt at;
... |