Click here to Skip to main content
15,798,405 members
Home / Discussions / C#
   

C#

 
GeneralRe: Password Encryption Pin
leppie11-Nov-02 10:58
leppie11-Nov-02 10:58 
GeneralRe: Password Encryption Pin
David Stone11-Nov-02 11:47
sitebuilderDavid Stone11-Nov-02 11:47 
GeneralRe: Password Encryption Pin
Derek Lakin11-Nov-02 20:52
Derek Lakin11-Nov-02 20:52 
GeneralSome inherited form questions.... Pin
LongRange.Shooter11-Nov-02 4:44
LongRange.Shooter11-Nov-02 4:44 
Generalidc_arrow and C# Pin
Senkwe Chanda11-Nov-02 3:20
Senkwe Chanda11-Nov-02 3:20 
GeneralRe: idc_arrow and C# Pin
Stephane Rodriguez.11-Nov-02 4:01
Stephane Rodriguez.11-Nov-02 4:01 
GeneralRe: idc_arrow and C# Pin
Senkwe Chanda11-Nov-02 5:12
Senkwe Chanda11-Nov-02 5:12 
GeneralRe: idc_arrow and C# Pin
Stephane Rodriguez.11-Nov-02 5:13
Stephane Rodriguez.11-Nov-02 5:13 
Senkwe Chanda wrote:
Do you have any ideas on how I can get access to the handle for the default windows cursor?

Doing Cursors.Arrow.Handle is the right code (internally it does a simple ::LoadCursor(IDC_CURSOR);

But, as I have already said, this call returns a HCURSOR.

What you were trying to do next is build a bitmap. That's a fine idea, but the API method you use expects an HICON, not an HCURSOR.

So you've got to find somewhere (either in the .NET API, or through WIN32) a way to convert the HCURSOR to an HICON. I guess that if that was only a matter of casting, this would not lead to an error.

What about lurking around Codeproject articles dealing with HCURSOR and HICON ?



Back to real work : D-19.
GeneralRe: idc_arrow and C# Pin
Senkwe Chanda11-Nov-02 19:39
Senkwe Chanda11-Nov-02 19:39 
GeneralRe: idc_arrow and C# Pin
Anonymous11-Nov-02 19:56
Anonymous11-Nov-02 19:56 
GeneralRe: idc_arrow and C# Pin
Senkwe Chanda11-Nov-02 20:47
Senkwe Chanda11-Nov-02 20:47 
QuestionDataGrid ??? Pin
Christian Graus11-Nov-02 1:05
protectorChristian Graus11-Nov-02 1:05 
AnswerRe: DataGrid ??? Pin
James T. Johnson11-Nov-02 4:00
James T. Johnson11-Nov-02 4:00 
AnswerRe: DataGrid ??? Pin
leppie11-Nov-02 7:27
leppie11-Nov-02 7:27 
General.NET Training Institute Pin
ReachAnshul10-Nov-02 20:30
ReachAnshul10-Nov-02 20:30 
GeneralRe: .NET Training Institute Pin
Christian Graus10-Nov-02 20:43
protectorChristian Graus10-Nov-02 20:43 
GeneralBindingsCollection Pin
Alan Todtenkopf9-Nov-02 12:19
Alan Todtenkopf9-Nov-02 12:19 
GeneralRe: BindingsCollection Pin
James T. Johnson9-Nov-02 12:25
James T. Johnson9-Nov-02 12:25 
GeneralDownloading files with Webrequest Pin
Anonymous9-Nov-02 8:40
Anonymous9-Nov-02 8:40 
GeneralRe: Downloading files with Webrequest Pin
Stephane Rodriguez.9-Nov-02 9:10
Stephane Rodriguez.9-Nov-02 9:10 
GeneralRe: Downloading files with Webrequest Pin
Anonymous9-Nov-02 10:17
Anonymous9-Nov-02 10:17 
GeneralRe: Downloading files with Webrequest Pin
Stephane Rodriguez.9-Nov-02 10:25
Stephane Rodriguez.9-Nov-02 10:25 
GeneralAgain dialog ... :( Pin
Karavaev Denis9-Nov-02 6:29
Karavaev Denis9-Nov-02 6:29 
GeneralRe: Well... Pin
Masaaki Onishi10-Nov-02 8:15
Masaaki Onishi10-Nov-02 8:15 
GeneralRe: Well... Pin
Karavaev Denis10-Nov-02 17:36
Karavaev Denis10-Nov-02 17: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.