Click here to Skip to main content
15,890,741 members
Home / Discussions / C#
   

C#

 
QuestionHow to handle OnMouseMove (NC_MOUSEMOVE) using C#? Pin
Supra210-Apr-09 8:12
Supra210-Apr-09 8:12 
AnswerRe: How to handle OnMouseMove (NC_MOUSEMOVE) using C#? Pin
Henry Minute10-Apr-09 8:27
Henry Minute10-Apr-09 8:27 
GeneralRe: How to handle OnMouseMove (NC_MOUSEMOVE) using C#? Pin
Supra210-Apr-09 19:56
Supra210-Apr-09 19:56 
GeneralRe: How to handle OnMouseMove (NC_MOUSEMOVE) using C#? Pin
Henry Minute11-Apr-09 0:29
Henry Minute11-Apr-09 0:29 
AnswerRe: How to handle OnMouseMove (NC_MOUSEMOVE) using C#? Pin
Colin Angus Mackay10-Apr-09 8:31
Colin Angus Mackay10-Apr-09 8:31 
QuestionCan someone please tell me what is wrong with this List function? Pin
stonebergftw10-Apr-09 7:49
stonebergftw10-Apr-09 7:49 
AnswerRe: Can someone please tell me what is wrong with this List function? Pin
Colin Angus Mackay10-Apr-09 8:00
Colin Angus Mackay10-Apr-09 8:00 
GeneralRe: Can someone please tell me what is wrong with this List function? Pin
stonebergftw10-Apr-09 8:12
stonebergftw10-Apr-09 8:12 
<pre>public List CreateTableInstance(List[,]myBoard)
{
List zero = new List,int>(1);
zero.Add(0);

for(int y1=0;y1<3;y1++)
{
for(int x1=0;x1<3;x1++)
{
myBoard[x1,y1] = zero;
}
}
return myBoard[3,3];
}

private void button1_Click(object sender, EventArgs e)
{
List theBoard = new List();
theBoard = CreateTableInstance(theBoard);
}
GeneralRe: Can someone please tell me what is wrong with this List function? Pin
Colin Angus Mackay10-Apr-09 8:25
Colin Angus Mackay10-Apr-09 8:25 
GeneralRe: Can someone please tell me what is wrong with this List function? Pin
stonebergftw10-Apr-09 8:37
stonebergftw10-Apr-09 8:37 
GeneralRe: Can someone please tell me what is wrong with this List function? Pin
Colin Angus Mackay10-Apr-09 8:57
Colin Angus Mackay10-Apr-09 8:57 
GeneralRe: Can someone please tell me what is wrong with this List function? Pin
stonebergftw10-Apr-09 9:08
stonebergftw10-Apr-09 9:08 
QuestionWhy is the image erased by the background? Pin
garry.fang10-Apr-09 6:41
garry.fang10-Apr-09 6:41 
AnswerRe: Why is the image erased by the background? Pin
Luc 64801110-Apr-09 6:58
Luc 64801110-Apr-09 6:58 
GeneralRe: Why is the image erased by the background? Pin
garry.fang10-Apr-09 7:20
garry.fang10-Apr-09 7:20 
GeneralRe: Why is the image erased by the background? Pin
Dan Neely10-Apr-09 8:36
Dan Neely10-Apr-09 8:36 
GeneralRe: Why is the image erased by the background? Pin
garry.fang10-Apr-09 9:26
garry.fang10-Apr-09 9:26 
AnswerRe: Why is the image erased by the background? Pin
Dan Neely10-Apr-09 7:04
Dan Neely10-Apr-09 7:04 
QuestionHow to run swf file from c#? Pin
Supra210-Apr-09 5:26
Supra210-Apr-09 5:26 
AnswerRe: How to run swf file from c#? Pin
Dan Neely10-Apr-09 7:08
Dan Neely10-Apr-09 7:08 
AnswerRe: How to run swf file from c#? Pin
krishna_goluguri8-Jul-10 0:25
krishna_goluguri8-Jul-10 0:25 
QuestionExcel grid lines issue Pin
winsrividhya10-Apr-09 5:24
winsrividhya10-Apr-09 5:24 
AnswerRe: Excel grid lines issue Pin
Henry Minute10-Apr-09 8:31
Henry Minute10-Apr-09 8:31 
Questionusing infomessege in firebird or other database Pin
muhammedmustafa10-Apr-09 4:48
muhammedmustafa10-Apr-09 4:48 
AnswerRe: using infomessege in firebird or other database Pin
Colin Angus Mackay10-Apr-09 5:04
Colin Angus Mackay10-Apr-09 5:04 

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.