如题

解决方案 »

  1.   

    winform还是webform?
    webform中 
    可以用screen.width screen.height
      

  2.   

    System.Drawing.Size mSize=SystemInformation.WorkingArea.Size;
    int i=mSize.Height;
    int j=mSize.Width;
      

  3.   

    web
    http://dotnet.aspx.cc/ShowDetail.aspx?id=HLFQ4ZOY-N3GO-4R7Y-WY5R-XZZN2JY5J8HZ
      

  4.   

    more detailshttp://dotnet.aspx.cc/ShowDetail.aspx?id=6977HLMY-ELPN-4KIR-BI89-7YS2LNENT5HR
      

  5.   

    xiahouwen(活靶子.NET) 
    请问那是winform 又该怎么来取呢?
      

  6.   

    孟子E章的:
    检测客户端显示器分辨率、浏览器类型和客户端IP
    http://dotnet.aspx.cc/ShowDetail.aspx?id=HLFQ4ZOY-N3GO-4R7Y-WY5R-XZZN2JY5J8HZ
      

  7.   

    winform 
    System.Drawing.Size mSize=SystemInformation.WorkingArea.Size;
    int i=mSize.Height;
    int j=mSize.Width;