Click here to Skip to main content
16,017,755 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: C++ Variables Pin
CPallini24-Nov-07 6:51
mveCPallini24-Nov-07 6:51 
QuestionAccess global varible in Dll Pin
thes3cr3t124-Nov-07 1:08
thes3cr3t124-Nov-07 1:08 
AnswerRe: Access global varible in Dll Pin
Gary R. Wheeler24-Nov-07 2:11
Gary R. Wheeler24-Nov-07 2:11 
AnswerRe: Access global varible in Dll Pin
Mark Salsbery24-Nov-07 7:24
Mark Salsbery24-Nov-07 7:24 
GeneralRe: Access global varible in Dll Pin
Gary R. Wheeler25-Nov-07 4:26
Gary R. Wheeler25-Nov-07 4:26 
GeneralRe: Access global varible in Dll Pin
Mark Salsbery25-Nov-07 7:58
Mark Salsbery25-Nov-07 7:58 
QuestionCursorInfo Pin
duta24-Nov-07 0:45
duta24-Nov-07 0:45 
AnswerRe: CursorInfo Pin
Mark Salsbery24-Nov-07 7:37
Mark Salsbery24-Nov-07 7:37 
duta wrote:
How can I know what type of cursor do I have ( ex arrow, hand, wait)???


If it's a custom cursor, then you won't know what it is.

For system predefined cursors, you MAY be able to compare the handle to
the handle returned by LoadCursor() for predefined cursors.
I'm not sure if those handles are always the same but it's easy enough to test Smile | :)

Mark



Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: CursorInfo Pin
David Crow24-Nov-07 17:28
David Crow24-Nov-07 17:28 
GeneralRe: CursorInfo Pin
Mark Salsbery24-Nov-07 17:35
Mark Salsbery24-Nov-07 17:35 
AnswerRe: CursorInfo Pin
Shog924-Nov-07 9:19
sitebuilderShog924-Nov-07 9:19 
AnswerRe: CursorInfo Pin
Bram van Kampen24-Nov-07 16:02
Bram van Kampen24-Nov-07 16:02 
QuestionHow to run more than one SQL query Pin
prithaa23-Nov-07 23:55
prithaa23-Nov-07 23:55 
AnswerRe: How to run more than one SQL query Pin
Mark Salsbery24-Nov-07 7:40
Mark Salsbery24-Nov-07 7:40 
GeneralRe: How to run more than one SQL query Pin
prithaa24-Nov-07 20:29
prithaa24-Nov-07 20:29 
QuestionRe: How to run more than one SQL query Pin
David Crow26-Nov-07 3:59
David Crow26-Nov-07 3:59 
QuestionC++ Exceptions wihout OS Pin
CataclysmicQuantum23-Nov-07 20:26
CataclysmicQuantum23-Nov-07 20:26 
AnswerRe: C++ Exceptions wihout OS Pin
super_ttd23-Nov-07 23:33
super_ttd23-Nov-07 23:33 
GeneralRe: C++ Exceptions wihout OS Pin
CataclysmicQuantum24-Nov-07 0:50
CataclysmicQuantum24-Nov-07 0:50 
GeneralRe: C++ Exceptions wihout OS Pin
Gary R. Wheeler24-Nov-07 2:20
Gary R. Wheeler24-Nov-07 2:20 
GeneralRe: C++ Exceptions wihout OS Pin
CataclysmicQuantum24-Nov-07 2:21
CataclysmicQuantum24-Nov-07 2:21 
GeneralRe: C++ Exceptions wihout OS Pin
Matthew Faithfull24-Nov-07 7:10
Matthew Faithfull24-Nov-07 7:10 
AnswerRe: C++ Exceptions wihout OS Pin
Bram van Kampen24-Nov-07 16:38
Bram van Kampen24-Nov-07 16:38 
AnswerRe: C++ Exceptions wihout OS Pin
Stephen Hewitt25-Nov-07 17:43
Stephen Hewitt25-Nov-07 17:43 
GeneralRe: C++ Exceptions wihout OS Pin
CataclysmicQuantum25-Nov-07 20:34
CataclysmicQuantum25-Nov-07 20: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.