Click here to Skip to main content
15,902,766 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Drawing a Focus rectangle. Pin
Ryan Binns12-Jun-03 3:11
Ryan Binns12-Jun-03 3:11 
GeneralRe: Drawing a Focus rectangle. Pin
jales12-Jun-03 5:12
jales12-Jun-03 5:12 
GeneralRe: Drawing a Focus rectangle. Pin
basementman12-Jun-03 6:07
basementman12-Jun-03 6:07 
GeneralRe: Drawing a Focus rectangle. Pin
Ryan Binns12-Jun-03 14:30
Ryan Binns12-Jun-03 14:30 
GeneralRe: Drawing a Focus rectangle. Pin
Joan M12-Jun-03 7:04
professionalJoan M12-Jun-03 7:04 
GeneralRe: Drawing a Focus rectangle. Pin
includeh1012-Jun-03 7:34
includeh1012-Jun-03 7:34 
GeneralProcess priority for 16bit applications Pin
Nyrup12-Jun-03 1:18
Nyrup12-Jun-03 1:18 
GeneralRe: Process priority for 16bit applications Pin
Ryan Binns12-Jun-03 1:28
Ryan Binns12-Jun-03 1:28 
Nyrup wrote:
I am working with some old 16 bit windows applications build with Visual Studie 1.52

You poor thing Smile | :)

Nyrup wrote:
I was wondering if there are any way to force this application to have more process time from the OS?

Windows 3.x uses cooperative multitasking, not preemptive multitasking like Win95 and later. If you just hog the processor, you cut out other processes.

From memory (admittedly, my Windows 3.x memory is a little bit rusty Smile | :) ), Windows only switches between processes when a process calls the Yield() or GetMessage() functions. If you call them less often, then you get more processor time, at the expense of other processes.

Ryan

Being little and getting pushed around by big guys all my life I guess I compensate by pushing electrons and holes around. What a bully I am, but I do enjoy making subatomic particles hop at my bidding - Roger Wright (2nd April 2003, The Lounge)

Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late - John Nichol "Point Of Impact"

GeneralRe: Process priority for 16bit applications Pin
basementman12-Jun-03 6:16
basementman12-Jun-03 6:16 
GeneralTopmost Pin
Eugene V.12-Jun-03 1:16
Eugene V.12-Jun-03 1:16 
GeneralRe: Topmost Pin
Jeremy Falcon12-Jun-03 4:08
professionalJeremy Falcon12-Jun-03 4:08 
GeneralRe: Topmost Pin
Eugene V.12-Jun-03 22:12
Eugene V.12-Jun-03 22:12 
QuestionIs alphablending possible with GDI ? Pin
Rage12-Jun-03 1:03
professionalRage12-Jun-03 1:03 
AnswerRe: Is alphablending possible with GDI ? Pin
Ryan Binns12-Jun-03 1:25
Ryan Binns12-Jun-03 1:25 
QuestionHow do I handle ... Pin
Rage12-Jun-03 1:02
professionalRage12-Jun-03 1:02 
AnswerRe: How do I handle ... Pin
BhaskarBora12-Jun-03 1:23
BhaskarBora12-Jun-03 1:23 
AnswerRe: How do I handle ... Pin
Stlan12-Jun-03 1:53
Stlan12-Jun-03 1:53 
GeneralRe: How do I handle ... Pin
Rage12-Jun-03 2:30
professionalRage12-Jun-03 2:30 
GeneralStrange Behavior of MessageLoop Pin
Muhammad Ahmed12-Jun-03 0:36
Muhammad Ahmed12-Jun-03 0:36 
GeneralSome tips on building a workspace please! Pin
tom7612-Jun-03 0:24
tom7612-Jun-03 0:24 
GeneralRe: Some tips on building a workspace please! Pin
David Crow12-Jun-03 2:55
David Crow12-Jun-03 2:55 
Generalround to next power of two Pin
peterchen11-Jun-03 23:23
peterchen11-Jun-03 23:23 
GeneralRe: round to next power of two Pin
Stlan11-Jun-03 23:53
Stlan11-Jun-03 23:53 
GeneralRe: round to next power of two Pin
cmk12-Jun-03 0:19
cmk12-Jun-03 0:19 
GeneralReal data type Pin
Jamshed Kumar Jivani11-Jun-03 22:28
sussJamshed Kumar Jivani11-Jun-03 22:28 

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.