Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
1 replies
45 views

How to force ComboBox1_SelectedValueChanged to reset ComboBox to its starting appearence, showing only the user prompt label. Here a simple code example : Private Sub Form1_Load(ByVal sender As System....
kapopoulos john's user avatar
0 votes
0 answers
120 views

I'm working on a VB.NET WinForms app (.NET Framework 4.8) and seeing inconsistent scaling between forms. I develop on my work laptop using a Remote Desktop Connection. This problem began when I ...
Joel S.'s user avatar
  • 91
1 vote
1 answer
61 views

I’m having an issue with this JavaScript: when I paste a number, the TextChanged postback is not triggered, whereas it works correctly when I type the value manually. It’s a general control, and the ...
Gianlu23's user avatar
Tooling
0 votes
2 replies
119 views

I want to create a Word-Formular for a Quality Report which contains different dimensions of Steel parts. The Word-Doc should get its information via Excel an create a desired state and actual state ...
Gerhard Hofer's user avatar
2 votes
0 answers
183 views

We have a Visual Studio solution, written to run on .NET Framework 4.8 and mostly in VB.NET. Part of this is a mechanism to run SQL scripts stored in .sql files. This has worked fine for years, ...
DinahMoeHumm's user avatar
  • 1,120
3 votes
2 answers
190 views

Inherited code that has a method for showing the System.Windows.Forms.OpenFileDialog control which works fine when called from the main form. But when called from any child form, the folder panel is ...
BlueGI's user avatar
  • 229
2 votes
4 answers
100 views

I am maintaining code that processes an object of type XmlDocument in the System.Xml namespace. The problem is ensuring the <price> element in the following XML both exists and has a value. ...
NeartCarp's user avatar
  • 273
0 votes
1 answer
60 views

Problem I am uploading files directly from a browser to Azure Blob Storage using a SAS URL generated from an ASP.NET WebForms backend. The upload works logically, but the browser always throws: ...
priya thorat's user avatar
Tooling
0 votes
5 replies
97 views

I'm finally getting around to implement custom languages to my application I did design all my messages from the start around a common function that includes custom variables (\VAR1,\VAR2.....) and ...
jorge corvallis's user avatar
1 vote
1 answer
118 views

The following code is refused with error BC30037: invalid character for the √ character: Public Function √(x As BigDecimal) As BigDecimal return BigDecimal.SquareRoot(x, BigDecimal.Precision) End ...
schlebe's user avatar
  • 3,929
1 vote
2 answers
166 views

We have a Visual Studio solution targeting .NET Framework 4.8, written mostly in VB.NET This solution is many years old and has worked fine all that time while containing code such as: Dim dDate As ...
DinahMoeHumm's user avatar
  • 1,120
0 votes
1 answer
70 views

I need to read the tables contained in some Word files. I wrote the following code in vb.net: Imports Microsoft.Office.Interop ' .... Dim oWord As New Word.Application Dim doc As Word.Document Dim ...
sp64's user avatar
  • 27
0 votes
0 answers
53 views

I have coded this, but the only message I receive is right after I register I get a message with a GUID of GUID_ACDC_POWER_SOURCE (5D3E9A59-E9D5-4B00-A6BD-FF34FF516548), and don't receive any more ...
user3504017's user avatar
0 votes
0 answers
69 views

I have coded this, but the only message I receive is right after I register I get a message with a GUID of GUID_ACDC_POWER_SOURCE (5D3E9A59-E9D5-4B00-A6BD-FF34FF516548), and don't receive any more ...
user3504017's user avatar
0 votes
1 answer
160 views

I'm trying to get a picture box to move when you press a button. That's the part that is a problem. I tried it on my own at first, then I looked up some stuff, then I even took some code from a ...
Jack Smith's user avatar

15 30 50 per page
1
2 3 4 5
9333