VS 2019 About using a video file embedded on a resource RES file
Hello dudes, here i am again for working on the Forum and projects of some sorts, even like so. I am trying to have a single video file from my RES file, to be deployed on the current system machine....
View ArticleVBRichClient Image sizing
Like a lot of others I am trying out RC6. The FSO replacement is amazing and it would really help to know if I can; Load an image file. Resize said image at very high quality whilst maintaining aspect...
View Articledoes my database connection is closed properly?
Hi, I am facing FATAL: sorry, too many clients already in postgresql-12. I need advice about database connection, does my code below already close the database connection properly? Code: try...
View ArticleWhich is Appropriate ComboBox1 Event to show a Msg that combobox1.item Does...
Hello Which is the most appropriate ComboBox1 Event to show a message that combobox1.item Does not Exists ie user types wrong string/text in Combobox1 and Msg to POP up "Item Not there in the List" a.)...
View Article[RESOLVED] Form not displaying in IDE
One for the books (???).... In one of my projects I have a form (shows up in the Project Explorer). Last time I modified that form was late 2020...I 'replaced' that form with another one (but it was...
View ArticleC# WinForms position a child dialog with specific coordinates
I can't position a child dialog where I want it. My hardware configuration is a docked laptop with two large monitors, A on the left and B on the right. I don't care where my main application is...
View ArticleCan the address of a VB Function be used to execute the function in some way?
Hi, Outside of an Events context, can the address of a function obtained with GetRef(), be used in a variable which will later be used to execute the function? What I'm trying to accomplish is sending...
View ArticleWhat does BTT mean?
Hi, When creating an object from a third party library, CreateObject returns a popup VBScript RunTime Error This operation is not supported with BTT enabled. What does 'BTT enabled' mean?
View ArticleSQLite & RC 5 query for month and year
Hello Vbforums I'm using SQLite & Vbrichclient I need to query for records for curent month and year. This is what I did but without success. For curent month Code: strSQL = "Select * from...
View Articlehelp Convert Httpwebrequest to Httpclient
I want to convert this code to Httpclient Code: : Net.ServicePointManager.CheckCertificateRevocationList = False : Net.ServicePointManager.DefaultConnectionLimit = 300 :...
View ArticleProblem parsing a pdf
I want to parse a pdf into text file so I can use vb to read some data into tables. I can do it with adobe but the text file is messy. I found this site: https://products.aspose.app/pdf/parser That...
View Articlehow to transfer list box data to datagridview in vb2019
i have three listbox in one form iwant to all three listbox data to a datagridview what will be thecode i tried too many way but it not done please help me
View ArticleUse VBA to run a code on multiple excel files yet each doesn't save a new sheet
Hi, I am super new to VBA language and I am trying to fix my code. I want to run my macro on multiple files and I have found a code to so. My macro is to find certain rows based on keywords and save...
View ArticleHow to bold selected words in RichTextBox?
Hi, I'm new in RichTextBox. I want to select a word that wrapped between my special symbol I self invented (#B#) to be bold and deleted the symbol after bold, how to do that? Code: RichTextBox1.Text =...
View ArticleVS 2019 [RESOLVED] Raising an event when the object is instantiated
Hello friends :wave: I'm trying to fire up an event when my object is instantiated right after the form show's event, but it's not working. Here is what I did: Code: Public Class MyObject Public...
View Article[RESOLVED] Odd write permissions issue
I have just had an odd issue with write permissions that has only just started affecting all of my projects (well, i've tried around 5 and all the same) I test whether the user has write permissions on...
View ArticleVS 2019 What is the short way out to import the particular files when...
Hello Project Name: C:\VBNET19\Proj\ComboBoxProjects\ComboBoxes4 This is what is looked like on Screen Quote: OS(C:)>VBNET19>Proj>ComboBoxProjects>ComboBoxes4 Hidden folder is displayed as...
View ArticleHigh and Low WORD and BYTE of a value --- Code Issue
The following code outputs the swapped values basis the High and Low WORD and BYTE of a value. Most of the output matches with the output from the online calculator at...
View ArticleUpdate Programs Through Dropbox
I used 2 resources from NuGet Dropbox.api and System.IO.compression.ZipFile The way I have my program set up is to directly publish to my dropbox api folder but, you could migrate the updates you want...
View ArticleVS 2017 [HELP CODING BEGINNER] Make A RESULT with automatic increasing...
Hello everyone! I am looking for a code in order to increase automatically my numericupdowns until my result. for example: NumericUpDown3.Value = CInt(Math.Round((NumericUpDown3.Value -...
View Article