Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: real
  • Order by date
  1. real

    horizontal scroll bar?

    i'm trying to limit the horizontal scroll bar in php for a web site but all i tryed dosent work i know this is posible cause i seen it in other sites? does anyone know how to do such a code? TIA
  2. real

    How do I attach a menu and a toolbar to a SDI app?

    Im new to this and I am having trouble with attaching a toolbar and a menu to a SDI app. Can anyone guide me in the right direction or suggest anything for me to do. thanks in advance....charles
  3. real

    How do you use a edit box (password) to get to another dialog window?

    How do you get to another dialog window, after the correct password is entered into the edit box? Im trying to expand my knowledge on this area. My manuals do not cover this area and I would like to learn it. If anyone can help, it'd be appreciated. thank you, charles
  4. real

    How do you send text to msflexgrid using a button?

    im having trouble sending text to a grid using a button. also, i put my code in for the fixedrows, but the text does not load when i do it. how can i fix these problems? can someone please help me with the LoadData() for the fixed rows (with text), and the text in the grid using the button...
  5. real

    What is FlexGrid control and Where can I find it on VC++?

    Im trying to find Flexgrid control on my VC, but I dont know where to look? Im needing it for my next project for school, thanks in advance....charles
  6. real

    How do I clear an edit box that has a Variable type : double?

    my Member variable names are: _nHrsWrkd and _nPayRate both are categorized as: Value and the Variable type is: double how can I clear the screen with these two variables? i cleared the other 3 but they were CString's, these I cannot, and do not know how. thank you in advance...
  7. real

    How do you clear a screen?

    aiight, the code i have for the _nPayRate and the _nHrsWrkd is : _sTotalPay.Format( "%9.2f", _nHrsWrkd * _nPayRate); and to clear the screen i have: void CTimeCardDlg::OnClrmsg() { // Clear the message _sFirstname = ""; _sLastName = ""; _sTotalPay =...
  8. real

    How do you clear a screen?

    i have 5 edit boxes that need to be cleared. 3 of them i can clear but i can not figure out how to clear the other 2. these i can clear: _sFirstName = ""; _sLastname = ""; _sTotalPay = ""; UpdateData(FALSE); these i cannot...
  9. real

    How do i get rid of the Error that keeps coming up when i compile?

    If you could please take some time and help me with this problem i have. I'm taking a course in VC++, and when i call the tutor to help me, he does not. I mailed this same code to the school and they replied that they cannot help me. I tried and tried again to re-write this program but i keep...
  10. real

    Program.exe has error...How do you fix that?

    im working on a program and when i compile and run it it says "timecard.exe error" and thats it. could someone tell me what it might be please? thanks, charles
  11. real

    Can someone please tell me what I'm doing wrong?

    I'm trying to make a program with 5 edit boxes, and 3 buttons. i have 5 edit boxes, and 3 buttons. 1st box = first name 2nd box = last name , these are not important 3rd box = hours worked 4th box = pay rate , basic knowledge hrs x rate = total pay, using the calculate button 5th box =...
  12. real

    How do you get rid of these errors?

    Hey pete and aphrodita, ill try this and see how it goes, thanks alot for your help.
  13. real

    How do you get rid of these errors?

    I'm working on a project, and I am constantly getting 2 errors. I dont know what to fix on it. Can someone please help? '_sTotalPay' : undeclared identifier left of '.Format' must have class/struct/union type Error executing cl.exe. what does this mean? the both of them...thankx much charles
  14. real

    Problem with implementing a program!!

    try for helloworld.cpp # include <iostream.h> int main() { cout<< &quot;Hello World \n&quot;; return 0; }
  15. real

    how do you multiply 2 edit boxes to equal 1 using a button?

    i have 5 edit boxes, and 3 buttons. 1st box = first name 2nd box = last name , these are not important 3rd box = hours worked 4th box = pay rate , basic knowledge hrs x rate = total pay, using the calculate button 5th box = total pay Im using visual c++, if anyone knows how to do this...

Part and Inventory Search

Back
Top