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

C#

 
AnswerRe: muliple class problem Pin
Christian Graus28-Aug-08 1:15
protectorChristian Graus28-Aug-08 1:15 
GeneralRe: muliple class problem Pin
User 665828-Aug-08 3:39
User 665828-Aug-08 3:39 
GeneralRe: muliple class problem Pin
Mark Salsbery28-Aug-08 6:33
Mark Salsbery28-Aug-08 6:33 
AnswerRe: muliple class problem Pin
ianhunt0128-Aug-08 19:45
ianhunt0128-Aug-08 19:45 
QuestionFlicker free in c# Pin
Jayawant Karale28-Aug-08 0:26
Jayawant Karale28-Aug-08 0:26 
AnswerRe: Flicker free in c# Pin
Christian Graus28-Aug-08 0:40
protectorChristian Graus28-Aug-08 0:40 
QuestionHow to write my string "<" in XML format Pin
panyl27-Aug-08 23:08
panyl27-Aug-08 23:08 
AnswerRe: How to write my string "<" in XML format Pin
N a v a n e e t h27-Aug-08 23:14
N a v a n e e t h27-Aug-08 23:14 
AnswerRe: How to write my string "<" in XML format Pin
PIEBALDconsult28-Aug-08 4:09
mvePIEBALDconsult28-Aug-08 4:09 
QuestionWeb Browser Pin
half-life27-Aug-08 22:12
half-life27-Aug-08 22:12 
Questionget service or process Pin
George_George27-Aug-08 21:47
George_George27-Aug-08 21:47 
AnswerRe: get service or process Pin
N a v a n e e t h27-Aug-08 22:52
N a v a n e e t h27-Aug-08 22:52 
GeneralRe: get service or process Pin
George_George27-Aug-08 22:56
George_George27-Aug-08 22:56 
GeneralRe: get service or process Pin
N a v a n e e t h27-Aug-08 23:11
N a v a n e e t h27-Aug-08 23:11 
GeneralRe: get service or process Pin
George_George2-Sep-08 2:04
George_George2-Sep-08 2:04 
AnswerRe: get service or process Pin
Uros Calakovic27-Aug-08 23:55
Uros Calakovic27-Aug-08 23:55 
GeneralRe: get service or process Pin
George_George27-Aug-08 23:56
George_George27-Aug-08 23:56 
AnswerRe: get service or process Pin
Tom John28-Aug-08 2:55
Tom John28-Aug-08 2:55 
GeneralRe: get service or process Pin
George_George2-Sep-08 1:54
George_George2-Sep-08 1:54 
QuestionCommon file Pin
kk.tvm27-Aug-08 21:47
kk.tvm27-Aug-08 21:47 
AnswerRe: Common file Pin
half-life27-Aug-08 22:14
half-life27-Aug-08 22:14 
AnswerRe: Common file Pin
lisan_al_ghaib27-Aug-08 22:43
lisan_al_ghaib27-Aug-08 22:43 
AnswerRe: Common file Pin
kk.tvm27-Aug-08 22:48
kk.tvm27-Aug-08 22:48 
AnswerRe: Common file Pin
leppie27-Aug-08 23:49
leppie27-Aug-08 23:49 
QuestionHide Cursor in my Application Pin
ASysSolvers27-Aug-08 20:27
ASysSolvers27-Aug-08 20:27 
In my Application i want to Hide Cursor. i want to disable right click,..left click menu strip all.
I try with
Cursor.Show();

ShowCursor(1);



[DllImport("user32")]

public static extern int ShowCursor(int bShow);





but it is not success.Also i need to enable the mouse in one page. i have an internet page also in my application i want to enable the cursor in that page.

So what is the best solution for my application?

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.