C# プログラミング入門。初心者のための簡単な Winfows Forms, ASP.NET, Windows Mobile などのアプリケーションの作り方、ヒントなどを載せています。また、Visual Studio, SQL Server, Virtual Server, Virtual PC, Vista などの開発に必要な環境も解説。
ここの存在を完全に忘れてた。最近はこっちにblog書いてる https://scrapbox.io/shokai RSSもある https://scrapbox.io/api/feed/shokai 前の記事で書いたsemiraraから色々あって最近はscrapboxを作っている。 近況 https://scrapbox.io/remote/コミュニケーションを減らそう あとでfeedをredirectしておくか 最近のオススメポエムコンテンツはこのへん Scrapboxの哲学 – 橋本商会 – Scrapbox wikiを作った semiraraというwikiを作った。blogとして使えるgyazz(アウトラインエディタ的なwiki)を目指したもので、既にwordpressより書きやすいので今後はこっちに書いていく。 http://wiki.shokai.org/shokai Redux
ここでは、「画像ファイルを読み込み、Imageオブジェクトを作成する」のように画像ファイルを読み込んでImageオブジェクトを作成するのではなく、プログラムで動的に作成する方法を紹介します。この方法を使えば、プログラムで線や図形、画像、文字などを自由に描画してImageオブジェクトを作成して、コントロールに表示したり、ファイルに保存したりすることができます。 Imageオブジェクトを動的に作成する手順は、次のようになります。 Bitmapオブジェクトを作成する。Graphics.FromImageメソッドでGraphicsオブジェクトを作成する。Graphicsのメソッドを使って、図形などを描画する。GraphicsをDisposeメソッドで解放する。
次のサイトに移動しました。 http://www.itlab51.com/?p=2185
// Form を表示する public class Form1 { Form2 form2 = new Form2() ; form2.Show() ; } public class Form2 { /* Form1 と並行操作できる処理 */ } // Form を「モーダル ダイアログ」表示する public class Form1 { Form2 form2 = new Form2() ; form2.ShowDialog() ; : : form2.Dispose() ; } public class Form2 { /* Form1 とは並行操作できない処理 */ } // Note: 開いた Form2 を閉じない限り、Form1 へフォーカスを移動できない! // Note: Form2 で、プロパティ DialogResult が設定されている Button をクリックす
// PictureBox に、TextBox で指定されたファイルの画像を表示する 配置 PictureBox, Button, TextBox ; private void button1_Click(object sender, System.EventArgs e) { try { pictureBox1.Image = Image.FromFile(textBox1.Text) ; } catch { MessageBox.Show("指定が正しくありません!") ; } } // Note: 表示位置は、SizeMode プロパティで設定する。 // Normal = 左上隅に表示(既定値) // CenterImage = 中央 に表示 // AutoSize = 左上隅に表示(PictureBox の背景色は表示しない) // StretchImage = 画像を伸縮し、
msysGitをインストールしたら、コマンドプロンプトで日本語が表示できなくなった。(Windows 7 64bit) regeditでレジストリエディターを起動し、 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\TrueTypeFont の「0」のデータが「Lucida Console」になっていたので、「*MS ゴシック」に変更して、とりあえず復旧できた。 インストールの途中で、Use a True Type font in the consoleという項目のチェックをはずせば、文字化けしなかったのかもしれない(未確認)。
check Unlimited Number of Websites check Unlimited Email Accounts check Unlimited Bandwidth check 2X Processing Power & Memory check LiteSpeed Cache check WordPress Acceleration (LSCWP) check Cloudflare Protection check Github Integration check 24/7/365 Support check Easy Website Builder check 99.9% Uptime Guarantee check DNS Management check Unlimited MySQL Databases check 100 Subdomains check Un
普段Windowsを使っていて、こんなWindowsアプリケーション(以降、Winアプリ)があったらいいのにと思ったことはありませんか? いまの世の中、たいていのアプリケーションはWeb上で公開されていたりしますが、余計な機能が多くて使いにくかったり、たいしたことはやってないはずなのにシェアウェアだったりということは少なくありません。それなら自分で作ってみようというのが本企画です。 さて、Winアプリを作るためには、そのための開発環境が必要となります。例えば、かつて一世を風靡(ふうび)した「Visual Basic」はその代表です。これは製品パッケージを買ってきさえすれば、すぐにWinアプリが作れました。その作成手順も簡単で、フォームにボタンやテキストボックスなどの部品を並べて、Basic言語でほんの少しコードを書けば出来上がりです。 しかし現在では、より高度なWinアプリが作成可能な、よ
Peter de Jong Attractors Written by Paul Bourke January 1991, Updated February 2004
Attributed to Cliff Pickover Graphics by Paul Bourke February 2004 See also Peter de Jong attractors Contributions from Thomas Burt and Paul Richards. Definition xn+1 = sin(a yn) + c cos(a xn) yn+1 = sin(b xn) + d cos(b yn) where a, b, c, d are variabies that define each attractor. a = -1.4, b = 1.6, c = 1.0, d = 0.7 a = 1.1, b = -1.0, c = 1.0, d = 1.5 a = 1.6, b = -0.6, c = -1.2, d = 1.6 a
The contents of this web site are © Copyright Paul Bourke or a third party contributer where indicated. You may print or save an electronic copy of parts of this web site for your own personal use. Permission must be sought for any other use. Representing geometry in SecondLife Some comments on the suitability of SecondLife as a way of presenting fractal geometry POVRay Fractal Raytracing Contest
Home of Chaoscope, a 3D strange attractors rendering softwarePeter Jansen, a Dutch artist, has created a series of Strange Attractor sculptures with the help of an experimental version of Chaoscope. These sculptures are now for sale online. You can even send your own Chaoscope project and receive it as a real object! Part of the profits will be donated to the Chaoscope project. Click here to find
また気晴らしにスクリーンセーバーを作ってました. 今度は,カオス図形を描画するスクリーンセーバーです. とりあえず,beta版ということで今のところ ・Peter de Jong Attractor ・Clifford Attractor をランダムで描画します. この二つのアトラクタは,パラメータも少なくて単純な式で,しかもパラメータに適当な値を入れてもキレイな形になってくれるので. レンダリングは単色でプロットするだけのモードと,色をつけるモードを作ってあります. その際の色は前の座標と現在の座標との距離に応じて,色相を変えるようにしています. 一応,ファイルをココに放置してます↓ http://www.geocities.jp/sourcechord/software/chaos.html 紹介ページとかは現在制作中・・ 今後付け足すもの ・ストレンジアトラクタの判定 - パラメータ
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く