Click here to Skip to main content
15,921,959 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: BM_SETIMAGE wont show the image Pin
Michael Dunn5-Nov-03 12:40
sitebuilderMichael Dunn5-Nov-03 12:40 
GeneralRe: BM_SETIMAGE wont show the image Pin
ns7-Nov-03 3:00
ns7-Nov-03 3:00 
GeneralSimulate propertypage with the dialog dll-based Pin
w_yufeng5-Nov-03 2:24
w_yufeng5-Nov-03 2:24 
QuestionQueueUserWorkItem - how to call correctly? Pin
vgrigor5-Nov-03 2:07
vgrigor5-Nov-03 2:07 
AnswerRe: QueueUserWorkItem - how to call correctly? Pin
Mike Dimmick5-Nov-03 4:33
Mike Dimmick5-Nov-03 4:33 
GeneralRe: QueueUserWorkItem - how to call correctly? Pin
vgrigor5-Nov-03 4:41
vgrigor5-Nov-03 4:41 
QuestionIs accessing the registry every 1 second a bad idea? What other dynamic data storage method do you recommend? Pin
Varun Shoor5-Nov-03 2:00
Varun Shoor5-Nov-03 2:00 
AnswerRe: Is accessing the registry every 1 second a bad idea? What other dynamic data storage method do you recommend? Pin
vgrigor5-Nov-03 2:14
vgrigor5-Nov-03 2:14 
Depends upin your task,
need some explanation,
does add, changes or what?

So: it is sequencive writing or random ?

If sequencive- use ini file, from artivcles
on this site.

If Random and data is big use ACCESS database- it hightly optimized for
random data access.

Or possible to create randomly accessed file for self, but it not so easy as
ACCESS or registry, unreliable.

If no performance problems happens- still use registry.




GeneralRe: Is accessing the registry every 1 second a bad idea? What other dynamic data storage method do you recommend? Pin
Varun Shoor5-Nov-03 2:28
Varun Shoor5-Nov-03 2:28 
GeneralRe: Is accessing the registry every 1 second a bad idea? What other dynamic data storage method do you recommend? Pin
vgrigor5-Nov-03 2:37
vgrigor5-Nov-03 2:37 
GeneralRe: Is accessing the registry every 1 second a bad idea? What other dynamic data storage method do you recommend? Pin
Dave Kreskowiak5-Nov-03 12:55
mveDave Kreskowiak5-Nov-03 12:55 
AnswerRe: Is accessing the registry every 1 second a bad idea? What other dynamic data storage method do you recommend? Pin
David Crow5-Nov-03 4:18
David Crow5-Nov-03 4:18 
QuestionPossible to swith Fibers in other thread ? Pin
vgrigor5-Nov-03 1:59
vgrigor5-Nov-03 1:59 
QuestionCBitmap bits/pixel reduction? Pin
mcondra5-Nov-03 1:19
mcondra5-Nov-03 1:19 
QuestionCreateFile : COMPORT limitation ?????? Pin
youssef5-Nov-03 0:04
youssef5-Nov-03 0:04 
Generalcapture Alt+F2 Pin
murali_utr4-Nov-03 23:43
murali_utr4-Nov-03 23:43 
GeneralRe: capture Alt+F2 Pin
David Crow5-Nov-03 4:53
David Crow5-Nov-03 4:53 
GeneralRe: capture Alt+F2 Pin
murali_utr5-Nov-03 19:46
murali_utr5-Nov-03 19:46 
GeneralFiber sample is need ... Pin
vgrigor4-Nov-03 23:28
vgrigor4-Nov-03 23:28 
QuestionEncryption help??? Pin
xxhimanshu4-Nov-03 23:19
xxhimanshu4-Nov-03 23:19 
AnswerRe: Encryption help??? Pin
Alexander M.,5-Nov-03 9:07
Alexander M.,5-Nov-03 9:07 
GeneralPrint The FrameWindow Pin
Azghar Hussain4-Nov-03 21:48
professionalAzghar Hussain4-Nov-03 21:48 
GeneralGDI+ Pin
Jorgen E.4-Nov-03 21:36
Jorgen E.4-Nov-03 21:36 
General2 images on list ctrl Pin
YaronNir4-Nov-03 20:35
YaronNir4-Nov-03 20:35 
Generalstd::string parsing Pin
Shah Shehpori4-Nov-03 19:10
sussShah Shehpori4-Nov-03 19:10 

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.