VS 2022 Newbie of VS Community 2022 and NuGet
I created EX NOVO a WinForms solution based on NET.Framework (4.6.2) and I immediately added the NuGet Microsoft.Toolkit.Uwp.Notifications solution to the empty project, with only Form1 generated by...
View ArticleVS 2019 Is there a way to force Overwrite when using "UIOption.AllDialogs" to...
I have a program that checks for a Backup folder when it starts, and if not found, prompts for you to create one. The copy process can take a long time, so I use the standard Windows copy dialog to...
View ArticleHow Do I Access a textbo1.text in a table container? ?FindControl?
Hello, I have struggled thru several examples but no luck. I have a table (tbl_ID) and in it I have labels, text boxes and dropdown lists - all the formatting looks great and the list boxes are...
View ArticleWebview2 to an other webview2 can they communicate?
2 webview2s on the form, one is like a navigation page. Click on a HTML button and send the new URL to the other webview2. Sounds like it should. I can go from one to the form, why not one to the...
View ArticleRetrieve Hardware Monitorring Values
I would like to retrieve the hardware monitoring values without having to use admin rights IE "Run as Administrator. Using WMI requires admin rights. I am most interested in CPU temperature, CPU fan...
View Articlewait for a page to load (webview2)
Good morning all, Excuse my language, I don't speak fluently. I have a problem in my code. I connect to a site with webview2. I have to do an action after the page loads but I can't wait for it to...
View ArticleString is read only
Hi. I am new to this as I hardly used VS2008. I have some code where I am trying to replace charecters in a string Code: Â Â Private Sub ASC(ByRef MyStartString As String) Â Â Â Â Dim temp As String...
View ArticleHow to use Telegram API to send a message
Hello, I'm trying to create a simple telegram bot using its API. I'm trying to look online but there are only old c# examples wich aren't still good. I've found in the official documentation examples...
View ArticleVS 2019 Bold is not a member of FontStyle?
Hello I have some issue with some code I am using.. I am getting this: error BC30456: 'Bold' is not a member of 'FontStyle' along with Underline, Italic and Strikeout the same exact code was working...
View ArticleLong time away fro VB.net
I had stopped programming awhile back and while I was never a pro IÂ’m looking to dive into a few projects. I could use a little help getting some info if anyone can help IÂ’d appreciate it. Please...
View ArticleVS 2019 Handle Focus on second Form with two forms
Hi, I created a form called form1 with FormBorderStyle set to none and where on top there is a panel called TitlePanel in order to handle form1 moving. With a ToolStripmenuItem I open a second form...
View ArticleVersion update from an installed application
If , on load, I read the application.productversion and on checking a database find 1.0.0.0, the database has 1.0.0.2, how can I get it to stop loading and make a request to the end user to update the...
View ArticleVS 2019 Missing designer.vb files - how to recreate?
Hi VB Gurus, Is there a way in VS2019 to recreate the designer.vb files? A few years ago I switched from WebSite to Web Application, and the designer files only seem to have created for about half the...
View ArticleReading Serial Port to USB GPIO Board
Hi All, I am working on a small project where I am trying to convert a Raspberry Pi / Python program to vb.net using a USB board that has GPIO pins. (Numato Labs GPIO). I am using the code they have on...
View ArticleEarn through ads
hello there are way or site that supports earn through computer programs With banner ads or ads, or even placing an ad on a blank page and placing the ad in a webbrowser in the program, such as mobile...
View ArticleVisio Drawing Control Error
I am working on a library that I am currently migrating from VB6 and it currently utilizes the Visio Drawing Controls COM library. I am working to create the form and I am not able to add the control...
View ArticleVS 2019 [RESOLVED] Handle Focus on second Form with two forms
Hi, I created a form called form1 with FormBorderStyle set to none and where on top there is a panel called TitlePanel in order to handle form1 moving. With a ToolStripmenuItem I open a second form...
View ArticleVS 2022 Color for single character on button
Hi everyone! :) Is there anyway to set a different color to one charater on a button? Example: A button with the text: "Start" where all the letters are white except for the letter "a" which is yellow...
View ArticleVS 2019 My.Settings.Save and user.config
Hi everyone, I have been battling an issue for a few days now. I am trying to have some settings saved into the application via the My.Settings. These settings can be and will be user specific; each...
View ArticleBindingsource filter multiple columns
Hi, I'm currently struggling with using a single command button which will filter 3 different combo inputs via a bindingsource filter. Sometimes the combo's will be blank other times nots, and I have a...
View Article