摘要:
我把可执行程序加载,提示如下错误: (gdb)file pvtest "/......./",not in executable format:file format not recognized. pvtest是可执行程序呀,绿色显示的。
......
摘要:
string [] route ={"192.168.0.43 80"},如何把它以“.”号分开,即分开后应为192 168 0 43 80,谢谢
......
在绘制窗体时怎样用坐标定窗体第一次出现的位置
就是在InitializeComponent()中怎样实现?
NO.1 作者: 3tzjq
this.Location= new Point(x,y);
NO.2 作者: 3tzjq
我明白了!你是要窗体显示时定位到指定位置,对吧?
先设窗体的StartPosition = FormStartPosition.Manual;//只有这样,以后的设置才生效
在构造函数中:this.Location = new Point(x,y);//x,y来自已保存的配置参数
摘要:
find my number through oicq send me a message "english" lets talk freely.
......