Search:

Type: Posts; User: Programmer3001

Search: Search took 0.05 seconds.

  1. Replies
    11
    Views
    15,372

    Re: Operator '=' is not defined!

    Its vb 2010!
  2. Replies
    11
    Views
    15,372

    Re: Operator '=' is not defined!

    I want it so that If the picturebox's image is (Whatever), do (whatever)
  3. Replies
    11
    Views
    15,372

    Operator '=' is not defined!

    Hi! There is an error in the game im making.

    If PictureBox5.Image = My.Resources.Resources.hm3 Then
    Returns the error : Operator '=' is not defined for types 'System.Drawing.Image' and...
  4. Re: VB How do you make a panel grow in the opposite direction?

    By address a bunch of labels at once, i mean have one script for all of them
    Example:
    label1
    label2
    label3

    Lets say i want label1 2 and 3 to show the same thing. What do i use?
  5. VB How do you make a panel grow in the opposite direction?

    Hi! I need to know how to make a panel grow UP not down.

    I tried to put:
    panel1.height = (form1.textbox4.text * 13)

    But it only makes it grow DOWN.

    Its not THAT important, but it would make...
  6. Replies
    8
    Views
    1,926

    Re: Type expected error!

    I tried what techgnome said but it didnt work. Now it says: Value of 'String' cannot be converted to 'System.URI'.
    Here is my designer and scripts:
    9505795059
  7. Replies
    8
    Views
    1,926

    Re: Type expected error!

    I want it to set textbox1.text to whatever page you are on!
  8. Replies
    8
    Views
    1,926

    Re: Type expected error!

    I also tried this:

    CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).Navigate(ToolStripTextBox1.Text)
    CType(TabControl1.SelectedTab.Controls,)(WebBrowser.URL)) =...
  9. Replies
    8
    Views
    1,926

    Re: Type expected error!

    That doesnt really help, but i changed it and same error.
    Here is the modified code.
    CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).Navigate(ToolStripTextBox1.Text)
    ...
  10. Replies
    8
    Views
    1,926

    Type expected error!

    Hi everyone!
    Im trying to make a webbrowser and I have a Type Expected error and it wont go away. What i want this code to do is go to the website, then set toolstriptextbox1.text into the value of...
Results 1 to 10 of 10



Click Here to Expand Forum to Full Width