SQLite & 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[RESOLVED] [Excel][VBA][Form][ListView] Get list subitems
Hi guys, Is there any way to get the Column from a listview? I need to triagulate the data in a listview and get column and row for the item selected. The listItem (row) I can get, but the listSubitem...
View ArticleMsOf365 Question [Excel][VBA][Form][ListView] Get list subitems
Hi guys, Is there any way to get the Column from a listview? I need to triagulate the data in a listview and get column and row for the item selected. The listItem (row) I can get, but the listSubitem...
View ArticleVS 2010 conversion from string " " to type 'Double' is not valid
I don't even use Double datatype in my code, even though I assume it come from CDec function. I set a condition to make the value in it to 0 when it is null (code not included), it still get error Here...
View ArticleCustom uninstaller help
I created a vb.net application in VS 2019. Using Publish I can create an installer and the installer runs file. But, when the program is removed from Windows Add/Remove, the folder the program is...
View ArticleExplanation of bi-dimensional Arrays ... Please!
It is possible to create a two-dimensional array variable, without declaring the number of the two variables to be used, i.e .(?): Private AA As Long Private BB As Long Private CC As Long Private...
View ArticleVS 2019 [Build] Cannot be called directly Error
My source code is as below. I get an error when trying to debug and I can't solve this error in any way. Please enlighten me with your knowledge, masters. Quote: Error BC32022 Public Shared Event...
View ArticlePrint/Export RichTextBox contents to PDF.
I have a richtextbox that contains a bunch of data with formatting bold and underline, now I want to make a button that trigger the richtextbox contents to export to PDF, in VB6 it is possible to do...
View ArticleHelp! Vb2010 +sqlite3 datagridview The transformation of checkbox value
I am a beginner of vb2010 + SQLite3, now I have a problem, please ask some experts I add a DataGridView control to the form, set a column as datagridviewcheckboxcolumn type, and a Boolean field in...
View Article