Hello,<br>
<br>
I'm using VC++ 6 and have a dialog based app created with the wizard.<br>
<br>
I'm trying to use PlaySound() to play a wave I have inserted with the wizard into my "WAVE" resources. I have included the Visual C++ Multimedia component, and all is set to go right I think except...
Hello,<br>
<br>
I'm using VC++ 6 and have a dialog based app created with the wizard.<br>
<br>
I'm trying to use PlaySound() to play a wave I have inserted with the wizard into my "WAVE" resources. I have included the Visual C++ Multimedia component, and all is set to go right I think except...
Hello, <br>
<br>
Maybe the best place to start is reinforcing your understanding of C/C++/OO Programming. At least this has helped me *a lot* with VC++ programming. Buy books on sale about them and about c++ builder. Check out my page at lattes.cl.uh.edu/dubose, somewhere on there in the links...
How do I convert a CString data to a double?<br>
I need to perform calculations on string input.<br>
//This doesn't work - how to do it?<br>
CString string;<br>
double thedouble;<br>
thedouble = (double) string;<br>
<br>
DigitalOx<br>
How do I convert a CString data to a double?<br>
I need to perform calculations on string input.<br>
//This doesn't work - how to do it?<br>
CString string;<br>
double thedouble;<br>
thedouble = (double) string;<br>
<br>
DigitalOx<br>
Hello,<br>
<br>
You aren't trying to run it using the .class extension are you? <br>
<br>
//Correct Way<br>
java Main<br>
//Wrong Way<br>
java Main.class<br>
<br>
Java is a little weird that way - you have to specify the .java extension when compiling but not the .class when running. I get the...
Hello all,<br>
<br>
I'm using to JTextField to get some input, and noticed that even though I specify the width to be certain number of columns, the user can keep typing to his/her heart's content. I suppose I could check the string length using keylistener and such, but this seems like the hard...
Otto,<br>
<br>
Thanks much! That will help out a lot. I was able to set up the DOS window to display 50 lines, which makes your output really small and hard to read but you see a lot more of it.<br>
<br>
DigitalOx
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.