2012-06-01から1ヶ月間の記事一覧

C#2010 BindingContext

索引サイト private void dataGridView_tab1_Gr3_CellContentClick(object sender, DataGridViewCellEventArgs e) { z_target = 1; BindingManagerBase w_Bind = this.dataGridView_tab1_Gr3.BindingContext[this.dataGridView_tab1_Gr3.DataSource, this.da…

DataGrid(Select Line) VS2010

索引サイト WindowsForm VB2010 Private Sub ReadData_tab1() odbc_DataBase.Open() Dim w_SQL As String = "" w_SQL = w_SQL & "select G1code,G2code,G3code,G4code,G5code" w_SQL = w_SQL & ",G5name,G5tani" w_SQL = w_SQL & ",cast(G4genk as signed) -…

VB2010 DataGridView

索引サイト Private Sub ReadData() odbc_DataBase.Open() Dim w_SQL As String = "" w_SQL = w_SQL & "select * from tb_eeepc" w_SQL = w_SQL & " order by code" Dim w_Adapter As New System.Data.Odbc.OdbcDataAdapter(w_SQL, odbc_DataBase) Dim w_Dat…

VB2010 PrintDocument

索引サイト Public Class Form1 Private z_context As System.Drawing.Graphics Private z_font12 As Font = New Font("MS 明朝", 12) Private z_font24 As Font = New Font("MS ゴシック", 24) Private Sub PrintDocument1_PrintPage(ByVal sender As S…

XPモード AMD FX-8120

索引サイトXPモードについて 1.インストール時にBIOS仮想機能が無効設定のためエラー 2.BIOS仮想機能を有効にしてインストールは完了 3.XPモード起動時にエラー 4.BIOS仮想機能を無効にすると問題なく実行されるという、ややこしい状態になった。…

Qt QTableWidget

索引サイト 気を抜いていたら行方不明になりかけた。記憶用メモ