VS 2015 Enabling a VS2015 option
I just ‘upgraded’ my system to Visual Studio 2015 (after first uninstalling VS 2012, removing folders, etc). The one thing I cannot figure out is this: With VS 2012, when I would click File->New...
View ArticlePoll Button
I need to create a button that when pressed will trigger a field device to poll for data and bring it back to a station. Any ideas?
View Article[RESOLVED] Best way to locate "System.StackOverflowException" the cause for...
I'm generating a program that works/interfaces with a company portal, and all of a sudden upon compiling I get a "System.StackOverflowException". Now I did recently add a new class and this started,...
View Article[Index was outside the bounds of the array.] But it's not
I keep getting a [Index was outside the bounds of the array.] for a Text Bool to CBool conversion. I have a 2D array, 27 Row, 3 Col. The call is to the row of 2 and the column of 2. See below. Yet the...
View ArticleCustom Comparator Cursing
I have a Dictionary(Of ISomething, SomeOtherThing) The ISomething interface includes a property Endpoint, which returns a GUID. I wanted to use ContainsKey to see whether some ISomething was already in...
View ArticleProgrammatcially move objects on screen
I am trying to move a couple of my controls to increase size and decrease size under certain situations/conditions. However, when I try to use code below I get the following error message. Error...
View ArticleVS 2019 Why does the textbox displays the data twice if MsgBox incorpoated in...
Hello Why does the textbox displays the data twice if MsgBox incorpoated in TextBox1.KeyDown Event If messagebox is removed then the text pasted is Once which is what is required I am trying to copy...
View ArticleVS 2015 Wonder if this mistake caused all my issues
I made a number of posts, see https://www.vbforums.com/showthread....file-ownership and https://www.vbforums.com/showthread....with-resources and maybe others, about an issue I was having debugging a...
View ArticleReordering an array
Hi all, I'm working on a game that when a button is pressed a number is added to an array up to 10. What I'm trying to figure out is how to reorder the array from the smallest number to the largest...
View ArticleVS 2022 Trying to get 32-bit ActiveX to work in 64-bit application
I need to use DirectSS (Direct Speech Synthesis) control in 64-bit VB.NET application created using Visual Studio 2022. I asked ChatGPT about a solution, and it generated the solution for me which uses...
View ArticleGood lord its BLOATED!
(Didn't see an appropriate forum for this so I'll post it here.) Wow. I just downloaded & installed Visual Studio 2022 Community. My computer is modest - 3.1gb duo-core, 8gb of RAM, 64-bit Win 10....
View Article[RESOLVED] Webbrowser Tool Now missing, and from program
I am not sure what happened, but the webbrowser tool has disappeared from not only the toolbox, but has done something to my program where the browser just will not load any page, most of the time. I...
View ArticleEncountering performance issues whilst amending multiple text files
Hello all. I have a script (as below) which works well and formats a date within multiple text files in a specified folder. However, if I run this on a lot of files, some with a lot of text, then it...
View ArticleVS 2022 [RESOLVED] XElement remove ProcessingInstruction problem / solution
We have a requirement to convert some large XML files from one messy format to a cleaner version. In the process of doing that I discovered an issue with XElement. This sequence doesn't work all the...
View ArticleAccess Datagridview cell from another form
I'm working on a project that has two forms. One form has a Datagridview populated with part numbers that represents part data for that PN. The DGV matches shelve with the parts. When the part data was...
View Article