Click here to Skip to main content
15,888,803 members
Home / Discussions / C#
   

C#

 
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?
AnswerRe: Hide Cursor in my Application Pin
DaveyM6928-Aug-08 3:21
professionalDaveyM6928-Aug-08 3:21 
GeneralRe: Hide Cursor in my Application Pin
ASysSolvers28-Aug-08 3:27
ASysSolvers28-Aug-08 3:27 
QuestionBroadcast with timeout Pin
lune1227-Aug-08 20:11
lune1227-Aug-08 20:11 
AnswerRe: Broadcast with timeout Pin
N a v a n e e t h27-Aug-08 20:55
N a v a n e e t h27-Aug-08 20:55 
GeneralRe: Broadcast with timeout Pin
lune1227-Aug-08 21:29
lune1227-Aug-08 21:29 
GeneralRe: Broadcast with timeout Pin
N a v a n e e t h27-Aug-08 22:37
N a v a n e e t h27-Aug-08 22:37 
GeneralRe: Broadcast with timeout Pin
lune1231-Aug-08 20:25
lune1231-Aug-08 20:25 
Questionstring range Pin
AndieDu27-Aug-08 20:09
AndieDu27-Aug-08 20:09 
AnswerRe: string range Pin
The NULL Developer27-Aug-08 20:35
professionalThe NULL Developer27-Aug-08 20:35 
GeneralRe: string range Pin
AndieDu27-Aug-08 20:39
AndieDu27-Aug-08 20:39 
AnswerRe: string range Pin
N a v a n e e t h27-Aug-08 20:51
N a v a n e e t h27-Aug-08 20:51 
AnswerRe: string range Pin
Blue_Boy28-Aug-08 0:08
Blue_Boy28-Aug-08 0:08 
AnswerRe: string range Pin
Guffa28-Aug-08 2:27
Guffa28-Aug-08 2:27 
QuestionCapture Video Pin
M Riaz Bashir27-Aug-08 19:15
M Riaz Bashir27-Aug-08 19:15 
AnswerRe: Capture Video Pin
leppie27-Aug-08 21:25
leppie27-Aug-08 21:25 
GeneralHide items in a list box but still be able to reference them later Pin
vfrrick27-Aug-08 15:42
vfrrick27-Aug-08 15:42 
GeneralRe: Hide items in a list box but still be able to reference them later Pin
N a v a n e e t h27-Aug-08 19:35
N a v a n e e t h27-Aug-08 19:35 

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.