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
R

Ravi Kumar Tyagi

@Ravi Kumar Tyagi
About
Posts
9
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Excel file does not close in task manager
    R Ravi Kumar Tyagi

    You also have to dispose the object

    Visual Basic question

  • Run msi thru bat file...
    R Ravi Kumar Tyagi

    Edit the bat file with following command msiexec /i "FileName.bat"

    Visual Basic question

  • login dialog help
    R Ravi Kumar Tyagi

    Application.Run is used to provide the entry point for the window application and your application can use it one time. After click on login button you can create the object of your Mainform and need to call the showdialog method of that object. :)

    C# csharp css debugging help question

  • c# string split functions
    R Ravi Kumar Tyagi

    instead for using the split function you can directly use the Path class of IO sample code is System.IO.Path.GetFileNameWithoutExtension (@"C:\CCCRM\CCCRM\bin\release\cccrmNeeded.dll"); and this will return the cccrmNeeded.

    C# csharp question announcement

  • Encryption & Decryption
    R Ravi Kumar Tyagi

    Please let me know .. if you want the sample code for the same ... and regarding which type of encryption algorithm

    Visual Basic security

  • Hi all
    R Ravi Kumar Tyagi

    panel3.Visible = false; this.Size = new Size(this.Height - panel3.Height , this.Width); i am assuming all three panel are in vertically arranged and panel 3 is the last panel. or to make the load of the form as per available controls you can write the resize event of the form.

    C# question

  • Connecting Access with VB.Net in Visual Studio 2005 or 2008
    R Ravi Kumar Tyagi

    Use the following connection string using the OleDb dataadapter to make the connection Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\DOT_NET\DB\db1.mdb;Persist Security Info=False and after update the data please close the conenction and release the created object. Please let me know if u want sample code for the same.

    Visual Basic help csharp database visual-studio

  • Encryption & Decryption
    R Ravi Kumar Tyagi

    in which version you want this code. VS 2005 and later has directly support for any type of encryption algorithm like AES, DES, RSA etc.

    Visual Basic security

  • Winsock array
    R Ravi Kumar Tyagi

    If you are using the winsock (VB.NET 2005) for desktop application then no issue. You will get the same functionality with InterOp Winsock component i.e. AxWinsockArray.dll. Otherwise instead of InterOp Winsock you can use the socket programming, which is a great alternative of winsock.

    Visual Basic help question csharp data-structures
  • Login

  • Don't have an account? Register

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