Click here to Skip to main content
15,887,746 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to change drop down list Height of a ComboBox Pin
poda21-Feb-08 18:41
poda21-Feb-08 18:41 
GeneralRe: How to change drop down list Height of a ComboBox Pin
Rajkumar R24-Feb-08 2:46
Rajkumar R24-Feb-08 2:46 
QuestionAbout Mouse Icon Pin
manish.patel20-Feb-08 19:58
manish.patel20-Feb-08 19:58 
GeneralAbout Mouse Icon Updated Pin
manish.patel20-Feb-08 20:10
manish.patel20-Feb-08 20:10 
GeneralRe: About Mouse Icon Updated Pin
_AnsHUMAN_ 20-Feb-08 21:36
_AnsHUMAN_ 20-Feb-08 21:36 
GeneralRe: About Mouse Icon Updated Pin
manish.patel20-Feb-08 21:49
manish.patel20-Feb-08 21:49 
QuestionRe: About Mouse Icon Updated Pin
Rajkumar R21-Feb-08 0:38
Rajkumar R21-Feb-08 0:38 
GeneralRe: About Mouse Icon Updated Pin
manish.patel21-Feb-08 1:08
manish.patel21-Feb-08 1:08 
No this is not the case.

I am developing application for screen sharing.

In that i want to pass the type of mouse cursor just like (HAND, HELP, WAIT,...)
I can also get the HCURSOR handle and by comparing it with inbuilt type i am getting cursor, but problem is with application that uses custom cursors like flash uses.

So is there any other alternative then this one?

CURSORINFO cInfo;<br />
  cInfo.cbSize = sizeof(cInfo);<br />
  if(cInfo.hCursor == LoadCursor(NULL, IDC_HAND))<br />
  {<br />
     // For Hand Cursor<br />
   }


This works fine when cursor is of system type
Now it will broken when i use it with flash because flash uses custom cursor so cInfo.hCursor will give some long values.

Now i think you should understand my problem.
If is there a way to know the type of cursor just like this is a cursor of type hand

Thanks for your kind reply
please help me on this.

Thanks

Manish Patel.
B.E. - Information Technology.


GeneralRe: About Mouse Icon Updated Pin
Rajkumar R21-Feb-08 3:26
Rajkumar R21-Feb-08 3:26 
GeneralRe: About Mouse Icon Updated Pin
manish.patel21-Feb-08 1:25
manish.patel21-Feb-08 1:25 
General[Message Deleted] Pin
swarup20-Feb-08 19:52
swarup20-Feb-08 19:52 
GeneralRe: How to add a file to an application Pin
Rajkumar R20-Feb-08 20:04
Rajkumar R20-Feb-08 20:04 
GeneralRe: How to add a file to an application Pin
swarup20-Feb-08 20:08
swarup20-Feb-08 20:08 
AnswerRe: How to add a file to an application Pin
Rajkumar R20-Feb-08 20:14
Rajkumar R20-Feb-08 20:14 
General[Message Deleted] Pin
swarup20-Feb-08 20:20
swarup20-Feb-08 20:20 
JokeRe: How to add a file to an application [modified] Pin
Rajkumar R20-Feb-08 20:27
Rajkumar R20-Feb-08 20:27 
GeneralRe: How to add a file to an application Pin
Iain Clarke, Warrior Programmer20-Feb-08 22:55
Iain Clarke, Warrior Programmer20-Feb-08 22:55 
GeneralRe: How to add a file to an application Pin
swarup20-Feb-08 23:36
swarup20-Feb-08 23:36 
GeneralRe: How to add a file to an application Pin
Iain Clarke, Warrior Programmer21-Feb-08 1:29
Iain Clarke, Warrior Programmer21-Feb-08 1:29 
GeneralFile Rename Problem Pin
john563220-Feb-08 19:28
john563220-Feb-08 19:28 
GeneralRe: File Rename Problem Pin
Maxwell Chen20-Feb-08 19:44
Maxwell Chen20-Feb-08 19:44 
GeneralRe: File Rename Problem Pin
john563220-Feb-08 19:57
john563220-Feb-08 19:57 
GeneralRe: File Rename Problem Pin
Maxwell Chen20-Feb-08 21:50
Maxwell Chen20-Feb-08 21:50 
GeneralRe: File Rename Problem Pin
john563220-Feb-08 20:04
john563220-Feb-08 20:04 
GeneralRe: File Rename Problem Pin
Maxwell Chen20-Feb-08 21:35
Maxwell Chen20-Feb-08 21:35 

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.