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

VB6 Windows8

索引サイト Windows8 で VB6 がサポートされるとか、の話 http://msdn.microsoft.com/ja-jp/vstudio/ms788708.aspx 製品としてのサポート↓ http://msdn.microsoft.com/ja-jp/vbasic/cc707266.aspx サービスパック http://msdn.microsoft.com/ja-jp/vbasic/cc…

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

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

SqLiteManager SqLite3

索引サイト アプリとアドオン相互からメンテナンスしてみる。 SqLite3 拡張子を .sqlite として作成。 Firefox AddOn でオープンする。 Sqlite2 だとエラーになる。アドオンは基本 SqLite3 相互から操作するならSqLite3にするのが無難。という話

SqLiteManager Firefox AddOn

索引サイト インストールしたものの、アドオンが見当たらない。 [Firefox]⇒[オプション]⇒[メニューバー]をチェックすると 「ツール」が表示される。その中に SQLiteManager がある。 雰囲気こんなかんじで テーブル定義↓ データ↓ 定義内容↓ ファイルの拡張子…

SqLiteManager (XAMPP17.7.7)

索引サイト SqLiteManager↓ http://sourceforge.net/projects/sqlitemanager/files/sqlitemanager/ XAMPP の htdocs 直下に配置 日本語を選択 名前 ⇒ 定義名となる。パス ⇒ データベースファイル名 あとは一般のDBと同じパターンで

iOS-SDK (Utility)

索引サイト 表が Main(Side)View 裏が FlipSideView そのまま実行(i)で反転する。 Done にて元の画面に戻る。

Windows7 LAN 有効化・無効化

索引サイト 意外にとまどったLANの無効化と有効化 処理したい「接続」を選択すると 普通で言うところの(右クリック)・・プロパティへの導入画面が表示される。 無効になると画面から、いなくなってしまう。(当然と言えば当然) 再度「有効」にするには「…

kubuntu (4.8) スナップショット

索引サイト 普通の感覚で全画面を GIMP に保存した場合 特定のウインドウの画像の撮り方がわからなくて、あれこれと・・・ まずは、PrtSc を押して モード、遅延を指定して「新しいスナップショット・・・」 マウスが横っちょにあると、本当にマウス下の背景…

iOS SDK (Tab Bar Controller)

索引サイト Tab-Controller の追加 Resource に View.xib を追加 (3rdView) MainWindow に ViewController を追加する。 File's Owner クラス指定 Bottom Bar を Tab Bar に設定 Owner と View を関連付ける 3番目の画面にテキスト貼り付け

iOS SDK (Window-based)

索引サイト #import @interface ios_win_1000AppDelegate : NSObject { UIWindow *window; UIButton *bt1; UIButton *bt2; UIButton *bt3; UITextField *tx1; UITextField *tx2; UITextField *tx3; }@property (nonatomic, retain) IBOutlet UIWindow *windo…

iOS SDK IBOutlet (View-based)

索引サイト #import @interface iPhoneViewController : UIViewController { IBOutlet UIButton *button1; IBOutlet UIButton *button2; IBOutlet UIButton *button3; IBOutlet UIButton *button4; IBOutlet UIButton *button5; IBOutlet UITextField *text1…

iOS SDK

索引サイト Xcode起動 プロジェクト作成 画面を作成 表示形式を変えた場合

Android ScrollView

索引サイト <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" > </linearlayout>

SQLite (Windows)

索引サイト PupSQLite 起動はEXE起動↓ 動作させるのに「四つ」必要で、【1】SQLite、【2】PupSQLite 環境として、【3】フレームワーク(4)、【4】VC++ランタイム SQLite↓ http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.w…

Android linearLayout

索引サイト package org.android.project3000;import android.app.Activity; import android.os.Bundle; import android.widget.Button; import android.widget.LinearLayout; import android.view.ViewGroup; import android.widget.TextView; import andro…

Android SDK AVD eclipse

索引サイト (参考) http://izeef.web.fc2.com/develop/android/env_eclipse.html http://www.infinity-dimensions.com/blog/archives/cat_computer.html 環境設定後、再起動すると、いきなり作成しますか?と聞いてくる。 SDK がインストール済みの場合は …

Android SDK AVD -2-

索引サイト AVD 動作確認(カメラ) インターネット アイドリング時の負荷状況 4〜5回インストールの結果 四苦八苦してなんとなく理解できたのは、JAVA SDK の解凍は普通どおりで良い。ただ、ツールのインストールが重く、単純に「考え中」でなく「一休み…

eclipse -2-

索引サイト 画面 import javax.swing.JFrame; import javax.swing.SwingUtilities; public class test2100 { /** * @param args */ public static void main(String[] args) { // TODO 自動生成されたメソッド・スタブ SwingUtilities.invokeLater(new Runna…

eclipse -1-

索引サイト (参考) https://ssl.aiosl-tec.co.jp/java-start/chap10.html 日本語化 -javaagent:plugins/jp.sourceforge.mergedoc.pleiades/pleiades.jarhttp://www.javadrive.jp/eclipse3/ http://www.java2s.com/Code/Java/2D-Graphics-GUI/Catalog2D-Gra…

Android SDK AVD -1-

索引サイト (参考)http://smartgoods.me/2011/10/special_android_sdk_install/ 初期状態(JAVA JDK 必須) TOOL をインストールする(TOOL をチェックして Install) インストール後の再起動画面 ADV起動 仮想デバイス定義

Qt QPrinter QPainter

索引サイト GhostScript / GSView #include "mainwindow.h" #include "ui_mainwindow.h"#include "qdebug.h" #include "qprinter.h" #include "qprintdialog.h" #include "qpainter.h" #include "qpen.h"MainWindow::MainWindow(QWidget *parent) : QMainWin…

SQLITE

索引サイト パッケージマネージャーでインストール DB定義操作

Qt backgroundRole

索引サイト #include "mainwindow.h" #include "ui_mainwindow.h"#include "qcolordialog.h" #include "qpalette.h"MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new Ui::MainWindow) { ui->setupUi(this); }MainWindow::~MainWindow…

Qt eventFilter

索引サイト #ifndef MAINWINDOW_H #define MAINWINDOW_H#include namespace Ui { class MainWindow; } class MainWindow : public QMainWindow { Q_OBJECT public: explicit MainWindow(QWidget *parent = 0); ~MainWindow(); protected: bool eventFilter(Q…

Qt 実行用DLL(Windows7)

索引サイト 実行環境を意図的に変更したくない場合 要はエラー表示される DLL を exe のフォルダに持ってくれば良い。 実行環境の定義を確認 C:\QtSDK\mingw\bin; C:\QtSDK\Desktop\Qt\4.8.0\mingw\lib; C:\QtSDK\Desktop\Qt\4.8.0\mingw\bin;検索して 普通…