Click here to Skip to main content
15,899,825 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: stl Pin
Igor Sukhov11-Jun-01 5:35
Igor Sukhov11-Jun-01 5:35 
GeneralRe: stl Pin
Mukkie11-Jun-01 7:28
Mukkie11-Jun-01 7:28 
GeneralRe: stl Pin
11-Jun-01 23:45
suss11-Jun-01 23:45 
GeneralRe: stl Pin
Jeremy Pullicino12-Jun-01 2:19
Jeremy Pullicino12-Jun-01 2:19 
GeneralRe: stl Pin
Jeremy Pullicino12-Jun-01 2:22
Jeremy Pullicino12-Jun-01 2:22 
GeneralRe: stl Pin
markkuk12-Jun-01 21:05
markkuk12-Jun-01 21:05 
GeneralReset EOF Pin
11-Jun-01 3:46
suss11-Jun-01 3:46 
GeneralRe: Reset EOF Pin
Igor Sukhov11-Jun-01 5:30
Igor Sukhov11-Jun-01 5:30 
GeneralRe: Reset EOF Pin
12-Jun-01 2:49
suss12-Jun-01 2:49 
GeneralRe: Reset EOF Pin
markkuk12-Jun-01 21:19
markkuk12-Jun-01 21:19 
GeneralScrolling in a CDialog Pin
Derek Lakin11-Jun-01 3:10
Derek Lakin11-Jun-01 3:10 
GeneralRe: Scrolling in a CDialog Pin
Tomasz Sowinski11-Jun-01 3:21
Tomasz Sowinski11-Jun-01 3:21 
GeneralRe: Scrolling in a CDialog Pin
Derek Lakin11-Jun-01 5:04
Derek Lakin11-Jun-01 5:04 
GeneralRe: Scrolling in a CDialog Pin
Tomasz Sowinski11-Jun-01 5:29
Tomasz Sowinski11-Jun-01 5:29 
GeneralRe: Scrolling in a CDialog Pin
Derek Lakin11-Jun-01 5:37
Derek Lakin11-Jun-01 5:37 
GeneralRe: Scrolling in a CDialog Pin
11-Jun-01 8:22
suss11-Jun-01 8:22 
GeneralRe: Scrolling in a CDialog Pin
Stan Shannon11-Jun-01 9:28
Stan Shannon11-Jun-01 9:28 
GeneralRe: Scrolling in a CDialog Pin
Derek Lakin11-Jun-01 9:47
Derek Lakin11-Jun-01 9:47 
GeneralUpdating Scrollbar in editbox .... Pin
Hadi Rezaee11-Jun-01 1:00
Hadi Rezaee11-Jun-01 1:00 
GeneralRe: Updating Scrollbar in editbox .... Pin
11-Jun-01 1:48
suss11-Jun-01 1:48 
GeneralRe: Updating Scrollbar in editbox .... Pin
Hadi Rezaee11-Jun-01 6:59
Hadi Rezaee11-Jun-01 6:59 
GeneralRe: Updating Scrollbar in editbox .... Pin
Ulf Öhlén11-Jun-01 2:20
Ulf Öhlén11-Jun-01 2:20 
GeneralSlide Show Pin
Adeel Shamsi11-Jun-01 0:45
Adeel Shamsi11-Jun-01 0:45 
GeneralRe: Slide Show Pin
11-Jun-01 1:50
suss11-Jun-01 1:50 
GeneralRe: Slide Show Pin
Mukkie11-Jun-01 7:40
Mukkie11-Jun-01 7:40 
And what about the app, which stays in memory, and every 5 secs gets active window and make copy of its dc to bmp and to file on disk? No user interaction - but works. I think that there is no way to totally block such possibility.
Do not put images (in bmp/gif/iff/jpeg/... format into the resource, cause many application (for example MsDev) can easily read resources from executable. Open exe as resource, and then export what just You want.
To workaround above problem, You must compress/encrypt or in other way alter images. Do not use commonly known algos, like zip and rar.
Hope this helps Smile | :)

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.