I was looking for a good way to add different types of view/documents to an MDI application. So have a ScrollView, simple View , FormView all living in a single MDI. I've never seen something...
I am looking for information about some online banking. Basically just read-only access to an account (assuming I have all the credentials) for transactions etc... (basically just the...
I recently ran into a problem trying to do some custom drawing in a view. (CScrollView derived). I use FillSolidRect to fill a rectangle, and then DrawText to render some text in OnDraw. The...
The memory shouldn't be a problem here, I intend to never map more then couple of mbs of files into memory at any given time. But is there a design performance hit when i use memory mapped files as...
-Concept of a line in a file is a predefined number of bytes.
- I know the number of lines based on the total size of the file (the data in the file is already aligned, so that a certain number of...
It depends on what you are trying to do, but if you are using it from ON_MESSAGE the returned values usually doesn't matter. return 0L; should do fine.
Say i have a 1 GB file (text file or something), and i wanna read it. I use scroll view with custom drawing to show the data as i scroll though the file. Now i can't really read in 1 GB file and draw...
I ran into a sort of a problem. I am attempting to work with large files efficiently (ie. 1 GB size for example), and my current implementaiton is lacking.
Hey.
I have the following problem: i hit some requirmnets in OnBeforeNavigate2 handler, and now i need to load a custom page into the IWebBrowser control. I can do it easily from the hard drive by...
Hey,
I recently had some problems with the IMAPIAdviseSink implementation that i made. It intercepts the messages sent from my program, but not from the rest of the OS. So if i send a message from...