[過去ログ]
こうゆうアプリ5000円で買う! [無断転載禁止]©2ch.net (59レス)
こうゆうアプリ5000円で買う! [無断転載禁止]©2ch.net http://mevius.5ch.net/test/read.cgi/gamedev/1459596702/
上
下
前次
1-
新
通常表示
512バイト分割
レス栞
抽出解除
必死チェッカー(本家)
(べ)
自ID
レス栞
あぼーん
このスレッドは過去ログ倉庫に格納されています。
次スレ検索
歴削→次スレ
栞削→次スレ
過去ログメニュー
40: 名前は開発中のものです。 [sage] 2016/04/05(火) 23:59:30.62 ID:1qpoESUj Windows版だがこんなもんでどうだw(終了はAlt+F4) using System;using System.ComponentModel;using System.Windows.Forms;using System.Drawing; static class P{static bool fl=true;static F[] f=new F[4];static void Main(){f[0]=new F(1);f[0].Top=-f[0].Height+100; f[1]=new F(1);f[1].Top=400;f[2]=new F(2);f[2].Left=-f[2].Width+100;f[3]=new F(2);f[3].Left=600; Application.Run(f[0]);}class F:Form{int m;public F(int n){Visible=true;FormBorderStyle=FormBorderStyle.None; BackColor=Color.Black;m=n;Width=Height=9999;TopMost=true;MouseDown+=Md;MouseMove+=Mm;} protected override void OnClosing(CancelEventArgs e){if(this!=f[0]&&fl){fl=false;f[0].Close();}} protected override void OnMove(EventArgs e){if(m==1){Left=0;Width=Screen.PrimaryScreen.Bounds.Width;}else {Top=0;Height=Screen.PrimaryScreen.Bounds.Height;}}private Point p;private void Md(object s,MouseEventArgs e) {if((e.Button&MouseButtons.Left)>0){p=new Point(e.X,e.Y);}}private void Mm(object s,MouseEventArgs e) {if((e.Button&MouseButtons.Left)==MouseButtons.Left){Left+=e.X-p.X;Top+=e.Y-p.Y;}}}} http://mevius.5ch.net/test/read.cgi/gamedev/1459596702/40
メモ帳
(0/65535文字)
上
下
前次
1-
新
書
関
写
板
覧
索
設
栞
歴
スレ情報
赤レス抽出
画像レス抽出
歴の未読スレ
AAサムネイル
Google検索
Wikipedia
ぬこの手
ぬこTOP
0.191s*