close
Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
1 answer
81 views

I want to match against only the last two lines of the multiline address (italicized) and return any 5 digit number at the end of either of those two lines, ignoring any 5 digit numbers in the lines ...
Karlton's user avatar
  • 49
Advice
0 votes
5 replies
86 views

I have a regex expression that I use during the textchanged event of a textbox. It is supposed to replace any non alphanumeric characters with only a single instance of the character (such as a comma, ...
Karlton Kemerait's user avatar
1 vote
1 answer
121 views

While creating a MP3 playlist generator, I can't figure out how to make the code below work. In my database, I have a table which contains all of the MP3 attributes of a track, including the path to ...
Paul1957's user avatar
0 votes
2 answers
198 views

I have a fairly complex VB program that accesses various components of my home control and monitoring system and displays data from them on a form on my desktop. On startup, it downloads recent data ...
user1921922's user avatar
Best practices
0 votes
4 replies
126 views

I would like to load the JSON content from a "normal" server, the query URL is https://www.astrobin.com/api/v2/equipment/camera/?format=json When I run the query in the Google Chrome ...
Martin Weiß's user avatar
1 vote
1 answer
111 views

I'm trying to launch a .exe through services.msc from the LocalSystem account. I want to run an application as another user through this executable. I researched for a bit and found out that it's not ...
Karthik Sapaliga's user avatar
2 votes
1 answer
134 views

I have a Windows Forms application developed in VB.NET. I am trying to open an Excel file, manipulate it by adding new sheets and data, and then save the file using Microsoft.Office.Interop.Excel. All ...
Akbar Husain's user avatar
0 votes
0 answers
84 views

Tasked with adding a video playback capability to a large VB.NET Windows Forms Application project, I began by creating some simple code in a standalone project.  The project contains a module (...
DumbestGuyOnSaturn's user avatar
Best practices
0 votes
3 replies
202 views

If you create a new VB.NET or C# project you will get a lot of files, e.g.: test.deps.json test.dll test.exe test.pdb test.runtimeconfig.json or if I publish the project I will get a single file ...
Remus Rigo's user avatar
  • 1,461
2 votes
0 answers
196 views

I want to run a procedure that updates a dashboard (list of tasks) completed. Users will update the tasks from their apps, which updates a database in the shared server. This is how far I have come - ...
Hannington Mambo's user avatar
3 votes
1 answer
115 views

I am trying to load some data from SQL Server like this: Imports System.Data.SqlClient 'Imports Microsoft.SqlServer Public Class Form1 Inherits System.Windows.Forms.Form 'Create ADO.NET ...
Michael Hartmann's user avatar
Advice
0 votes
3 replies
122 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
152 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
2 votes
1 answer
91 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
160 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

15 30 50 per page
1
2 3 4 5
9329