MiniUMLは、.NET Framework3.5のWPF(Windows Presentation Foundation)の機能を使って開発されたUMLダイアグラムエディタです。MiniUMLという名前から分かるようにシンプルなUML(クラス図)を記述できます。本格的なUMLツールにはかないませんが、ちょっとしたアイデアを ...
今回は、SQLiteを使ってユーザー情報が入力できるフォームを作っていきます。 メインの学習内容は、C#においてSQLiteを使う、というところになると思うので、データベースを使って、外部にデータを保存したいときの参考になればと思います。 主な学習内容 ...
プログラミング初心者の私Yuuが、C#の学習をするにあたり、その様子を動画やテキストに残して、見返せるようにしておこうと思います。 初めてのNote投稿なので下手な部分ばかりだと思いますが、優しい目で見てください。 を作り、適当なNameをつけてい ...
WPF(Windows Presentation Foundation)を使ったGUI(Graphical User Interface)アプリケーションの開発は,Visual Studio 2008で可能になり,VS 2008のService Pack 1(SP1)で機能が強化され,Visual Studio 2010でも機能が増える。VS 2008 ...
Dynamic Controls creation in a C# WPF Application (Part 2) In Part 1, we learned how to use Resource Dictionary (WPF) in order to apply styles to UI element dynamically. Resource Dictionary uses 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 ...
WPF - SignalR Real Time Chat Example Application that uses SignalR for real-time communication. SignalR is a library that enables developers to create applications that have real-time communication ...
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 ...