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

C / C++ / MFC

 
GeneralRemoving focus from button in dlg-based app Pin
Vikram A Punathambekar5-Jun-03 9:12
Vikram A Punathambekar5-Jun-03 9:12 
GeneralRe: Removing focus from button in dlg-based app Pin
valikac5-Jun-03 9:28
valikac5-Jun-03 9:28 
GeneralRe: Removing focus from button in dlg-based app Pin
Neville Franks5-Jun-03 10:55
Neville Franks5-Jun-03 10:55 
GeneralRe: Removing focus from button in dlg-based app Pin
Vikram A Punathambekar5-Jun-03 19:54
Vikram A Punathambekar5-Jun-03 19:54 
GeneralRe: Removing focus from button in dlg-based app Pin
BhaskarBora5-Jun-03 18:12
BhaskarBora5-Jun-03 18:12 
GeneralRe: Removing focus from button in dlg-based app Pin
Vikram A Punathambekar5-Jun-03 20:03
Vikram A Punathambekar5-Jun-03 20:03 
GeneralRe: Removing focus from button in dlg-based app Pin
BhaskarBora9-Jun-03 23:35
BhaskarBora9-Jun-03 23:35 
GeneralGood Window Apps - Help Pin
iltallman5-Jun-03 7:53
iltallman5-Jun-03 7:53 
I am looking for some guidelines on quality "Windows-Friendly" applications. I am trying to complete a project that has taken me some years to complete and running into some difficulty with windows.

1. I hate the memory management of Windows, it can't handle lots of calls to malloc() with small structures. I found by building large blocks of memory and obtaining nodes from it was better. Only, this adds additional code, and prohibits memory expansion. I think most applications use this same scheme, but looking for a better solution.

2. My program is a process, not an event-driven application. Therefore, a timer is required that calls the routine at a fixed interval so that the process can operate on the information. This appears to work, but not sure if Windows likes this. I like to set the timer between 50 and 200ms.

Overall, the program functions, but Windows does not seem to like it. I don't have any problems with using Windows and other Win-based apps while my process is running, but when the process is complete and shutdown, Windows stays lethargic!? After awhile, Windows seems to wake up and operate more effectively. I would like some comments on what people do to overcome this. Is this a tuning issue, a memory problem (No Leaks!) or something else?

Also, if one was ambitious, I could use some help. I am not a traditional Windows programmer, good C type though. Contact me at mfeldhake@ccoreinnovations.com if you are interested. I could offer some cash but would prefer some stock incentives (I’m incorporated). Person would need to be highly experienced in scientific applications.

Thanks in Advance Big Grin | :-D



Michael Feldhake
www.ccoreinnovations.com
GeneralRe: Good Window Apps - Help Pin
Daniel Turini5-Jun-03 8:37
Daniel Turini5-Jun-03 8:37 
GeneralRe: Good Window Apps - Help Pin
Neville Franks5-Jun-03 11:04
Neville Franks5-Jun-03 11:04 
GeneralTool Tips Not Displayed Pin
Dave_5-Jun-03 7:45
Dave_5-Jun-03 7:45 
GeneralIRC Chat Server Source Code Download Pin
Amer Hafeez5-Jun-03 6:57
Amer Hafeez5-Jun-03 6:57 
QuestionHow do i draw 4:2:0 YUV data on the screen? Pin
Redeemer-dk5-Jun-03 6:51
Redeemer-dk5-Jun-03 6:51 
AnswerRe: How do i draw 4:2:0 YUV data on the screen? Pin
Anonymous5-Jun-03 15:08
Anonymous5-Jun-03 15:08 
GeneralForcing ON_UPDATE_COMMAND_UI Pin
Jawache5-Jun-03 6:33
Jawache5-Jun-03 6:33 
GeneralRe: Forcing ON_UPDATE_COMMAND_UI Pin
Dave_5-Jun-03 7:37
Dave_5-Jun-03 7:37 
GeneralNT Monitoring Service Struggles Pin
Jason Reis5-Jun-03 6:11
Jason Reis5-Jun-03 6:11 
GeneralPlease help.. Pin
sardinka5-Jun-03 6:11
sardinka5-Jun-03 6:11 
GeneralOCCI, C++ and REF CURSOR Pin
achandra0075-Jun-03 6:07
achandra0075-Jun-03 6:07 
GeneralFull screen problem Pin
olinn5-Jun-03 6:01
olinn5-Jun-03 6:01 
GeneralRe: Full screen problem Pin
IceMatrix5-Jun-03 10:01
IceMatrix5-Jun-03 10:01 
QuestionAnimated cursor?? Pin
MemLeak5-Jun-03 5:00
MemLeak5-Jun-03 5:00 
AnswerRe: Animated cursor?? Pin
David Crow5-Jun-03 6:05
David Crow5-Jun-03 6:05 
GeneralRe: Animated cursor?? Pin
MemLeak5-Jun-03 6:57
MemLeak5-Jun-03 6:57 
AnswerRe: Animated cursor?? Pin
skaanji5-Jun-03 7:33
skaanji5-Jun-03 7:33 

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.