Click here to Skip to main content
16,004,944 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Lib Linking warning Pin
transoft14-May-09 10:49
transoft14-May-09 10:49 
GeneralRe: Lib Linking warning Pin
Stuart Dootson14-May-09 13:13
professionalStuart Dootson14-May-09 13:13 
QuestionHow to find input array index from sorted output? Pin
Jaguks14-May-09 5:43
Jaguks14-May-09 5:43 
AnswerRe: How to find input array index from sorted output? Pin
CPallini14-May-09 6:59
mveCPallini14-May-09 6:59 
GeneralRe: How to find input array index from sorted output? Pin
Member 419459314-May-09 17:17
Member 419459314-May-09 17:17 
AnswerRe: How to find input array index from sorted output? [modified] Pin
Member 419459315-May-09 3:22
Member 419459315-May-09 3:22 
QuestionGlobal custom cursor that never change? Pin
Tommy Svensson14-May-09 4:39
Tommy Svensson14-May-09 4:39 
AnswerRe: Global custom cursor that never change? Pin
Madhu Nair14-May-09 7:59
Madhu Nair14-May-09 7:59 
Tommy Svensson wrote:
would it be possible to change system cursor to a custom one


Well, I haven't tried it exactly; let me share some ideas or workarounds.

You can change the system cursors to a custom one using either one of the following or in a combination of two.

1. SystemParametersInfo : Retrieves or sets the value of one of the system-wide parameters. This function can also update the user profile while setting a parameter.

2. SetSystemCursor : Enables an application to customize the system cursors. It replaces the contents of the system cursor specified by the id parameter with the contents of the cursor specified by the hcur parameter and then destroys hcur.

I will recommend the 1'st one to try out, beacuse by using this API you can do anything that you done to change the Desktop settings manually. Use the SPI_SETCURSORS parameter for changing cursor.

You may get some ideas from

1. http://www.thebitguru.com/articles/14-Programmatically%20Changing%20Windows%20Mouse%20Cursors[^]

2.http://msdn.microsoft.com/en-us/library/ms724947.aspx[^]

3.How to programatically disable/enable screen savers/power management[^]

*4. The google codesearch[^] result
Questionhow to resize, rename, drag... the VC widget(dialog,button etc.) in runtime like in ide status? Pin
JustinChen00714-May-09 4:35
JustinChen00714-May-09 4:35 
QuestionRe: how to resize, rename, drag... the VC widget(dialog,button etc.) in runtime like in ide status? Pin
Maximilien14-May-09 5:14
Maximilien14-May-09 5:14 
AnswerRe: how to resize, rename, drag... the VC widget(dialog,button etc.) in runtime like in ide status? Pin
JustinChen00714-May-09 15:04
JustinChen00714-May-09 15:04 
GeneralRe: how to resize, rename, drag... the VC widget(dialog,button etc.) in runtime like in ide status? Pin
JustinChen00717-May-09 23:58
JustinChen00717-May-09 23:58 
QuestionTool Bar Question Pin
Software200714-May-09 3:52
Software200714-May-09 3:52 
QuestionRe: Tool Bar Question Pin
Maximilien14-May-09 5:01
Maximilien14-May-09 5:01 
Questionabout the data input conversion Pin
lalit kumar jayswal14-May-09 3:51
lalit kumar jayswal14-May-09 3:51 
AnswerRe: about the data input conversion [modified] Pin
jeron114-May-09 4:11
jeron114-May-09 4:11 
QuestionRe: about the data input conversion Pin
David Crow14-May-09 4:48
David Crow14-May-09 4:48 
AnswerRe: about the data input conversion Pin
David Crow14-May-09 4:49
David Crow14-May-09 4:49 
QuestionStarting and stopping service as a standard user Pin
andypandy214-May-09 3:44
andypandy214-May-09 3:44 
AnswerRe: Starting and stopping service as a standard user Pin
Madhu Nair14-May-09 8:39
Madhu Nair14-May-09 8:39 
QuestionVS8: how to link C static library in Windows Forms Pin
sakthii14-May-09 3:31
sakthii14-May-09 3:31 
AnswerRe: VS8: how to link C static library in Windows Forms Pin
Stuart Dootson14-May-09 4:21
professionalStuart Dootson14-May-09 4:21 
GeneralRe: VS8: how to link C static library in Windows Forms Pin
sakthii14-May-09 22:40
sakthii14-May-09 22:40 
QuestionIs Plateform SDK installed when we install Visual Studio 2005 Pin
pandit8414-May-09 3:24
pandit8414-May-09 3:24 
AnswerRe: Is Plateform SDK installed when we install Visual Studio 2005 Pin
Cedric Moonen14-May-09 3:39
Cedric Moonen14-May-09 3:39 

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.