Post: Whats Wrong With This Code? C#
10-29-2011, 02:51 AM #1
Jeremy
Former Staff
(adsbygoogle = window.adsbygoogle || []).push({}); using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;


namespace Browser
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}


private void toolStripButton1_Click(object sender, EventArgs e)
{
webBrowser1.GoBack();
}


private void toolStripButton2_Click(object sender, EventArgs e)
{
webBrowser1.GoForward();
}


private void toolStripButton3_Click(object sender, EventArgs e)
{
webBrowser1.Refresh();
}


private void toolStripButton5_Click(object sender, EventArgs e)
{
webBrowser1.Stop();
}


private void toolStripButton4_Click(object sender, EventArgs e)
{
webBrowser1.Navigate ([url]https://www.google.com);[/url]
}


private void button2_Click(object sender, EventArgs e)
{ <<<<< Visual Express is saying theres a problem with that } right there

webBrowser1.Navigate ("https://www.google.com/search?sourceid=navclient&ie=UTF-8&rlz=1T4TSNA_...*5&q" + (textBox1.Text));
}
}
}
10-30-2011, 09:12 AM #11
Woof
...hmm
Originally posted by Sublimity View Post
First off, grammar correction, you used "you're" correctly the first time second time it should have been "your". Now, I am 17 years old.

To the productivity, I think Epic and I contribute a bit more here than others, with being creative with my productivity, I gave out the only Black Ops level calculator application (created by me). You search google and I'll bet anything you will never find someone else who has made one, (Not talking about a ratio calculator though).

Now with creativity as well, I am creating and developing a MW3 Toolkit. How's that for use of creativity and productivity? Hmm...

Now if you are criticizing us about it, what about you?


Go ahead, check my created threads. lol
10-30-2011, 05:58 PM #12
VeuZo
Bounty hunter
This is like a whole other language to me :L
10-30-2011, 06:57 PM #13
Pichu
RIP PICHU.
Originally posted by BFresshh View Post
Go ahead, check my created threads. lol


Checked and I like. <3

---------- Post added at 11:57 AM ---------- Previous post was at 11:54 AM ----------

Originally posted by VeuZo View Post
This is like a whole other language to me :L


I can supply you with an E-Book for free to help this not become foreign.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo