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

C#

 
GeneralC# under SuSe Linux Pin
gremlin7-Oct-02 14:13
gremlin7-Oct-02 14:13 
GeneralRe: C# under SuSe Linux Pin
Gerald Schwab7-Oct-02 14:17
Gerald Schwab7-Oct-02 14:17 
GeneralPlaying raw audio samples Pin
David Williams7-Oct-02 13:45
David Williams7-Oct-02 13:45 
GeneralRe: Playing raw audio samples Pin
leppie7-Oct-02 15:50
leppie7-Oct-02 15:50 
GeneralIE History Pin
Tomas Petricek7-Oct-02 13:31
Tomas Petricek7-Oct-02 13:31 
GeneralRe: IE History Pin
Stephane Rodriguez.8-Oct-02 0:23
Stephane Rodriguez.8-Oct-02 0:23 
GeneralRe: IE History Pin
Tomas Petricek8-Oct-02 2:33
Tomas Petricek8-Oct-02 2:33 
GeneralNotifyIcon does not pass correct coordinates Pin
Joshua Nussbaum7-Oct-02 12:52
Joshua Nussbaum7-Oct-02 12:52 
I have a simple program with a NotifyIcon. I have set up my project to handle the NotifyIcon.MouseUp event.

private void notifyIcon_MouseUp(object sender, MouseEventArgs e)
{
// for some odd reason, this line always display "X=0;Y=0";
Console.WriteLine("X={0};Y={1};", e.X, e.Y);
}

The MouseEventArgs class passes information about the X and Y coordinates of the mouse click. But for some reason, it also passes X=0,Y=0 ?! I would expect to get the screen coordinates of the mouse click? has anyone noticed this? is this a bug?
GeneralCan't set breakpoints in release mode Pin
Marc Clifton7-Oct-02 11:32
mvaMarc Clifton7-Oct-02 11:32 
GeneralRe: Can't set breakpoints in release mode Pin
Dave Moor7-Oct-02 11:44
Dave Moor7-Oct-02 11:44 
GeneralScrolling a Listview in C# Pin
RK_20007-Oct-02 10:36
RK_20007-Oct-02 10:36 
GeneralRe: Scrolling a Listview in C# Pin
John Hurrell7-Oct-02 11:18
John Hurrell7-Oct-02 11:18 
GeneralXMLA Function Parser Pin
Anonymous7-Oct-02 8:54
Anonymous7-Oct-02 8:54 
GeneralPrint function Pin
D Shen7-Oct-02 8:39
D Shen7-Oct-02 8:39 
GeneralRe: Print function Pin
shmuelt8-Oct-02 1:40
shmuelt8-Oct-02 1:40 
GeneralOverriding base collections and using PropertyGrid Pin
Zombies with Coffee, LLC7-Oct-02 6:51
professionalZombies with Coffee, LLC7-Oct-02 6:51 
GeneralRe: Overriding base collections and using PropertyGrid Pin
leppie7-Oct-02 8:13
leppie7-Oct-02 8:13 
GeneralMatch and Regular Expression Pin
mkomasi7-Oct-02 4:58
mkomasi7-Oct-02 4:58 
GeneralRe: Match and Regular Expression Pin
Paul Riley7-Oct-02 5:59
Paul Riley7-Oct-02 5:59 
GeneralRe: Match and Regular Expression Pin
Richard Deeming7-Oct-02 7:02
mveRichard Deeming7-Oct-02 7:02 
QuestionHow to convert byte[] to int[]? Pin
Konstantin Vasserman7-Oct-02 4:49
Konstantin Vasserman7-Oct-02 4:49 
AnswerRe: How to convert byte[] to int[]? Pin
Paul Riley7-Oct-02 6:17
Paul Riley7-Oct-02 6:17 
GeneralRe: How to convert byte[] to int[]? Pin
Konstantin Vasserman7-Oct-02 6:38
Konstantin Vasserman7-Oct-02 6:38 
GeneralRe: How to convert byte[] to int[]? Pin
Paul Riley7-Oct-02 6:55
Paul Riley7-Oct-02 6:55 
GeneralRe: How to convert byte[] to int[]? Pin
Konstantin Vasserman7-Oct-02 7:07
Konstantin Vasserman7-Oct-02 7:07 

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.