Click here to Skip to main content
15,891,762 members
Home / Discussions / C#
   

C#

 
AnswerRe: Class inheritance Pin
Guffa30-Sep-06 3:49
Guffa30-Sep-06 3:49 
Questionchat application Pin
rcwoods29-Sep-06 23:57
rcwoods29-Sep-06 23:57 
AnswerRe: chat application Pin
umseker30-Sep-06 4:23
umseker30-Sep-06 4:23 
Questioncreating insert statement using arrays Pin
DownBySpj29-Sep-06 23:21
DownBySpj29-Sep-06 23:21 
AnswerRe: creating insert statement using arrays Pin
Guffa29-Sep-06 23:33
Guffa29-Sep-06 23:33 
AnswerRe: creating insert statement using arrays Pin
zhengdong jin29-Sep-06 23:56
zhengdong jin29-Sep-06 23:56 
GeneralRe: creating insert statement using arrays Pin
Guffa30-Sep-06 1:04
Guffa30-Sep-06 1:04 
Questionsimple picture box question Pin
rzvme29-Sep-06 22:26
rzvme29-Sep-06 22:26 
i'm trying to make a picture box size itself, and zoom the image in it, when the mouse_move event is fired...the size part works....but it doesn't zoom.

private void pictureBox1_MouseMove(object sender, MouseEventArgs e)
{

System.Drawing.Size sz = new Size();
sz.Height=450;
sz.Width=600;
pictureBox1.Focus();
pictureBox1.Size = sz;



}

rzvme

AnswerRe: simple picture box question Pin
Stefan Troschuetz29-Sep-06 22:34
Stefan Troschuetz29-Sep-06 22:34 
GeneralRe: simple picture box question Pin
rzvme29-Sep-06 22:57
rzvme29-Sep-06 22:57 
GeneralRe: simple picture box question Pin
Stefan Troschuetz29-Sep-06 23:44
Stefan Troschuetz29-Sep-06 23:44 
QuestionRe: simple picture box question Pin
rzvme30-Sep-06 3:17
rzvme30-Sep-06 3:17 
Questionform variables Pin
milleusi29-Sep-06 22:15
milleusi29-Sep-06 22:15 
AnswerRe: form variables Pin
Stefan Troschuetz29-Sep-06 22:37
Stefan Troschuetz29-Sep-06 22:37 
QuestionThreading Pin
clint198229-Sep-06 21:44
clint198229-Sep-06 21:44 
AnswerRe: Threading Pin
geo_m29-Sep-06 21:48
geo_m29-Sep-06 21:48 
AnswerRe: Threading Pin
Christopher Duncan30-Sep-06 1:32
Christopher Duncan30-Sep-06 1:32 
QuestionSFTP client and server dll for C# windows form Pin
Pavan Josh29-Sep-06 21:17
Pavan Josh29-Sep-06 21:17 
QuestionMobile API in C# Pin
yousafzai29-Sep-06 20:28
yousafzai29-Sep-06 20:28 
Questionproblem in querying database Pin
DownBySpj29-Sep-06 19:45
DownBySpj29-Sep-06 19:45 
AnswerRe: problem in querying database Pin
Nafiseh Salmani29-Sep-06 19:56
Nafiseh Salmani29-Sep-06 19:56 
GeneralRe: problem in querying database Pin
DownBySpj29-Sep-06 20:52
DownBySpj29-Sep-06 20:52 
AnswerRe: problem in querying database Pin
jeyapandian29-Sep-06 20:49
jeyapandian29-Sep-06 20:49 
AnswerRe: problem in querying database Pin
Stefan Troschuetz29-Sep-06 22:44
Stefan Troschuetz29-Sep-06 22:44 
Questionreturning arrays from function Pin
DownBySpj29-Sep-06 19:06
DownBySpj29-Sep-06 19:06 

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.