Click here to Skip to main content
15,886,857 members
Home / Discussions / C#
   

C#

 
AnswerRe: c# tutorial Pin
Ravi Bhavnani11-May-12 9:04
professionalRavi Bhavnani11-May-12 9:04 
QuestionDisplaying XHTML elements with namespaces in .NET WebBrowser control Pin
Orjan Westin11-May-12 5:08
professionalOrjan Westin11-May-12 5:08 
QuestionParent child relation through the designer Pin
Ronny Portier11-May-12 4:20
Ronny Portier11-May-12 4:20 
AnswerRe: Parent child relation through the designer Pin
Dave Kreskowiak11-May-12 7:25
mveDave Kreskowiak11-May-12 7:25 
AnswerRe: Parent child relation through the designer Pin
BillWoodruff12-May-12 16:54
professionalBillWoodruff12-May-12 16:54 
QuestionPicturebox and Progressbar question Pin
Hagen McCarthy11-May-12 4:13
Hagen McCarthy11-May-12 4:13 
AnswerRe: Picturebox and Progressbar question Pin
Sentenryu11-May-12 4:32
Sentenryu11-May-12 4:32 
GeneralRe: Picturebox and Progressbar question Pin
Hagen McCarthy11-May-12 4:39
Hagen McCarthy11-May-12 4:39 
I have this in my Form1.Designer.cs code.

C#
//
// pictureBox1
//
this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pictureBox1.BackColor = System.Drawing.SystemColors.ButtonFace;
this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pictureBox1.ImageLocation = "";
this.pictureBox1.Location = new System.Drawing.Point(13, 71);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(1303, 701);
this.pictureBox1.TabIndex = 3;
this.pictureBox1.TabStop = false;
this.pictureBox1.LoadProgressChanged +=new System.ComponentModel.ProgressChangedEventHandler(pictureBox1_LoadProgressChanged);


Is that where it needs to be?
GeneralRe: Picturebox and Progressbar question Pin
Sentenryu11-May-12 5:06
Sentenryu11-May-12 5:06 
GeneralRe: Picturebox and Progressbar question Pin
Hagen McCarthy11-May-12 5:10
Hagen McCarthy11-May-12 5:10 
GeneralRe: Picturebox and Progressbar question Pin
Hagen McCarthy11-May-12 5:21
Hagen McCarthy11-May-12 5:21 
GeneralRe: Picturebox and Progressbar question Pin
Hagen McCarthy11-May-12 4:59
Hagen McCarthy11-May-12 4:59 
AnswerRe: Picturebox and Progressbar question Pin
BobJanova11-May-12 6:37
BobJanova11-May-12 6:37 
GeneralRe: Picturebox and Progressbar question Pin
Hagen McCarthy11-May-12 7:37
Hagen McCarthy11-May-12 7:37 
AnswerRe: Picturebox and Progressbar question Pin
Alan N11-May-12 7:28
Alan N11-May-12 7:28 
GeneralRe: Picturebox and Progressbar question Pin
Hagen McCarthy11-May-12 7:38
Hagen McCarthy11-May-12 7:38 
GeneralRe: Picturebox and Progressbar question Pin
Dave Kreskowiak12-May-12 4:33
mveDave Kreskowiak12-May-12 4:33 
GeneralRe: Picturebox and Progressbar question Pin
Hagen McCarthy14-May-12 2:27
Hagen McCarthy14-May-12 2:27 
QuestionWeb Camera Application using C# Pin
austinwales11-May-12 3:14
austinwales11-May-12 3:14 
AnswerRe: Web Camera Application using C# Pin
Ravi Bhavnani11-May-12 3:25
professionalRavi Bhavnani11-May-12 3:25 
GeneralRe: Web Camera Application using C# Pin
Sentenryu11-May-12 4:41
Sentenryu11-May-12 4:41 
AnswerRe: Web Camera Application using C# Pin
Eddy Vluggen11-May-12 5:46
professionalEddy Vluggen11-May-12 5:46 
GeneralRe: Web Camera Application using C# Pin
Sentenryu11-May-12 6:53
Sentenryu11-May-12 6:53 
AnswerRe: Web Camera Application using C# Pin
Eddy Vluggen11-May-12 8:02
professionalEddy Vluggen11-May-12 8:02 
GeneralRe: Web Camera Application using C# Pin
Sentenryu11-May-12 8:39
Sentenryu11-May-12 8:39 

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.