Posted 3 January 2022, 4:43 pm EST - Updated 3 October 2022, 10:45 pm EST
Hello:
I have 3 buttons all sized and configured identically (as far as I can tell)
The buttons require the text to be displayed vertically (top to bottom)
When I maximize the form two of the buttons (buttons 17&18) wrap the text to two rows of two characters
The Third button retains it single column of text. 'C1Button18
’
Me.C1Button18.Location = New System.Drawing.Point(1002, 211)
Me.C1Button18.Name = “C1Button18”
Me.C1Button18.Size = New System.Drawing.Size(21, 77)
Me.C1Button18.TabIndex = 5
Me.C1Button18.Text = “Info”
Me.C1Button18.UseVisualStyleBackColor = True
’
'C1Button17
’
Me.C1Button17.Location = New System.Drawing.Point(1002, 128) Me.C1Button17.Name = "C1Button17" Me.C1Button17.Size = New System.Drawing.Size(21, 77) Me.C1Button17.TabIndex = 4 Me.C1Button17.Text = "Test" Me.C1Button17.UseVisualStyleBackColor = True 'C1Button19 ' Me.C1Button19.Location = New System.Drawing.Point(1002, 444) Me.C1Button19.Name = "C1Button19" Me.C1Button19.Size = New System.Drawing.Size(21, 77) Me.C1Button19.TabIndex = 8 Me.C1Button19.Text = "Open" Me.C1Button19.UseVisualStyleBackColor = True