Click here to Skip to main content
15,888,116 members

Comments by Tonex247 (Top 15 by date)

Tonex247 4-Nov-15 19:23pm View    
No help from anyone?
Tonex247 28-Oct-15 2:04am View    
When I open the file with MS wordpad, the image in it is displayed, but when I open it with my RichEdit control, the image doesn't display. I feel it may have something to do with OLE RichEdit interface. Am I right?
Tonex247 22-Aug-14 13:53pm View    
@Richard thanks, I have heard of some object serialization, maybe i should look into it. it should be easier. Thanks.
Tonex247 22-Aug-14 12:15pm View    
I dont think its that simple. So if you are sending Name, Address, as string, and Amount as integer in one record, you just pack them together? I know it should have something to do with objects of a class
Tonex247 11-Jan-14 10:35am View    
Looks like a dead end here! The concept is that when i click the login button i want the welcome screen window with its controls to disappear and the login window with its controls shown. I just cant call ShowWindow() for every control on the welcomeScreen window and on the login Screen window. Since when a window is hidden its children are hidden with it, it becomes easy to call ShowWindow() on the child window which contains the welcome screen controls, and call it again on the login child window. I just hope its not a dead end this time.