VS 2022 How to Run Instrumentation Profiling with a DLL in Visual Studio 2019...
In Visual Studio 2017, the Performance Profiler (Instrumentation mode) lets you select both a DLL and an EXE file. However, in Visual Studio 2019 and 2022, I am unable to select a DLL using the Debug ?...
View Article[RESOLVED] Why does this not exactly copy TextBox1 text to a Notepad ?
Hi, I have an app. which produces lists in Textbox1 in really nicely aligned columns. I'm trying to copy these lists to a MS Notepad. Code: Private Sub B2C() Handles Button2.Click...
View ArticleHelp files for VS2019community VB.net - HelpViewer *.mshc
I have installed VS2019 community VB.net on win7x64p, its working well. compile, debug windows form with .net4.8 all ok. One issue is I have no context help while using the editor. HelpViewer is...
View ArticleVS 2022 [RESOLVED] Why won't my timer start?
I'm trying to display a 13-frame "busy" animation while my program unZips a bunch of files, but the "_Tick" event is never triggered and I can't figure out why. Timer object was physically added to a...
View Article[RESOLVED] Combobox causes Catch setting index to 0
I have tried locating the issue multiple times, but have not been able to, or even understand why this is throwing an exception, so here I am. When I set the below combobox to a "SelectedIndex" of any...
View ArticleOK.... Webbrowser1 modified to suggestions; not working. Suggerstions on what...
OK, I have modified the program to what many people here has pushed the way the program should be written. I modified it so that the webbrowser1 uses the handler rather than a loop waiting for the...
View ArticleRuntime Design Not Matching Design Time
Below are two screenshots of the login form I'm building (along with the document outline). As you can see, during design time, there more than enough padding for the domain input. I also set the form...
View ArticleHow to Referenz Objects inside a UserControl ?
Hello. I wont to add a Handler to all Buttons which are inside a UserControl(many exist on a Form), with a code from a Form. (s. pic) I have tested many ways, like for each btn as button in...
View Article[RESOLVED] Add a ListView to a Panel ?
The Listview itself work fine. If i try to add this listview to a Panel , the Listview appears on the right, down corner (s. image) I have played with the panels properties (anchor, autosize etc) but...
View ArticleVS 2022 VB.NET Console App error "No accessible 'Main' Method
I am a newbie, learning by using snippets of code. Trying to make this console app for a TCP Listener work. But keep getting Build error " BC30737 No accessible 'Main' method with an appropriate...
View ArticleMy.Resource command does not work.
I don't know why this statement does not work. Code: Form2.PictureBox1.Image = CType(My.Resources.ResourceManager.GetObject("Medved_Taiga1"), Image) the image exist in the form2.resx file (s. image)...
View ArticleHelp initializing ListView
I am learning about ListView1 as newbie for a sensors project. I started by populating some columns and rows of example data but on loadingthe form nothing appears in the ListView1 box. Any advice much...
View ArticleVS 2019 Not Getting the First BackGround Color and getting 1st Rotated Text...
Sub :Not Getting the First BackGround Color and getting 1st Rotated Text Overwritten in Circle Hello Can someone help me to get the respective Background Color where N5 is written it comes with...
View ArticleRegex match help?
i have following string of digits, which i tried to much: Code: 0,13,26,X,39 . 1. The positions of the digits are variable in the string 2. X can be any number and also the Position is variable. any...
View Article[RESOLVED] Use one button to calculate multiple textbox
Hello, Need help. Using Visual Basic 2010. I have one button (calculate), 2 textbox and 2 labels. TextBox1 has 1 value that I input for OAT Temp and TextBox2 has another value for Fuel Loaded. Button1...
View Article