拾いもの.NET Tips
すみません。Tips というか、自分用のメモ置場みたいな感じです。
ぶろぐでの試み達
BackGroundWorker(System.ComponentModel.BackGroundWorker)
BindingNavigator(System.Windows.Forms.BindingNavigator)と BindingSource(System.Windows.Forms.BindingSource)
Button(System.Windows.Forms.Button)
CheckBox(System.Windows.Forms.CheckBox)
CheckedListBox(System.Windows.Forms.CheckedListBox)
ColorDialog(System.Windows.Forms.ColorDialog)
ComboBox(System.Windows.Forms.ComboBox)
ContextMenuStrip クラス(System.Windows.Forms.ContextMenuStrip)と ContextMenu クラス(System.Windows.Forms.ContextMenu)
DataGridView(System.Windows.Forms.DataGridView)その1(Cell のいろいろな種類)
DataGridView(System.Windows.Forms.DataGridView)その2(Cell の色を変えたり)
DataGridView(System.Windows.Forms.DataGridView)その3(行列固定)
DataGridView(System.Windows.Forms.DataGridView)その4(MaskedTextBoxCell とか TabStop とか DragAndDrop とか)
DateTimePicker(System.Windows.Forms.DateTimePicker)
DirectoryEntry(System.DirectoryServices.DirectoryEntry)
DomainUpDown(System.Windows.Forms.DomainUpDown)
ErrorProvider(System.Windows.Forms.ErrorProvider)
EventLog(System.Diagnostics.EventLog)
FileSystemWatcher(System.IO.FileSystemWatcher)
FlowLayoutPanel(System.Windows.Forms.FlowLayoutPanel)
FolderBrowserDialog(System.Windows.Forms.FolderBrowserDialog)
FontDialog(System.Windows.Forms.FontDialog)
GroupBox(System.Windows.Forms.GroupBox)
HelpProvider(System.Windows.Forms.HelpProvider)
HScrollBar(System.Windows.Forms.HScrollBar)と VScrollBar(System.Windows.Forms.VScrollBar)
ImageList(System.Windows.Forms.ImageList)
Label(System.Windows.Forms.Label)
LinkLabel(System.Windows.Forms.LinkLabel)
ListBox(System.Windows.Forms.ListBox)
ListView(System.Windows.Forms.ListView)
MaskedTextBox(System.Windows.Forms.MaskedTextBox)
MenuStrip(System.Windows.Forms.MenuStrip)
MessageQueue(System.Messaging.MessageQueue)
MonthCalendar(System.Windows.Forms.MonthCalendar)
NumericUpDown(System.Windows.Forms.NumericUpDown)
OpenFileDialog(System.Windows.Forms.OpenFileDialog)
印刷関連(PageSetupDialog・PrintDialog・PrintDocument・PrintPreviewControl・PrintPreviewDialog)
Panel(System.Windows.Forms.Panel)
PerformanceCounter(System.Diagnostics.PerformanceCounter)
PictureBox(System.Windows.Forms.PictureBox)その1 PictureBox.Image を使わない方法
PictureBox(System.Windows.Forms.PictureBox)その2 PictureBox.Image を使う方法
ぶろぐに書いてないもの
VB6(Visual Basic 6.0)から Excel を使う
ContextMenuStrip の メニューの 2 階層目のイメージマージンを非表示にする