Click here to Skip to main content
15,898,373 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralGDI+ Bitmaps Pin
jgeorge214-Feb-05 22:04
jgeorge214-Feb-05 22:04 
GeneralRe: GDI+ Bitmaps Pin
PJ Arends5-Feb-05 8:57
professionalPJ Arends5-Feb-05 8:57 
Generalarchiving code or binary within my prog Pin
Spiritofamerica4-Feb-05 20:25
Spiritofamerica4-Feb-05 20:25 
GeneralRe: archiving code or binary within my prog Pin
jgeorge214-Feb-05 22:11
jgeorge214-Feb-05 22:11 
GeneralRe: archiving code or binary within my prog Pin
Maximilien5-Feb-05 3:41
Maximilien5-Feb-05 3:41 
GeneralRe: archiving code or binary within my prog Pin
Chris Losinger5-Feb-05 3:44
professionalChris Losinger5-Feb-05 3:44 
Generalcreate thread in run time Pin
javad_20054-Feb-05 20:23
javad_20054-Feb-05 20:23 
GeneralRe: create thread in run time Pin
2249174-Feb-05 21:00
2249174-Feb-05 21:00 
UINT thFun(void*){
return 0;
}
fun(){
AfxBeginThread(thFun,NULL); //starts thFun() in a new thread
return 0;
}

This creats a worker thread. There is something called UI thread also-
search cp for them ...



suhredayan
There is no spoon.

GeneralXML Parsing in VC++ Pin
cj_rahul4-Feb-05 19:55
cj_rahul4-Feb-05 19:55 
GeneralRe: XML Parsing in VC++ Pin
ThatsAlok4-Feb-05 22:02
ThatsAlok4-Feb-05 22:02 
GeneralRe: XML Parsing in VC++ Pin
ThatsAlok5-Feb-05 0:31
ThatsAlok5-Feb-05 0:31 
Generalplz guide me in ids Pin
miss smriti4-Feb-05 19:02
miss smriti4-Feb-05 19:02 
GeneralRe: plz guide me in ids Pin
Maximilien4-Feb-05 19:28
Maximilien4-Feb-05 19:28 
GeneralRe: plz guide me in ids Pin
miss smriti4-Feb-05 23:22
miss smriti4-Feb-05 23:22 
GeneralRe: plz guide me in ids Pin
Maximilien5-Feb-05 3:38
Maximilien5-Feb-05 3:38 
GeneralRe: plz guide me in ids Pin
2249174-Feb-05 19:38
2249174-Feb-05 19:38 
GeneralRe: plz guide me in ids Pin
miss smriti4-Feb-05 23:20
miss smriti4-Feb-05 23:20 
GeneralRe: plz guide me in ids Pin
ThatsAlok4-Feb-05 22:04
ThatsAlok4-Feb-05 22:04 
GeneralRe: plz guide me in ids Pin
miss smriti4-Feb-05 23:19
miss smriti4-Feb-05 23:19 
GeneralRe: plz guide me in ids Pin
ThatsAlok5-Feb-05 0:23
ThatsAlok5-Feb-05 0:23 
GeneralRe: plz guide me in ids Pin
Amitabh Kant5-Feb-05 6:29
Amitabh Kant5-Feb-05 6:29 
GeneralLaunching Outlook from within a program Pin
MattWednesbury4-Feb-05 18:01
MattWednesbury4-Feb-05 18:01 
GeneralRe: Launching Outlook from within a program Pin
2249174-Feb-05 19:36
2249174-Feb-05 19:36 
GeneralRe: Launching Outlook from within a program Pin
MattWednesbury4-Feb-05 20:00
MattWednesbury4-Feb-05 20:00 
GeneralCreating Wrapper for ActiveX Control Pin
Rajesh_Parameswaran4-Feb-05 17:16
Rajesh_Parameswaran4-Feb-05 17:16 

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.