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
K

Khanna Gaurav

@Khanna Gaurav
About
Posts
5
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Login Authentication Bug
    K Khanna Gaurav

    Bug is login verification. Note: Content removed because of security reason (as suggested by DaveAuld).

    Site Bugs / Suggestions security help

  • Lock the USB Pen drive
    K Khanna Gaurav

    I am looking to lock my usb pen drive. It should ask for password when i try to open the file in the usb pen drive. Is there any way I can do this using vb.net or c#.

    .NET (Core and Framework) csharp

  • how to create crystal report into web page at runtime without mapping any columms at design template
    K Khanna Gaurav

    Refer this article http://www.codeproject.com/KB/cs/Dynamic_Crystal_Report.aspx

    ASP.NET design tutorial question announcement

  • Create a folder with full Sharing Rights
    K Khanna Gaurav

    Use following code Dim strPath As String = "C:\Gaurav" Dim dir As String = IO.Path.Combine(strPath, "Temps") Dim dirSecurity As New System.Security.AccessControl.DirectorySecurity Dim rul As New Security.AccessControl.FileSystemAccessRule("Everyone", Security.AccessControl.FileSystemRights.FullControl, Security.AccessControl.AccessControlType.Allow) dirSecurity.AddAccessRule(rul) IO.Directory.CreateDirectory(dir, dirSecurity) Dim sharename As String = "ServerFolder" Dim cmdstring As String = "cmd /c net share """ & sharename & """=""" & dir & """" & " /unlimited" Shell(cmdstring)

    Visual Basic csharp database sql-server sysadmin

  • Change text color when control is disabled vb.net
    K Khanna Gaurav

    It's not possible to change forecolor when it is disabled. You can use ReadOnly property instead.

    Visual Basic question csharp com
  • Login

  • Don't have an account? Register

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