My form1 maximize I do not know how. tehre is no option to restore to the...
Hi Guys, I was working in design mode when my form1 suddenly maximized, and I could not find any option to restore it. Does any one of you know any trick to restore my form? Thank you so much. Have a...
View ArticleCreating a drop-down menu in CATIA
Hello, everyone. I need help creating an additional menu in CATIA. I searched the Internet for a way to solve my problem, but I only found a way to add an additional icon to the top menu, and I need to...
View ArticleVS 2012 VS changing file ownership
I am trying to debug a program, but VS 2012 is making this process REALLY hard. When I compile the program, it sets the .exe file's owner as root. And to recompile it again, I have to exit VS, change...
View Article[RESOLVED] Clicking an HREF link
EDIT: Never mind..... It is working, just that the WebBrowser1 is not updating with the click. When I run the program with "DoEvents" through the section with the click, the webpage does open then....
View ArticleWindows Media Player Control
Good Saturday morning I have a media player on a form. I down music from my computer and store the song path in a Datagridview cell. I click that row containing the song path and then click the media...
View ArticleVS 2017 How to read a text file and only get a number variable to use in VB
Hello everyone, thanks for reading. I have been stuck on this for a while and can't get it right. Trying to read from a file prep.txt and get what is after the equals sign could be 1 or 2 digits....
View ArticleVS 2022 Extract data from website using webview2
Hi On This Website , first i need to search for an particular 'Bid', using 'Exact Search' option.. After the search is done i need to download the PDF file from form the link given in the 'Bid No' I am...
View ArticleVS 2022 Help with searching for Text in Word Document
I'm making a VB.NET Calibration Certificate program where I have a Winform that is going to open a Word Document depending on the selection of the machine the user picks. Once that happens, I want it...
View ArticleI found this code to find a specific record in a table Sql.
Hi guys, I found this code and modified it to fit in my application. The code searches a specific record to display the result in a label. There is one text box to enter the word to search. Fill up the...
View ArticleGeneric function having conditional with argument(s)
I want to convert certain numerical functions to generic functions, but I am getting errors that seem to be associated with constraints that require arguments. Here are a couple examples. Code: Imports...
View Article[RESOLVED] Why Can't I get If File Exists to work with a wild card?
VBNet 2010 VBNet 2017 VBNet 2019 VBNet 2022 Expert Level: Basement Tinkerer/Hobbyist. (i.e. Not doing this for a living or else I would be homeless by now.) This works Code: Dim fileName =...
View ArticleVS 2022 [RESOLVED] Calculating Trigonometrical formulas
This is a small calculator i'm writing. I just need help with VB.Net formulas for cotangent, secant, and cosecant. Given an angle (NumericUpDown1.Value), how would i complete this code? Code: Private...
View ArticleWhere can one go to find a full list of VBnet Error numbers and their...
Looking for a full list of error numbers (Err.Number) for runtime errors and their error descriptions. (Err.Description) that is native to VB. Using error number "57" for an example, I found two...
View Article[RESOLVED] BigDecimal in VB2022
I’ve written a Sub Factorial Calculator, first limited to UInt64 and Decimal. I rewrote it in Java, because that has BigInteger and BigDecimal datatypes. I want to rewrite my VB version. VB has...
View ArticleI had change vb 2017 for 2022 but my system.data.sqlclient liter.
Hi, Guys, Blessing! I changed my VB 2017 to VB 2022, and my code doesn't work. I had set up my Imports System.Data.SqlClient, and it turned a light color. My connection string doesn't work, and some...
View Article