Click here to Skip to main content
15,917,538 members
Home / Discussions / C#
   

C#

 
GeneralRe: Web service Exception Pin
Dave Kreskowiak21-May-04 2:44
mveDave Kreskowiak21-May-04 2:44 
GeneralRe: Web service Exception Pin
Heath Stewart21-May-04 4:12
protectorHeath Stewart21-May-04 4:12 
GeneralCreating a textbox dynamically!!! Pin
mmxguy20-May-04 22:29
mmxguy20-May-04 22:29 
GeneralRe: Creating a textbox dynamically!!! Pin
Aryadip21-May-04 0:16
Aryadip21-May-04 0:16 
GeneralRe: Creating a textbox dynamically!!! Pin
sreejith ss nair21-May-04 1:34
sreejith ss nair21-May-04 1:34 
QuestionHow to add new cursor image to default list Pin
sachinkalse20-May-04 22:01
sachinkalse20-May-04 22:01 
AnswerRe: How to add new cursor image to default list Pin
Syed Abdul Khader21-May-04 1:00
Syed Abdul Khader21-May-04 1:00 
GeneralRe: How to add new cursor image to default list Pin
sreejith ss nair21-May-04 1:48
sreejith ss nair21-May-04 1:48 
On desigh time you have only limited number of cursors.

but on run time you can change you cursor of form or any control which is avilable in your application.

where you want to write code is up to you.

eg: if you want to change the cursor of the form on form_load or button click event , what you need to do is simply write this code.

this.Cursor=new Cursor("C:\\DRAGPICT.CUR");

//here i am changing cursor of my form.

// if you want to change the default cursor of any control. then follow this

this.button.Cursor=new cursor("C:\\newcursor.cur");


hope this will help you

Sreejith S S Nair
GeneralRelative Paths Pin
myNameIsRon20-May-04 21:50
myNameIsRon20-May-04 21:50 
GeneralRe: Relative Paths Pin
Dave Kreskowiak21-May-04 2:25
mveDave Kreskowiak21-May-04 2:25 
GeneralRe: Relative Paths Pin
myNameIsRon21-May-04 6:12
myNameIsRon21-May-04 6:12 
GeneralRe: Relative Paths Pin
Dave Kreskowiak21-May-04 9:00
mveDave Kreskowiak21-May-04 9:00 
GeneralRe: Relative Paths Pin
myNameIsRon21-May-04 12:06
myNameIsRon21-May-04 12:06 
GeneralRe: Relative Paths Pin
Dave Kreskowiak21-May-04 12:22
mveDave Kreskowiak21-May-04 12:22 
GeneralRe: Relative Paths Pin
myNameIsRon22-May-04 6:16
myNameIsRon22-May-04 6:16 
GeneralRe: Relative Paths Pin
Dave Kreskowiak22-May-04 15:34
mveDave Kreskowiak22-May-04 15:34 
Generalmultiple PrintPreviewControl problems :confused: Pin
sachinkalse20-May-04 21:39
sachinkalse20-May-04 21:39 
GeneralRe: multiple PrintPreviewControl problems :confused: Pin
Dave Kreskowiak21-May-04 0:37
mveDave Kreskowiak21-May-04 0:37 
GeneralRe: multiple PrintPreviewControl problems :confused: Pin
sachinkalse23-May-04 15:35
sachinkalse23-May-04 15:35 
GeneralRe: multiple PrintPreviewControl problems :confused: Pin
Dave Kreskowiak23-May-04 16:12
mveDave Kreskowiak23-May-04 16:12 
GeneralRe: multiple PrintPreviewControl problems :confused: Pin
sachinkalse24-May-04 22:19
sachinkalse24-May-04 22:19 
GeneralRe: multiple PrintPreviewControl problems :confused: Pin
Dave Kreskowiak25-May-04 2:42
mveDave Kreskowiak25-May-04 2:42 
GeneralWebBrowser control's Printpreview and Print Pin
Vishnucharan R.V.20-May-04 21:27
Vishnucharan R.V.20-May-04 21:27 
GeneralRe: WebBrowser control's Printpreview and Print Pin
Dave Kreskowiak21-May-04 2:40
mveDave Kreskowiak21-May-04 2:40 
QuestionChanging System Mouse Pointer ???? Pin
shajuMathew20-May-04 19:36
shajuMathew20-May-04 19:36 

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.