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...
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 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...
Hello all,<br>
I know this isn't directly related to topic but I desperately need help. I am running a Java program in a DOS window and the error messages I am getting are long. So long, that I can only see the end and unfortunately I cannot just scroll up in a DOS window. Does anyone know how...
I am trying to learn Swing, and have a lot of resources but can't seem to figure out how to send a message to my JFrame to maximize. Is there a function that does this already and still is Platform independent? Or is it more complicated, perhaps I need to to find the screen resolution and set...
Hello,<br>
Can someone give me a quick example of how to set the calendar to the current date. I've been searching through the docs but can't find it.<br>
<br>
Thanks,<br>
DigitalOx<br>
I'm having a couple of problems fundamentals here.<br>
1) Is there any way to center my window on the user's desktop? I'm aware of the moveTo() function, but not sure how this helps me center the window if I don't know the size of the area around it.<br>
<br>
2) A related problem - resizing the...
I'm trying to learn how to C++ programs with MS Visual C++ that mainpulate Access DBs. I have a few books that cover the basics, but I need more examples/tutorials. Can anyone point me to web sites that might have this, I've done some searching but haven't found anything very helpful yet.<br>...
I have the tag:<br>
<content>If a > b then b < a </content><br>
<br>
and declared it in the DTD as <br>
<!ELEMENT content (#PCDATA)*><br>
<br>
but it doesn't like the "<" sign in between the content tags. How can I work around this?
I can't seem to pass a 2-D array into a funciton properly. <br>
<br>
//These methods don't work <br>
int myarray[1][1] = {1, 1};<br>
void myfunction1(int thearray[]);<br>
void myfunction2(int thearray[][]);<br>
void myfunction3(int *thearray);<br>
<br>
None of these methods work. What to do?<br>...
Has anyone had any luck using these graphic SDK's? I'm using v 6.0, and get a program from either SDK to compile. If anyone has used them, I would like to post more specific questions. Please post if you use them!<br>
Thanks,<br>
Scott
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.