Click here to Skip to main content
16,011,905 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Missing OnInitDialog() Pin
Robert Palma Jr.18-Jul-05 7:42
Robert Palma Jr.18-Jul-05 7:42 
Generaldrawing gradient dots or colored in mfc Pin
Assariah kingsly18-Jul-05 5:20
Assariah kingsly18-Jul-05 5:20 
GeneralRe: drawing gradient dots or colored in mfc Pin
Christian Graus18-Jul-05 13:05
protectorChristian Graus18-Jul-05 13:05 
GeneralMS Chart Pin
Marc Soleda18-Jul-05 5:13
Marc Soleda18-Jul-05 5:13 
GeneralBuilding error Pin
phpmb18-Jul-05 5:04
phpmb18-Jul-05 5:04 
GeneralRe: Building error Pin
Budric B.18-Jul-05 5:42
Budric B.18-Jul-05 5:42 
QuestionHow to Get Current Running No. Of Threads Pin
zinc_z18-Jul-05 4:48
zinc_z18-Jul-05 4:48 
AnswerRe: How to Get Current Running No. Of Threads Pin
Blake Miller18-Jul-05 5:26
Blake Miller18-Jul-05 5:26 
The CreateToolhelp32Snapshot function takes a snapshot of the specified processes in the system, as well as the heaps, modules, and threads used by these processes.

TH32CS_SNAPTHREAD - Includes all threads in the system in the snapshot. To enumerate the threads, see Thread32First. To identify the threads that belong to a specific process, compare its process identifier to the th32OwnerProcessID member of the THREADENTRY32 structure when enumerating the threads.

Use GetCurrentProcessId to get the process id for your program.
Generalerror C2146 in Visual C++ Pin
PapermillBill18-Jul-05 4:40
PapermillBill18-Jul-05 4:40 
GeneralRe: error C2146 in Visual C++ Pin
Jose Lamas Rios18-Jul-05 4:54
Jose Lamas Rios18-Jul-05 4:54 
GeneralRe: error C2146 in Visual C++ Pin
Anonymous18-Jul-05 7:10
Anonymous18-Jul-05 7:10 
GeneralRe: error C2146 in Visual C++ Pin
Jose Lamas Rios18-Jul-05 7:19
Jose Lamas Rios18-Jul-05 7:19 
GeneralRe: error C2146 in Visual C++ Pin
David Crow18-Jul-05 8:04
David Crow18-Jul-05 8:04 
Generaltransparent printing problem with hp plotter and gdi+ Pin
navajo_2k18-Jul-05 3:15
navajo_2k18-Jul-05 3:15 
GeneralRe: transparent printing problem with hp plotter and gdi+ Pin
Shog918-Jul-05 12:31
sitebuilderShog918-Jul-05 12:31 
GeneralRe: transparent printing problem with hp plotter and gdi+ Pin
navajo_2k19-Jul-05 0:05
navajo_2k19-Jul-05 0:05 
QuestionHow to Take Input from MS flex Grid Pin
Ritu Kwatra18-Jul-05 1:41
Ritu Kwatra18-Jul-05 1:41 
GeneralFILE I/O updating Pin
Halawlaws18-Jul-05 1:27
Halawlaws18-Jul-05 1:27 
GeneralRe: FILE I/O updating Pin
David Crow18-Jul-05 2:43
David Crow18-Jul-05 2:43 
GeneralRe: FILE I/O updating Pin
Halawlaws18-Jul-05 3:05
Halawlaws18-Jul-05 3:05 
GeneralRe: FILE I/O updating Pin
David Crow18-Jul-05 3:11
David Crow18-Jul-05 3:11 
GeneralRe: FILE I/O updating Pin
Halawlaws18-Jul-05 4:46
Halawlaws18-Jul-05 4:46 
GeneralGet Application Path Pin
Abd.Eskandari18-Jul-05 1:20
Abd.Eskandari18-Jul-05 1:20 
GeneralRe: Get Application Path Pin
Trollslayer18-Jul-05 1:32
mentorTrollslayer18-Jul-05 1:32 
GeneralRe: Get Application Path Pin
Andrew Kirillov18-Jul-05 1:34
Andrew Kirillov18-Jul-05 1:34 

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.