vb.net tag

33 questions


1 answers
266 views
0
I want to move the PictureBox control position in SplitContainer Panel by keyboard operation on vb.net.

The PictureBox control (red) is located on the right panel of SplitContainer on vb.net.I want to move only this picture box using the keyboard, but every time I press the keyboard button, the SplitCon...

2 years ago

1 answers
104 views
0
I want to know if IJCAD is idle.

I'm using IJCAD 2019 and VB.NET.I am about to send SendCommand when the operation on the screen is finished.I tried using GetGcadState to determine if the operation is complete, but the code below is ...

2 years ago

1 answers
147 views
0
Form with DataGridView being edited cannot be closed

The following sources in Microsoft Visual Basic 2015 are not working, is there anything wrong (missing)?Private SubDataGridView_Leave (sender As Object, eAs EventArgs) Handles DataGridView.Leave Dimdg...

2 years ago

1 answers
87 views
0
DataTable.Merge in .Net gets an error if there are no columns of interest

Developed in .Net 4.0 (vb.net).I'm thinking of using the DataTable.Merge method to combine the two DataTable.dataTableA.Merge(dataTableB, false, MissingSchemaAction.Error)If so, Cannot find definition...

2 years ago

1 answers
98 views
0
Changing ForeColor on textboxes at equal intervals

I'm a beginner in programming.I would like to use visual studio 2012 to create a brain training game where I can see arrows in textboxes 5-9 and press the buttons in the order they appear.In order to ...

2 years ago

1 answers
113 views
0
How to access elements in a chart in chart control

VisualBasic.net framework 4.0 Windows 7 uses chart controls to display candle feet.At this time, I would like to detect which candle feet were clicked by clicking the mouse on the chart for each candl...

2 years ago

1 answers
154 views
0
VB.NET/IIS7/WinSrv2008 (unmarked) to compile VB of the development environment every time

We are currently creating VB.NET (.aspx) in the development environment.However, if there is no change in the display part after rewriting, the compiled cache will be reused, and even if you modify it...

2 years ago

2 answers
127 views
0
How to Avoid OutOfMemoryException When Concatenating Strings

I am developing Windows applications on VB.net.OutOfMemoryException error thrown when concatenating String stringsThe technique is to separate Single numbers with commas and create 1000 comma-separate...


1 answers
85 views
0
[.NetFramework 4.0] I want to detect that a child item in the context menu has been clicked.

Good morning.Could you tell me about the subject matter?VisualBasic (.NetFramework 4.0), VisualStudio 2010, Windows 7 (64Bit) dynamically generates and displays items from the context menu.Some of the...

2 years ago

1 answers
123 views
0
VB2013 was able to invoke Form2 class functions (subs) from Form1 class.

VB2013 was able to invoke a function (Sub) of the Form2 class from the Form1 class.However, the drawing in Form2 described in the function does not occur.To summarize the flow (1~2)①In Form1: Dim f2 a...

2 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.