Results 1 to 5 of 5
  1. #1
    CoderNever's Avatar
    Join Date
    Feb 2009
    Gender
    female
    Location
    https://mpgh.net MPGHCash: $700,458,011
    Posts
    1,198
    Reputation
    131
    Thanks
    2,236
    My Mood
    Buzzed

    [Request] Using " In a Varible

    I'm looking for a way to use " In a varible , and it won't let me obviously, because it would look like..

    Textbox1.Text = ("Martin Luther King...Said "Blah Blah Blah"")

  2. #2
    Iamazn1's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    407
    Reputation
    12
    Thanks
    50
    Code:
    TextBox1.Text = ("Martin Luther King...Said ""Blah Blah Blah""")

  3. #3
    stevethehacker's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    USA bitch
    Posts
    416
    Reputation
    14
    Thanks
    51
    My Mood
    Bored
    haha.you also need " outside of the parentheses
    Textbox1.Text = "("Martin Luther King...Said "Blah Blah Blah"")"

    That is wat it would be.also please examine the thanks button below =-)

  4. #4
    Bombsaway707's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Gym
    Posts
    8,799
    Reputation
    791
    Thanks
    4,004
    My Mood
    Amused
    Quote Originally Posted by Coder Never View Post
    I'm looking for a way to use " In a varible , and it won't let me obviously, because it would look like..

    Textbox1.Text = ("Martin Luther King...Said "Blah Blah Blah"")
    Try
    Code:
    Textbox1.Text = ("Martin Luther King...Said ""Blah Blah Blah""")
    Also try this
    Code:
    Textbox1.Text = ("Martin Luther King...Said" + ""Blah Blah Blah"")

  5. #5
    guza44_44's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Posts
    431
    Reputation
    16
    Thanks
    310
    I have done this one before and this code 100% works that bombsaway displayed uptop

    Code:
    Textbox1.Text = ("Martin Luther King...Said ""Blah Blah Blah""")
    [IMG]https://i304.photobucke*****m/albums/nn168/guza44/sig-1.png[/IMG]

Similar Threads

  1. [Request] Tutorial How to use Keylogger.
    By TaRwA in forum Visual Basic Programming
    Replies: 1
    Last Post: 12-13-2009, 01:30 PM
  2. Request for a useful, easily applicable, simple hack.
    By CRUSTY in forum Combat Arms Discussions
    Replies: 5
    Last Post: 09-29-2009, 05:24 PM
  3. [REQUEST]Bug Kill Using Cheat Engine
    By FishCake25 in forum Blackshot Hacks & Cheats
    Replies: 1
    Last Post: 07-11-2009, 09:34 AM
  4. Request: How to use Brutus with Facebook
    By Zen in forum Programming Tutorial Requests
    Replies: 5
    Last Post: 01-07-2009, 12:05 PM
  5. [REQUEST]what you can make for Combat arms using VB6?
    By Darkklord in forum Programming Tutorial Requests
    Replies: 1
    Last Post: 11-09-2008, 05:58 AM

Tags for this Thread