Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
102 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
49 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
110 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
149 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
181 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
97 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
92 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
0 votes
1 answer
111 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,933
1 vote
2 answers
162 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
69 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
52 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
67 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
159 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
-4 votes
1 answer
175 views

i am coding somthing for a class, and i am trying to have different images and text pop up when different values come in. here is my code . I need answers since trhis is very importent. it sucsesfully ...
Jack Smith's user avatar

15 30 50 per page
1
2 3 4 5
9335