Click here to Skip to main content
15,921,113 members
Home / Discussions / C#
   

C#

 
GeneralRe: Remote desktop Pin
Tom Deketelaere5-Jan-09 1:02
professionalTom Deketelaere5-Jan-09 1:02 
GeneralRe: Remote desktop Pin
krinaljariwala5-Jan-09 1:16
krinaljariwala5-Jan-09 1:16 
GeneralRe: Remote desktop Pin
krinaljariwala8-Jan-09 23:41
krinaljariwala8-Jan-09 23:41 
GeneralRe: Remote desktop Pin
Tom Deketelaere8-Jan-09 23:58
professionalTom Deketelaere8-Jan-09 23:58 
GeneralRe: Remote desktop Pin
krinaljariwala9-Jan-09 0:04
krinaljariwala9-Jan-09 0:04 
QuestionMouse Cursor Pin
yesu prakash4-Jan-09 18:44
yesu prakash4-Jan-09 18:44 
AnswerRe: Mouse Cursor Pin
Dragonfly_Lee4-Jan-09 20:53
Dragonfly_Lee4-Jan-09 20:53 
AnswerRe: Mouse Cursor Pin
Mark Salsbery4-Jan-09 21:37
Mark Salsbery4-Jan-09 21:37 
In Visual Studio 2008...

Right click your project in solution explorer
choose add/new item - select cursor file
edit the cursor the way you want it - also set its hot spot
right click on the cursor file in solution explorer
choose properties and set build action to embedded resource

To load your cursor, assuming you're using forms
this.Cursor = new Cursor(GetType(), "Cursor1.cur");

where "this" is a Form/Control class.

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: Mouse Cursor Pin
Dragonfly_Lee4-Jan-09 22:51
Dragonfly_Lee4-Jan-09 22:51 
GeneralRe: Mouse Cursor Pin
Mark Salsbery5-Jan-09 6:02
Mark Salsbery5-Jan-09 6:02 
AnswerRe: Mouse Cursor Pin
Mark Salsbery5-Jan-09 6:05
Mark Salsbery5-Jan-09 6:05 
QuestionGetting unique key Pin
sumit70344-Jan-09 18:27
sumit70344-Jan-09 18:27 
AnswerRe: Getting unique key Pin
TommyTomToms4-Jan-09 19:53
TommyTomToms4-Jan-09 19:53 
GeneralRe: Getting unique key Pin
Jason C Bourne4-Jan-09 20:12
Jason C Bourne4-Jan-09 20:12 
GeneralRe: Getting unique key Pin
sumit70344-Jan-09 21:14
sumit70344-Jan-09 21:14 
GeneralRe: Getting unique key Pin
Dragonfly_Lee4-Jan-09 21:40
Dragonfly_Lee4-Jan-09 21:40 
GeneralRe: Getting unique key Pin
sumit70344-Jan-09 22:07
sumit70344-Jan-09 22:07 
GeneralRe: Getting unique key Pin
Dragonfly_Lee5-Jan-09 2:45
Dragonfly_Lee5-Jan-09 2:45 
AnswerRe: Getting unique key Pin
dan!sh 4-Jan-09 22:52
professional dan!sh 4-Jan-09 22:52 
QuestionNumber of client connections Pin
George_George4-Jan-09 18:26
George_George4-Jan-09 18:26 
QuestionMultiline textbox Pin
yesu prakash4-Jan-09 17:13
yesu prakash4-Jan-09 17:13 
GeneralRe: Multiline textbox Pin
Luc Pattyn4-Jan-09 17:40
sitebuilderLuc Pattyn4-Jan-09 17:40 
AnswerRe: Multiline textbox Pin
Dragonfly_Lee4-Jan-09 21:21
Dragonfly_Lee4-Jan-09 21:21 
AnswerRe: Multiline textbox Pin
Seraph_summer5-Jan-09 1:46
Seraph_summer5-Jan-09 1:46 
QuestionReading an objects Namespace Pin
thrakazog4-Jan-09 14:06
thrakazog4-Jan-09 14:06 

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.