Click here to Skip to main content
15,922,512 members
Home / Discussions / C#
   

C#

 
AnswerRe: Windows services???? Pin
Nish Nishant23-May-02 17:06
sitebuilderNish Nishant23-May-02 17:06 
GeneralRe: Windows services???? Pin
Rickard Andersson2023-May-02 20:48
Rickard Andersson2023-May-02 20:48 
GeneralRe: Windows services???? Pin
Nish Nishant23-May-02 20:52
sitebuilderNish Nishant23-May-02 20:52 
GeneralRe: Windows services???? Pin
Rickard Andersson2023-May-02 21:20
Rickard Andersson2023-May-02 21:20 
GeneralRe: Windows services???? Pin
Nish Nishant23-May-02 21:20
sitebuilderNish Nishant23-May-02 21:20 
GeneralRe: Windows services???? Pin
Rickard Andersson2023-May-02 22:17
Rickard Andersson2023-May-02 22:17 
GeneralRe: Windows services???? Pin
Nish Nishant23-May-02 22:17
sitebuilderNish Nishant23-May-02 22:17 
GeneralRe: Windows services???? Pin
A.A.29-May-02 17:20
A.A.29-May-02 17:20 
QuestionNotifyIcon and ContextMenu Bug ?? Pin
2sky23-May-02 1:28
2sky23-May-02 1:28 
AnswerRe: NotifyIcon and ContextMenu Bug ?? Pin
Nish Nishant23-May-02 1:34
sitebuilderNish Nishant23-May-02 1:34 
GeneralRe: NotifyIcon and ContextMenu Bug ?? Pin
23-May-02 1:57
suss23-May-02 1:57 
GeneralRe: NotifyIcon and ContextMenu Bug ?? Pin
2sky23-May-02 2:05
2sky23-May-02 2:05 
GeneralComponent staying alive Pin
Oyvind Bratland22-May-02 20:32
Oyvind Bratland22-May-02 20:32 
GeneralAny sources of C# Pin
dlhson22-May-02 16:47
dlhson22-May-02 16:47 
GeneralRe: Any sources of C# Pin
Nick Parker22-May-02 17:25
protectorNick Parker22-May-02 17:25 
GeneralRe: Any sources of C# Pin
Nish Nishant22-May-02 18:18
sitebuilderNish Nishant22-May-02 18:18 
GeneralRe: Any sources of C# Pin
Rickard Andersson2022-May-02 21:07
Rickard Andersson2022-May-02 21:07 
GeneralRe: Any sources of C# Pin
Nish Nishant22-May-02 21:21
sitebuilderNish Nishant22-May-02 21:21 
GeneralRe: Any sources of C# Pin
SimonS24-May-02 3:36
SimonS24-May-02 3:36 
QuestionAwsome Fade-in effect? Pin
Brian Olej22-May-02 15:32
Brian Olej22-May-02 15:32 
AnswerRe: Awsome Fade-in effect? Pin
Nick Parker22-May-02 17:29
protectorNick Parker22-May-02 17:29 
GeneralRe: Awsome Fade-in effect? Pin
Brian Olej23-May-02 9:56
Brian Olej23-May-02 9:56 
GeneralMaintain state in checkboxes inside datagrid Pin
22-May-02 9:33
suss22-May-02 9:33 
GeneralSendMessage() Pin
Rickard Andersson2022-May-02 6:51
Rickard Andersson2022-May-02 6:51 
GeneralRe: SendMessage() Pin
James T. Johnson22-May-02 8:56
James T. Johnson22-May-02 8:56 
Yes, you'll have to P/Invoke it. If you look at the Message struct you'll see that WParam and LParam are defined as IntPtr, considering the way that it is used you may want to follow suit.

James

Simplicity Rules!

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.