Results 1 to 7 of 7

Thread: The @ symbol in front of some strings

Threaded View

  1. #4
    Frenzied Member dynamic_sysop's Avatar
    Join Date
    Jun 2003
    Location
    Ashby, Leicestershire.
    Posts
    1,142

    Re: The @ symbol in front of some strings

    yep exactly, just saves the fingers a little
    but ...
    You can also use the / slash instead of the \
    eg:
    VB Code:
    1. [COLOR=Blue]private void[/COLOR] button1_Click([COLOR=Blue]object[/COLOR] sender, System.EventArgs e)
    2.         {
    3.             [COLOR=Blue]string[/COLOR] path = "C:/Documents and Settings/den/My Documents/My Pictures/twins.jpg";
    4.             System.Diagnostics.Process.Start( path );
    5.         }
    Last edited by dynamic_sysop; Sep 10th, 2005 at 02:02 AM.
    ~
    if a post is resolved, please mark it as [Resolved]
    protected string get_Signature(){return Censored;}
    [vbcode][php] please use code tags when posting any code [/php][/vbcode]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width