When I reinstall QQ, there is a problem like: “application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail.” refer to http://www.sevenforums.com/general-discussion/19958-qq-x_x-side-side-config.html then download: http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=14431 OK!… Read More


リンク: VB テクニック編14 – 動的コントロール追加、クリスタルレポート印刷 – SAK Streets. ■クリスタルレポート印刷   ・クリスタルレポート(Crystal Reports) で印刷する場合、データコントロー     ルとのオートメーションを使用するか、クリスタルレポートでレコードセッ     トを作成するか選択できる。   ・定義帳票パターンを使用するには、次の ReportSource = 0 ‘crptReport に     設定して、クリスタルレポートでレコードセットを作成する。     但し、ODBC アクセスなどのリモートデータベースでないと、     Report1.SQLQuery は指定できない。     (MDB を普通に参照して、クリスタルレポートでレコードセットを作成する     場合の例は、中程に別途サンプルコードがあります。)     MDB でも、ODBC 経由でアクセスすれば、Oracle や SQL-Server と同じに     次のコードが使用できる。… Read More