Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
B

balaji baskar

@balaji baskar
About
Posts
3
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Get Access() [modified]
    B balaji baskar

    Hi, if you are using open file dialog you could code this was as shown below: OpenFileDialog1.InitialDirectory = Environment.GetFolderPath(Environment.SpecialFolder.Desktop) If (OpenFileDialog1.ShowDialog()) Then Dim strFilename As String strFilename = OpenFileDialog1.FileName End If happy coding...;)

    Balaji

    Visual Basic csharp question visual-studio debugging

  • Removing anonymous access to web service
    B balaji baskar

    Hi, This link would be of great use: http://articles.techrepublic.com.com/5100-22-5034851.html[^] let me know whether this is the topic you were looking in for!:cool:

    Balaji

    ASP.NET csharp security oracle algorithms help

  • get files from directory
    B balaji baskar

    Use the following line of code to get list of files. string[] files = Directory.GetFiles(@"C:\docs"); now iterate in your own fashion to descending order.

    Balaji

    C# question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups