Click here to Skip to main content
16,005,138 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionchange row height in ListCtrl report style Pin
tooho28-Sep-05 0:46
tooho28-Sep-05 0:46 
AnswerRe: change row height in ListCtrl report style Pin
prasad_som28-Sep-05 4:31
prasad_som28-Sep-05 4:31 
GeneralRe: change row height in ListCtrl report style Pin
S Douglas29-Sep-05 0:02
professionalS Douglas29-Sep-05 0:02 
QuestionFlexGrid Pin
Mike Winter28-Sep-05 0:46
Mike Winter28-Sep-05 0:46 
Questionwant to use a CDialogBox in MFC Pin
vikas amin28-Sep-05 0:23
vikas amin28-Sep-05 0:23 
AnswerRe: want to use a CDialogBox in MFC Pin
toxcct28-Sep-05 0:44
toxcct28-Sep-05 0:44 
AnswerRe: want to use a CDialogBox in MFC Pin
Cedric Moonen28-Sep-05 0:55
Cedric Moonen28-Sep-05 0:55 
QuestionHide Mouse Cursor ? Pin
Amarelia28-Sep-05 0:19
Amarelia28-Sep-05 0:19 
Hi
I have a dialog based MFC application in which I have one Microsoft Web Browser ActiveX control and I navigate sites using it.

Now I want to programm is such that when I press function key "F3", it should hide my cursor and when next time I press "F3" it should show my cursor back.

Now to capture key press event i use PreTranslateMeaasge() function and in that I get VK_F3 as virtual key code for F3. Now I hide my cursor using ShowCursor(FALSE) or and when again F3 key is press I use ShowCursor(TRUE) to show my cursor back....It hides my cursor when I press F3 key but my problem is : It takes few seconds to hide my cursor and also few more seconds to show after pressing F3. Also if I move my mouse even slight faster, it shows my mouse pointer in between.

I have also put code in WM_MOUSEMOVE message so that when mouse is moved it checks one boolean variable and then shows or hides cursor.....
Still same problem arries....any idea......?

What seems to be the problem....What should I do to overcome this problem ?

Thanking you

Amarelia Maehsh
Gujarat
India

QuestionUnix/Linux vs. Windows?? Pin
Laffis27-Sep-05 23:23
Laffis27-Sep-05 23:23 
AnswerRe: Unix/Linux vs. Windows?? Pin
Kevin McFarlane27-Sep-05 23:46
Kevin McFarlane27-Sep-05 23:46 
GeneralRe: Unix/Linux vs. Windows?? Pin
Laffis28-Sep-05 0:13
Laffis28-Sep-05 0:13 
GeneralRe: Unix/Linux vs. Windows?? Pin
Kevin McFarlane28-Sep-05 0:55
Kevin McFarlane28-Sep-05 0:55 
QuestionRe: Unix/Linux vs. Windows?? Pin
toxcct28-Sep-05 0:15
toxcct28-Sep-05 0:15 
AnswerRe: Unix/Linux vs. Windows?? Pin
Kevin McFarlane28-Sep-05 0:57
Kevin McFarlane28-Sep-05 0:57 
QuestionLog window Pin
karmendra_js27-Sep-05 22:48
karmendra_js27-Sep-05 22:48 
AnswerRe: Log window Pin
Cedric Moonen27-Sep-05 23:05
Cedric Moonen27-Sep-05 23:05 
AnswerRe: Log window Pin
David Crow28-Sep-05 4:52
David Crow28-Sep-05 4:52 
QuestionConvert *.dat to *.bmp Pin
aasstt27-Sep-05 21:51
aasstt27-Sep-05 21:51 
AnswerRe: Convert *.dat to *.bmp Pin
toxcct27-Sep-05 22:44
toxcct27-Sep-05 22:44 
JokeRe: Convert *.dat to *.bmp Pin
Eytukan27-Sep-05 23:41
Eytukan27-Sep-05 23:41 
Questionhow to create dialog based app in win32 without using resource Pin
tamsel27-Sep-05 21:44
tamsel27-Sep-05 21:44 
AnswerRe: how to create dialog based app in win32 without using resource Pin
ThatsAlok27-Sep-05 23:15
ThatsAlok27-Sep-05 23:15 
AnswerRe: how to create dialog based app in win32 without using resource Pin
douglasjordan28-Sep-05 4:11
douglasjordan28-Sep-05 4:11 
GeneralRe: how to create dialog based app in win32 without using resource Pin
ThatsAlok28-Sep-05 20:55
ThatsAlok28-Sep-05 20:55 
QuestionDrawing with MFC on NT4 SP4 Pin
igardoo27-Sep-05 21:37
igardoo27-Sep-05 21:37 

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.