Click here to Skip to main content
15,891,951 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralGINA using finger print Pin
MozhdehQeraati22-Feb-08 18:41
MozhdehQeraati22-Feb-08 18:41 
QuestionNetwork IP Pin
mirtu22-Feb-08 18:25
mirtu22-Feb-08 18:25 
Generalextracting icon from exe or DLL Pin
act_x22-Feb-08 15:14
act_x22-Feb-08 15:14 
GeneralRe: extracting icon from exe or DLL Pin
markt22-Feb-08 16:09
markt22-Feb-08 16:09 
GeneralRe: extracting icon from exe or DLL Pin
User 238229222-Feb-08 20:18
User 238229222-Feb-08 20:18 
QuestionSaving string: fixed size array or pointer? Pin
Omegga22-Feb-08 11:40
Omegga22-Feb-08 11:40 
AnswerRe: Saving string: fixed size array or pointer? Pin
Mark Salsbery22-Feb-08 12:19
Mark Salsbery22-Feb-08 12:19 
QuestionCan I change the priority of "main" Pin
malaugh22-Feb-08 11:36
malaugh22-Feb-08 11:36 
I have a main program that creates some threads, then goes into an event loop. The structure is:

main()
{
CreateThread....
CreateThread.....
while(1)
{
WaitForSingleObject(Main_Event)
.... do some processing....
}
}

I would like to increase the priority of "main" so that when "Main_Event" is sent, the threads suspend while main loop is processing.

Any idea how I can do this?
AnswerRe: Can I change the priority of "main" Pin
Mark Salsbery22-Feb-08 12:15
Mark Salsbery22-Feb-08 12:15 
GeneralDetect the plugin of USB Pin
Royce Fickling22-Feb-08 10:51
Royce Fickling22-Feb-08 10:51 
GeneralRe: Detect the plugin of USB Pin
Mark Salsbery22-Feb-08 12:31
Mark Salsbery22-Feb-08 12:31 
Questionwininet issue Pin
Lucky the code machine22-Feb-08 9:15
Lucky the code machine22-Feb-08 9:15 
GeneralSHBrowseForFolder problem Pin
RomTibi22-Feb-08 6:05
RomTibi22-Feb-08 6:05 
GeneralRe: SHBrowseForFolder problem Pin
jhwurmbach22-Feb-08 6:14
jhwurmbach22-Feb-08 6:14 
GeneralRe: SHBrowseForFolder problem Pin
RomTibi22-Feb-08 6:22
RomTibi22-Feb-08 6:22 
GeneralRe: SHBrowseForFolder problem Pin
led mike22-Feb-08 6:57
led mike22-Feb-08 6:57 
GeneralRe: SHBrowseForFolder problem Pin
jhwurmbach22-Feb-08 7:01
jhwurmbach22-Feb-08 7:01 
GeneralRe: SHBrowseForFolder problem Pin
Mark Salsbery22-Feb-08 7:26
Mark Salsbery22-Feb-08 7:26 
GeneralRe: SHBrowseForFolder problem Pin
jhwurmbach22-Feb-08 7:33
jhwurmbach22-Feb-08 7:33 
GeneralRe: SHBrowseForFolder problem Pin
Mark Salsbery22-Feb-08 7:39
Mark Salsbery22-Feb-08 7:39 
GeneralRe: SHBrowseForFolder problem Pin
RomTibi23-Feb-08 20:48
RomTibi23-Feb-08 20:48 
General[Message Deleted] [modified]Sorry had to re-post Pin
djrasa22-Feb-08 5:39
djrasa22-Feb-08 5:39 
GeneralRe: HELP! HELP! HELP! PROGRAM WONT WORK Pin
djrasa22-Feb-08 5:40
djrasa22-Feb-08 5:40 
QuestionRe: HELP! HELP! HELP!PLEASE! Pin
djrasa22-Feb-08 5:45
djrasa22-Feb-08 5:45 
GeneralRe: HELP! HELP! HELP!PLEASE! Pin
jhwurmbach22-Feb-08 6:04
jhwurmbach22-Feb-08 6:04 

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.