今回は、SQLiteを使ってユーザー情報が入力できるフォームを作っていきます。 メインの学習内容は、C#においてSQLiteを使う、というところになると思うので、データベースを使って、外部にデータを保存したいときの参考になればと思います。 主な学習内容 ...
MiniUMLは、.NET Framework3.5のWPF(Windows Presentation Foundation)の機能を使って開発されたUMLダイアグラムエディタです。MiniUMLという名前から分かるようにシンプルなUML(クラス図)を記述できます。本格的なUMLツールにはかないませんが、ちょっとしたアイデアを ...
WPF(Windows Presentation Foundation)を使ったGUI(Graphical User Interface)アプリケーションの開発は,Visual Studio 2008で可能になり,VS 2008のService Pack 1(SP1)で機能が強化され,Visual Studio 2010でも機能が増える。VS 2008 ...
ユーザの入力を受け付ける場合に使用するのが、ボタンである。ログイン画面などでは、IDとパスワードを入力し、ボタンを押すことでログイン処理が始まる。 XAMLでは、Buttonコントロールを使用してボタンを作成する。 2. xamlの記述方法 xamlでのボタンの ...
Add UsbCamera.cs to your project. Following is how to use. see also SampleProject. If 'USBCAMERA_BYTEARRAY' symbol defined, GetBitmap() returns image data as byte array. This is intended to be used ...
In this article we will be creating certain tabs in a tab control with context menu with an option to remove certain tab item. First create a blank c# WPF application using visual studio 2008 and name ...
C# WPF MVVM architecture Plays 4K video Runs without any video codecs installed Integrates with IMDB and subtitle services (unfinished) Supports external themes (unfinished) UI can look nice and ...
Last week, I posted a tutorial on how to save and retrieve images using SQL Server and WPF. This is an extension to that article. In my previous article, the images were displayed in the image box as ...