Results 1 to 6 of 6

Thread: ccombobox.ShowDropDown (TRUE) hiding mouse

  1. #1
    Join Date
    Mar 2011
    Posts
    78

    ccombobox.ShowDropDown (TRUE) hiding mouse

    hello friend, I am student of the computer engineering course. Yesterday, my teacher told me to build program for showing the combo box using the C programming language. Then I try to buid this program. Hence I use the ccombobox.ShowDropDown(TRUE) code to this task. This is the work correctly for showing the combo box over the list. then the mouse of the screen will be hide. Hence I need some good solution for doing such complicated task. Thanks in advance.

  2. #2
    Join Date
    May 2009
    Posts
    527

    Re: ccombobox.ShowDropDown (TRUE) hiding mouse

    This is the critical problem and you need to use the specific solution to solve this problem. The edit option of the ComboBox control will be hides the pointer at the time of you type something on it. The displays pointer hides when the mouse moves. Therefore, the edit portion of the ComboBox control will be not accepting the mouse message. In the result, this mouse pointer will be hide on the screen. This is the main reason behind this issue.

  3. #3
    Join Date
    May 2009
    Posts
    539

    Re: ccombobox.ShowDropDown (TRUE) hiding mouse

    For solving such problem you need to follow the following code. This code will be help to solve this mouse hiding problem.
    void CESDialogoBarra::OnCbnDropdownComboricvel()
    {
    m_cmbRicVeloce.SendMessage(WM_SETCURSOR,0,0);
    }
    This is the special way to do this mouse showing task. Then use this task and it will be help to solve this problem. This is the best way to do this complicated task. This code will be help to run the code and then the combo box will show on screen with the mouse.

  4. #4
    Join Date
    Apr 2009
    Posts
    488

    Re: ccombobox.ShowDropDown (TRUE) hiding mouse

    The alternative code over this problem is to be as the follow.
    void CESDialogoBarra::OnCbnDropdownComboricvel()
    {
    this->SendMessage(WM_SETCURSOR,0,0);
    }
    This is also the way to show the mouse pointer on the screen. Then the combo box of the screen will be easily operate. Hence use this code and it really help to do such complicated task. This is the best way and this keyword of this code will point to the constructor of the class. Then use it and show the mouse pointer on screen.

  5. #5
    Join Date
    May 2009
    Posts
    529

    Re: ccombobox.ShowDropDown (TRUE) hiding mouse

    During some occasion in this program, the drop down list facility option is not be accessible. The reason behind this is to be the mouse pointer is hided. Then the edit field of the combo box will also help to do this task. This edit method will be help to show the mouse pointer on the screen. This mouse pointer also helps to access the content of the combo box easily. Then use this and this will be really help to perform such task.

  6. #6
    Join Date
    May 2009
    Posts
    511

    Re: ccombobox.ShowDropDown (TRUE) hiding mouse

    You can directly contact the support staff of the official site of the C programming language. The expert person present on this site will be help to solve this type of problem. There are many ways also present to solve this problem. The best way is to use the inbuilt function of the C for making the mouse pointer on the screen. Then find the correct method for this task. The help menu will help you for doing such searching process.

Similar Threads

  1. Is this true m185 Logitech mouse is now available at S$19.90
    By Fitroy in forum Hardware Peripherals
    Replies: 6
    Last Post: 10-08-2011, 10:34 AM
  2. Hiding IP on Mac pc
    By Robert59 in forum Networking & Security
    Replies: 5
    Last Post: 09-02-2010, 09:45 AM
  3. Using App Wizard in for hiding applications
    By Carlos16 in forum Windows Software
    Replies: 6
    Last Post: 01-02-2010, 09:50 AM
  4. Hiding av/tv wires
    By GabrieL in forum Hardware Peripherals
    Replies: 2
    Last Post: 28-05-2009, 11:32 PM
  5. Is there any way for hiding my IP?
    By Dolf in forum Technology & Internet
    Replies: 5
    Last Post: 19-01-2009, 09:29 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,003,112.18607 seconds with 16 queries