user32 ChangeDisplaySettings问题

时间:2018-01-16 07:08:32

标签: c# windows-10 resolution

我想更改屏幕分辨率。

Response res =    
given().
        .header("Accept", "application/json")

        .header("Content-Type", "application/x-www-form-urlencoded")
        .header("channel","")
        .formParam("grant_type", "password")
        .formParam("client_id", "")
        .formParam("secret", "")
        .formParam("userId", "")
        .formParam("password","").

        when()
            .post("/apiname");
            System.out.println(res.body().asString());

分辨率已更改,但现在在Windows图标的某些应用程序中,图标很小,文本框和按钮混合,但大多数应用程序都很好。

这是我的电脑的截图。 https://42cdn.com/b2api/v1/b2_download_file_by_id?fileId=4_z6177fca890d8c37157cc0814_f1111fcbfec565153_d20180116_m075053_c001_v0001100_t0053

0 个答案:

没有答案