Need some Help -- Kinda of Dense!
-
All right, I think I'm a little dense here! :wtf: So, I'm going back to some basic questions. When drawing objects on the screen, what is the best mapping mode? When storing these objects (locations) in a file for sending, printing, and all the other goodies that you can do? What should be the best way to store. Locations. In logical or display? When inputting text blocks (like edit or rich edit) how do we save the text so that when it is read back into a system that has a smaller resolution that is looks like it did with the bigger? Any advise would help. Act like I'm a windows newbie (at this point asking these questions, I think I am! :~ ) Thanks fellas Larry J. Siddens Cornerstone Communications TAME THE DOCUMENT MONSTER www.unifier.biz
-
All right, I think I'm a little dense here! :wtf: So, I'm going back to some basic questions. When drawing objects on the screen, what is the best mapping mode? When storing these objects (locations) in a file for sending, printing, and all the other goodies that you can do? What should be the best way to store. Locations. In logical or display? When inputting text blocks (like edit or rich edit) how do we save the text so that when it is read back into a system that has a smaller resolution that is looks like it did with the bigger? Any advise would help. Act like I'm a windows newbie (at this point asking these questions, I think I am! :~ ) Thanks fellas Larry J. Siddens Cornerstone Communications TAME THE DOCUMENT MONSTER www.unifier.biz
-
for storing the object,I often use CFile class to write into disk, or use IStorage and IStream. dupengfei
Thanks PengFeidu, I was wondering about the data locations. Do you draw them in MM_TEXT and save the MM_TEXT points or do you change them into logical and save that? Larry J. Siddens Cornerstone Communications TAME THE DOCUMENT MONSTER www.unifier.biz