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
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
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
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...
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...
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 =...
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...
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...
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
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 =...
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
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...
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.