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
D

debnathrubs

@debnathrubs
About
Posts
8
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • font
    D debnathrubs

    i want to use a custom font in rich text box. How i will do that?

    C# question

  • Exporting DataGrid contents to Excel
    D debnathrubs

    at first you have to select the reference named:microsoft excel 10.0 object lib and microsofr office 10.0 object lib then u may use this or some thing like this ==> string Path = @fileName; // initialize the Excel Application class Excel.ApplicationClass app = new ApplicationClass(); // create the workbook object by opening the excel file. Excel.Workbook workBook = app.Workbooks.Open(Path,0,true,5,pass1,pass2, true, Excel.XlPlatform.xlWindows,"\t",false,false,0,true,1,0); // get the active worksheet using sheet name or active sheet Excel.Worksheet workSheet = (Excel.Worksheet)workBook.ActiveSheet; // This row,column index should be changed as per your need. // i.e. which cell in the excel you are interesting to read. int row=2; while ( ((Excel.Range)workSheet.Cells[row,1]).Value2 != null ) { for(int a=1;a<=col;a++) { if(((Excel.Range)workSheet.Cells[row,a]).Value2 != null ) totSiz[row-2,a]= ((Excel.Range)workSheet.Cells[row,a]).Value2.ToString(); } row++; }

    C# csharp help

  • datetime [modified]
    D debnathrubs

    how i will change windows date time format? It should change the system's date time format too. -- modified at 5:39 Wednesday 14th February, 2007

    C# question

  • operating system
    D debnathrubs

    YAP I GOT IT AND TNKS TO YOU.:-O

    C# help

  • operating system
    D debnathrubs

    then how mcafee do this. They gives the detail of operating system info even linux description (i.e. samba,ubuntu).It even gives the router description. here mcafee is not installed.if you know any link plz send it to me.

    C# help

  • operating system
    D debnathrubs

    I want to know the name of the operating system by giving a IP address. How i will do this. Plz any one help me.

    C# help

  • plz help me
    D debnathrubs

    I want to know the name of the operating system by giving a IP address. How i will do this. Plz any one help me.

    System Admin help

  • about operating system
    D debnathrubs

    I want to know the name of the operating system by giving a IP address. How i will do this. Plz any one help me.

    IT & Infrastructure help
  • Login

  • Don't have an account? Register

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