历史评论归档

使用问题 · 288 次浏览
197906+abcd张三 创建于 2021-01-24 16:36
~历史讨论归档。~

回复内容
清扬婉兮 2021-01-24 16:43
#1

谢谢Moy!

大家都爱591 2021-01-24 23:48
#2

蛮有用的

清扬婉兮 回复 大家都爱591 2021-03-25 21:38 :

谢谢!

半心魔 2021-03-25 21:03
#3

非常好用!就是能不能支持多屏呀。。。那样就完美啦

清扬婉兮 回复 半心魔 2021-03-25 21:37 :

多屏幕的话会移到主屏幕上,大佬觉得不行吗?

跟同事聊过是可以实现的,但我怕麻烦而且不太会2333


清扬婉兮 回复 半心魔 2021-03-25 21:42 :

同事发来这段代码,大佬可以看看自己能不能实现

---------------------------------------------------------------------

// 引用必要的命名空间

using System.Windows.Forms;


// Quicker将会调用的函数

public static void Exec(Quicker.Public.IStepContext context)

{

string allInfo = "Screen Info: \n";


// For each screen, add the screen properties to a list box.

    foreach (var screen in System.Windows.Forms.Screen.AllScreens)

    {

    allInfo += screen.DeviceName + "\n";

    allInfo += screen.Bounds.ToString() + "\n";

    // allInfo += screen.WorkingArea.ToString() + "\n\n";

    }

    

context.SetVarValue("text", allInfo);

----------------------------------------------------------------------

半心魔 回复 清扬婉兮 2021-03-25 21:51 :

感谢!我研究下~

我不是大佬,你才是大佬呀哈哈哈~

回复主贴