User Profile

Collapse

Profile Sidebar

Collapse
rahul23
rahul23
Last Activity: Apr 29 '13, 11:12 PM
Joined: Apr 29 '13
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • rahul23
    replied to replacing double \\ with single \
    Rabbit
    Can you just put your code snippet for replacing double \\ with single \
    See more | Go to post

    Leave a comment:


  • rahul23
    replied to replacing double \\ with single \
    SirZizo
    there is a big problem, the data in textbox is ok, but just use a breakpoint on the textbox and on runtime you will file double \\ in the variable (string file).
    I need that one to be chaged
    See more | Go to post

    Leave a comment:


  • rahul23
    started a topic replacing double \\ with single \

    replacing double \\ with single \

    Code:
      OpenFileDialog openFileDialog1 = new OpenFileDialog();
                    openFileDialog1.InitialDirectory = "C:\\Program Files\\Microsoft SQL Server\\MSSQL10_50.MSSQLSERVER\\MSSQL";
                    openFileDialog1.Filter = "Database files (*.mdf)|*.mdf";
                    openFileDialog1.FilterIndex = 2;
                    openFileDialog1.RestoreDirectory = true;
    
                    if (openFileDialog1.ShowDialog()
    ...
    See more | Go to post
No activity results to display
Show More
Working...