Click here to Skip to main content
15,890,557 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionProgress Bar Pin
Dhiraj kumar Saini4-Sep-08 3:29
Dhiraj kumar Saini4-Sep-08 3:29 
QuestionRe: Progress Bar Pin
David Crow4-Sep-08 3:44
David Crow4-Sep-08 3:44 
AnswerRe: Progress Bar Pin
pc_dev4-Sep-08 4:41
pc_dev4-Sep-08 4:41 
GeneralRe: Progress Bar Pin
Dhiraj kumar Saini4-Sep-08 19:01
Dhiraj kumar Saini4-Sep-08 19:01 
QuestionHANDLE in MFC Pin
manju23reddy4-Sep-08 3:05
manju23reddy4-Sep-08 3:05 
AnswerRe: HANDLE in MFC Pin
toxcct4-Sep-08 3:13
toxcct4-Sep-08 3:13 
AnswerRe: HANDLE in MFC Pin
kapardhi4-Sep-08 3:14
kapardhi4-Sep-08 3:14 
AnswerRe: HANDLE in MFC Pin
Roger Stoltz4-Sep-08 3:20
Roger Stoltz4-Sep-08 3:20 
manju23reddy wrote:
what does the handle types exactly means...


A handle only makes sense to the module that created the handle.
Any client must not interpret the value of the handle, it's only use is to identify something that the library is operating on.
This is not specific to MFC or any other framework/library.
The data type HANDLE is usually a typedef'ed void*, which means that it is as wide as the processor architecture it executes in. An explicit type cast can be made inside the library without losing precision or bits to e.g. int.


"It's supposed to be hard, otherwise anybody could do it!" - selfquote
"High speed never compensates for wrong direction!" - unknown


AnswerRe: HANDLE in MFC Pin
pc_dev4-Sep-08 4:21
pc_dev4-Sep-08 4:21 
AnswerRe: HANDLE in MFC Pin
Jijo.Raj4-Sep-08 7:50
Jijo.Raj4-Sep-08 7:50 
Questionsetup package creation Pin
AnithaSubramani4-Sep-08 1:24
AnithaSubramani4-Sep-08 1:24 
AnswerRe: setup package creation Pin
Rajesh R Subramanian4-Sep-08 1:27
professionalRajesh R Subramanian4-Sep-08 1:27 
AnswerRe: setup package creation Pin
Gary R. Wheeler4-Sep-08 2:56
Gary R. Wheeler4-Sep-08 2:56 
Questionsubstr and find of string Pin
George_George4-Sep-08 0:48
George_George4-Sep-08 0:48 
AnswerRe: substr and find of string Pin
Karismatic4-Sep-08 1:14
Karismatic4-Sep-08 1:14 
GeneralRe: substr and find of string Pin
George_George4-Sep-08 19:37
George_George4-Sep-08 19:37 
AnswerRe: substr and find of string Pin
markkuk4-Sep-08 11:25
markkuk4-Sep-08 11:25 
GeneralRe: substr and find of string Pin
George_George4-Sep-08 19:40
George_George4-Sep-08 19:40 
QuestionHow to know the availability of COM ports that are attached to our computer programmatically ? Pin
kapardhi3-Sep-08 23:55
kapardhi3-Sep-08 23:55 
AnswerRe: How to know the availability of COM ports that are attached to our computer programmatically ? Pin
Rane4-Sep-08 0:41
Rane4-Sep-08 0:41 
GeneralRe: How to know the availability of COM ports that are attached to our computer programmatically ? Pin
kapardhi4-Sep-08 2:10
kapardhi4-Sep-08 2:10 
QuestionRe: How to know the availability of COM ports that are attached to our computer programmatically ? Pin
David Crow4-Sep-08 3:46
David Crow4-Sep-08 3:46 
AnswerRe: How to know the availability of COM ports that are attached to our computer programmatically ? Pin
Roger Stoltz4-Sep-08 2:28
Roger Stoltz4-Sep-08 2:28 
GeneralRe: How to know the availability of COM ports that are attached to our computer programmatically ? Pin
kapardhi4-Sep-08 2:58
kapardhi4-Sep-08 2:58 
AnswerRe: How to know the availability of COM ports that are attached to our computer programmatically ? Pin
Roger Stoltz4-Sep-08 3:09
Roger Stoltz4-Sep-08 3:09 

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.