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>

WPF DataRowView (DragDrop-3-)

索引サイト (参考)http://d.hatena.ne.jp/hilapon/20110209/1297247754 DraggedItem が肝(DependencyProperty 手本) public static readonly DependencyProperty DraggedItemProperty = DependencyProperty.Register("DraggedItem", typeof(DataRowView)…

WPF DragDropEffects (DragDrop-2-)

索引サイト (参考)http://code.msdn.microsoft.com/windowsdesktop/XAMLCVB-WPF-Windows-WPF-a1c048ae

WPF Thumb (DragDrop-1-)

索引サイト buttonは他のコントロールに内包して使用するのが簡単・・かな? <Canvas> <Thumb x:Name="thumb1" Canvas.Left="53" Canvas.Top="52" Background="Aqua" Width="100" Height="100" DragCompleted="thumb1_DragCompleted" DragStarted="thumb1_DragStarted" DragDelta="thumb1_DragDelta" /> </thumb></canvas>

WPF 日付整合チェック

索引サイト 日付整合チェック XAML には細工なし private void textBox1_KeyUp(object sender, KeyEventArgs e) { TextBox w_textbox = (TextBox)e.Source; string w_text = w_textbox.Text; DateTime w_date; if (DateTime.TryParse(w_text, out w_date)) {…

WPF ItemContainerStyle

索引サイト WPF データグリッド行の着色 <DataGrid AutoGenerateColumns="False" Grid.Column="1" Grid.ColumnSpan="6" Grid.Row="1" Margin="3" Name="dataGrid1" CanUserAddRows="False" Grid.RowSpan="3"> <DataGrid.ItemContainerStyle> <Style TargetType="DataGridRow"> <Style.Triggers> </style.triggers></datagrid.itemcontainerstyle></datagrid>

TSP800Ⅱ

索引サイト LANプリンタのオフライン障害対応 1.3bで対応と記載されている↓ 最新版をダウンロード バージョンアップ更新では改正されない。アンインストール後、再セットアップを実行する。 念のためユーティリティでプリンタを作成する。

WPF 「実行中」・・の表現 (Button.ClearValue)

索引サイト 実行中の表示方法と二重押しの防止 フラグ操作をマニュアルで行った場合 IsEnable だと BackGround とブリンクも無効になってしまう。 bool z_enabled = true; private void buttonSet_Click(object sender, RoutedEventArgs e) { if (z_enabled …

OmniPeek (Windows8-64bit)

索引サイト パーソナル版での解析は2000パケット又は5分 http://download.cnet.com/OmniPeek/3000-2085_4-10043449.html?tag=sideBar;downloadLinks