Notepad application
-
Sorry, I dont find any link or information in your previous post.
Regards, Ram
Ram Murali wrote:
Sorry, I dont find any link or information in your previous post.
Can't you see the code in my first post to this thread.:doh: See the post that I have modified.
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
-
Ram Murali wrote:
Sorry, I dont find any link or information in your previous post.
Can't you see the code in my first post to this thread.:doh: See the post that I have modified.
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
ya, sorry i saw ur code snippet and trying to execute it. But got so many errors. i am trying to debug it. anyway thanx for ur help.
Regards, Ram
-
Ram Murali wrote:
Sorry, I dont find any link or information in your previous post.
Can't you see the code in my first post to this thread.:doh: See the post that I have modified.
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
May i know what is this lparam in the code? the compiler showing error on lparam as a undefined identifier. thanks.
Regards, Ram
-
May i know what is this lparam in the code? the compiler showing error on lparam as a undefined identifier. thanks.
Regards, Ram
Ram Murali wrote:
the compiler showing error on lparam as a undefined identifier.
instead of (LOWORD)lParam ; //use cx instead of (HIWORD)lParam ; //use cy Sorry to say but even you should give it a try to sort these kind of errors. I already have modified my post to say this that what you need to place instead of the above two lines....
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
-
Ram Murali wrote:
the compiler showing error on lparam as a undefined identifier.
instead of (LOWORD)lParam ; //use cx instead of (HIWORD)lParam ; //use cy Sorry to say but even you should give it a try to sort these kind of errors. I already have modified my post to say this that what you need to place instead of the above two lines....
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
sorry to disturb u again. after i change and execute it again i got this error. error C2661: 'MoveWindow' : no overloaded function takes 6 parameters may i noe wats this?
Regards, Ram
-
sorry to disturb u again. after i change and execute it again i got this error. error C2661: 'MoveWindow' : no overloaded function takes 6 parameters may i noe wats this?
Regards, Ram
Ram Murali wrote:
'MoveWindow' : no overloaded function takes 6 parameters
Use ::MoveWindow(/*parameter's go here*/);
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
-
Ram Murali wrote:
'MoveWindow' : no overloaded function takes 6 parameters
Use ::MoveWindow(/*parameter's go here*/);
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
Wowwwwwwwww thats gr8. its working perfectly now. thanx a lot for ur help.:-D
Regards, Ram
-
Ram Murali wrote:
'MoveWindow' : no overloaded function takes 6 parameters
Use ::MoveWindow(/*parameter's go here*/);
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
But that gives me an error 'Use' : is not a class or namespace name :laugh:
-
But that gives me an error 'Use' : is not a class or namespace name :laugh:
waldermort wrote:
But that gives me an error
:->That's just great....
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
-
Wowwwwwwwww thats gr8. its working perfectly now. thanx a lot for ur help.:-D
Regards, Ram
I think that you can find a good example on MSDN examples(Im not sure but I think its in VC6.0)
WhiteSky
-
But that gives me an error 'Use' : is not a class or namespace name :laugh:
you can use without use:)
WhiteSky
-
Hi all, I would like to create single document interface something like notepad. Now my problem is i created the basic display. but in the display i couldnt see the cursor and if i enter anything in the keyboard, the display will not show that character. Can you please tell me some ideas or refer me some articles? Thanks in advance.
Regards, Ram
in the wizard, did you select the CEDitView as the view ? or did you simply kept the defaut CView ?
Maximilien Lincourt Your Head A Splode - Strong Bad
-
Hi all, I would like to create single document interface something like notepad. Now my problem is i created the basic display. but in the display i couldnt see the cursor and if i enter anything in the keyboard, the display will not show that character. Can you please tell me some ideas or refer me some articles? Thanks in advance.
Regards, Ram
What class did you derive your view from?
"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15
"Judge not by the eye but by the heart." - Native American Proverb