2013-01-01から1年間の記事一覧

WPF FTP操作

Site Index FTPサーバー内容表示 private void button_FTP_Click(object sender, RoutedEventArgs e) { Uri w_uri = new Uri(@z_FTP_dir_data); //FtpWebRequestの作成 System.Net.FtpWebRequest w_ftpRequest = (System.Net.FtpWebRequest)System.Net.WebRe…

VB6画面配列移行 WPF(C#)

Site Index public MainWindow() { InitializeComponent(); this.Left = 0; this.Top = 0; } Dictionary idx_Line = new Dictionary(); TextBox[] z_Text01 = new TextBox[15]; TextBox[] z_Text02 = new TextBox[15]; TextBox[] z_Text03 = new TextBox[15]…

Windows 8.1 CPU使用率

Site Index特に考えもなく Windows8.1 にアップグレードしたらCPU使用率がえらいことになってしまった。 あれこれ要因がある中で、今回は Peer Networking が怪しかったようで http://d.hatena.ne.jp/jyamira1/20131029/1382997018 http://www.eripyon.co…

WPF コントロール移動 Thickness

Site Index <Grid> </grid>

WPF UIE 3D Chart -2- (Wpf Toolkit)

Site Index private void proc_C_SdName_Like_drawChart() { int w_int_seriesLimit = Convert.ToInt16(this.textBox_seriesLimit.Text); string w_seriesFrom = this.textBox_seriesFrom.Text; string w_seriesLimit = this.textBox_seriesLimit.Text; Data…

VS エディタ

Site Index 行数が増えてきてエディットが大変になってきたので http://msdn.microsoft.com/ja-jp/library/td6a5x4s%28v=vs.90%29.aspx 最初の状態 最初のコントロールモードは、ctrl+M、が基本 左下にコントロールモードに入った趣旨が表示される ctrl+L:…

WPF frame RemoveBackEntry

Site Index あれこれやってみて妥協。前1ページは残して最新ページを表示するため Refresh と RemoveBackEntry を使用。 public partial class MainWindow : Window { public MainWindow() { InitializeComponent(); } int z_count = 0; private void butto…

WPF UIE 3D Chart -1- (ViewPort2DVisual3D)

Site Index PGID : Wpf-UIE-Chart-1310-4210

WPF 3D ContainerUIElement3D -2-

Site Index 前に ViewBox で複数3D空間を定義したはずがなぜかうまくいかない。 http://d.hatena.ne.jp/TYKYUNC/20110318/1300427372 コンテナの複数定義でとりあえず動作例 PGID : Wpf-2V3-Zchart-****

WPF comboBox IsEditable

Site Index 悩まされた combo.text public void proc_initCombo() { this.comboBox1.Items.Add("11111"); this.comboBox1.Items.Add("22222"); this.comboBox1.Items.Add("33333"); this.comboBox1.Text = "22222"; this.comboBox2.Items.Add("AAAAA"); this…

WPF Page Frame Uri

Site Index フレームを使ってメッセージを表示しようと思ったら また、予想外の動きをしたため、ページを変えて試してみる。 使えそうなので動作確認した、ソースリスト private void x_event_Button_Reset_Click(object sender, RoutedEventArgs e) { this.…

WPF ModelUIElement3D index

Site Index PGID : Wpf-UIE-Chart-1310-4210 private void w_ModelUIElement3D_PreviewMouseMove(object sender, MouseEventArgs e) { //ModelUIElement3D w_ModelUIElement3D = (ModelUIElement3D)e.Source; ModelUIElement3D w_ModelUIElement3D = se…

TENVIS IP391W ispy

Site Index 監視用カメラが必要になってIP391Wを設置 カメラ自体の設定は付属のCDを使用してネットワークを変更。基本はデフォルト設定のままで、IPは239で特に問題もなく作動 ソフトで有効に動いたのが、ispy・・ちょっと名前が・・・防御用なんですけ…

WPF Groupbox Content RowDefinition

Site Index GroupBox[] z_groupBox = new GroupBox[25]; Grid[] z_Grid1 = new Grid[25]; Grid[] z_Grid21 = new Grid[25]; Grid[] z_Grid22 = new Grid[25]; TextBlock[] z_textBlock1 = new TextBlock[25]; TextBlock[] z_textBlock2 = new TextBlock[25];…

PHP $_POST 配列の処理

Site Index <html> <body> <form method="post"> <table border="1"> <tr> <td><input type="text" name="hinmei[]" value="品名-<?php echo $idx ?>" /></td> <td>適正-</td> <td>在庫-</td> <td>出荷-</td> <td>発注-</td></tr></table></form></body></html>

WPF Viewport3D ネスト

Site Index これまた「えいや」で、動くもんではある。当然ながら一昔前のPCだと動作確認するのもつらい。コマ送りの超スロー

WPF Style-2-

Site Index データポイントのソース定義 Style[] w_style = new Style[10]; for (int idx2 = 0; idx2 < 10; idx2++) { w_style[idx2] = new Style(typeof(ScatterDataPoint)); } w_style[0].Setters.Add(new Setter(ScatterDataPoint.BackgroundProperty, ne…

Windows8 64bit プリンタ関連

Site Index VP-880 ステータスモニタ3 ドライバーは最新をダウンロードしてインストールする。VP-880 ESC/Pが作成される。 ステータスモニタの設定画面は無くなっている。代わりにプリンタプロパティにユーティリティタブが追加されているので、こちらで監…

ext2fsd

Site Index もと LINUX のパーティション認識に使用 Windows からは認識不能 とりあえず NTFS に設定

UltraVNC MochaVNClite

Site Index 遠隔操作というかPC画面の会議場への持ち出しイメージのほうが利用価値あり。 http://www.uvnc.com/downloads/ultravnc/102-download-ultravnc-1100.html https://itunes.apple.com/jp/app/mocha-vnc-lite/id284984448?mt=8

PHP concat funtion (JAVA)

Site Index ヘッダー操作部 <table> <tr> <td> <input type="text" name="text_g3code" style="width:25px;" value=<? echo $p_g3code; ?>> <input type="text" name="text_g4code" style="width:25px;" value=<? echo $p_g4code; ?>> <input type="text" name="text_g5code" style="width:25px;" value=<? echo $p_g5code; ?>> </td></tr></table>

XCODE 4.6.1 アクティビティモニタ

Site Index XCODE 4.6.1 アクティビティモニタ あっさり接続できた時の画面(現在は接続不能で調査中)

PHP date

Site Index http://php.net/manual/ja/function.mktime.php http://php.net/manual/ja/function.date.php

WPF GetValue

Site Index <Canvas Height="500" Width="780"> <Grid Height="500" Width="780"> <Grid.RowDefinitions> <RowDefinition Height="10" /> <RowDefinition Height="50" /> <RowDefinition Height="*" /> </Grid.RowDefinitions> <Grid.ColumnDefinitions> <ColumnDefinition Width="10" /> <ColumnDefinition Width="4*" /> …</columndefinition></columndefinition></grid.columndefinitions></grid></canvas>

WPF style (Background)

Site Index カーソルフォーカス位置の表示例 <Window.Resources> <Style x:Key="xKey_FocusColor" TargetType="TextBox" x:Name="xName_SelectText"> <Style.Triggers> <Trigger Property="IsKeyboardFocused" Value="True"> <Setter Property="Background" Value="Gold" /> </Trigger> </style.triggers></window.resources>

iPad Windows7 接続

Site Index iTunes 初期認識画面 よく分からないままあれこれと とりあえず認識はこんな感じで 再起動後、理解出来た、とは言えないままiPadフォルダが出来た。のメモ書き

WPF 3D DiffuseMaterial

Site Index //******************************* // VisualHostMaterial //******************************* DiffuseMaterial w_DiffuseMaterial = new DiffuseMaterial(Brushes.White); w_DiffuseMaterial.SetValue(Viewport2DVisual3D.IsVisualHostMaterial…

Express 2012 for Web

索引サイト silverlight の居場所 インストール時書き込み用の DVD を要求される。 内容は基本的には同じ。 2010で言うところの Web Developer

VB6 Windows8(64bit) FlexGrid

索引サイト 設定時エラーが出るのは承知の上でコンポーネント追加 無茶と思いながらも・・まあ動く 軽くデータ参照なら手軽だなあ。と Private Sub Command1_Click() With MSFlexGrid1 .Rows = 15 '0〜14 .Cols = 8 '0〜7 .FixedRows = 1 '行数 .FixedCols =…

WPF Toolkit Chart

索引サイト あちこちに「Chart」があるので、本当に Toolkit だよなあ・・と xmlns:chartingToolkit="clr-namespace:System.Windows.Controls.DataVisualization.Charting; assembly=System.Windows.Controls.DataVisualization.Toolkit <chartingToolkit:Chart Grid.Column="1" Grid.Row="2" Margin="3" Name="tab3_chart1" Title="WPF Chart-1-" > </chartingtoolkit:chart>