木曜日, 11月 30, 2023
Excelのコメント機能はチョット便利
TCDW7871
地味な匂いって流行っているのかな〜?
水曜日, 11月 29, 2023
Visual Studio Basic_34
実行後、忍者のように消えるボタン
------------------
Public Class Form1
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
Dim side As Integer
side = Val(TextBox1.Text) * 3 / Math.Sqrt(3)
Label3.Text = Format(side, "0.0")
Label2.Text = "の時の一辺の長さは▼"
Label2.BackColor = Color.LightBlue
Button2.Visible = False
'計算結果をLabel3に少数1桁で表示
'Label2にButton2と同じ色の背景色で
'「の時の一辺の長さは▼」を表示
'Button2は非表示
End Sub
------------------Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
Dim radius As Integer
radius = Val(TextBox1.Text) * Math.Sqrt(3) / 3
Label3.Text = Format(radius, "0.0")
Label2.Text = "の時の半径は▼"
Label2.BackColor = Color.Khaki
Button1.Visible = False
'計算結果をLabel3に少数1桁で表示
'Label2にButton1と同じ色の背景色で
'「の時の半径は▼」を表示
'Button1は非表示
End Sub
------------------Private Sub Button3_Click(sender As Object, e As EventArgs) Handles Button3.Click
Button1.Visible = True
Button2.Visible = True
Button1.ForeColor = Color.Black
Button1.BackColor = Color.Khaki
Button2.ForeColor = Color.Black
Button2.BackColor = Color.LightBlue
TextBox1.ResetText()
Label2.ResetText()
Label2.BackColor = SystemColors.Control
Label3.ResetText()
Label3.BackColor = SystemColors.Control
'Button1を表示
'Button1の背景色をKhaki、文字をBlackに指定
'Button2を表示
'Button2の背景色をLightBlue、文字をBlackに指定
'TextBox1をリセット
'Label2、3をリセット
'Label2、3の背景色をControlに戻す
'Webカラーではなくシステムカラーの指定は
'Color.ではなくでSystemColors.を使う
End Sub
------------------Private Sub Button4_Click(sender As Object, e As EventArgs) Handles Button4.Click
End
'プログラム終了
End Sub
------------------Private Sub Button5_Click(sender As Object, e As EventArgs) Handles Button5.Click
Button1.Visible = True
Button2.Visible = True
Button1.ForeColor = Color.Black
Button1.BackColor = Color.Khaki
Button2.ForeColor = Color.Black
Button2.BackColor = Color.LightBlue
Label2.ResetText()
Label2.BackColor = SystemColors.Control
Label3.ResetText()
Label3.BackColor = SystemColors.Control
'Button1を表示
'Button1の背景色をKhaki、文字をBlackに指定
'Button2を表示
'Button2の背景色をLightBlue、文字をBlackに指定
'Label2、3をリセット
'Label2、3の背景色をControlに戻す
'Webカラーではなくシステムカラーの指定は
'Color.ではなくでSystemColors.を使う
End Sub
End Class
火曜日, 11月 28, 2023
modoローポリモデリング 28
無意識に作成してしまった重複ポリゴンの確認と修正手順
modo 16.1v8
月曜日, 11月 27, 2023
Illustratorの無駄知識13
Illustratorのパスファインダー「中マドと分割の関係」
日曜日, 11月 26, 2023
Soundに合わせて映像時間を逆走追加(iMovie)
土曜日, 11月 25, 2023
Shotcutでムービー遊び(15)
Soundに合わせて映像時間を延長したいとき
Shotcutサイト
Shotcut Ver 22.06.23(Windows)
TCDW7866
ハンドクリーム使っていてもダメと説明を受ける
金曜日, 11月 24, 2023
Blender Study Notes 29
スタート時点からスカルプトモードで粘土細工
Blender
Blende 3.6.5