help with this listbox index
Code: For i = 0 To ListBox3.Items.Count - 1 For j = 0 To ListBox4.Items.Count - 1 If ListBox3.SelectedIndex Then ListBox4.SelectedIndex =...
View ArticleVS 2019 Bitmaps From Stream & Bitmap Headers
I'm unsure whether to post this in VB.net or Graphics. * I have been messing with bitmap graphics for a while previously tried the "SetPixel" and "LockBits" methods. SetPixel was way too slow for the...
View Article[RESOLVED] webbrowser and timer
i have Quote: Private Sub wb3_DocumentCompleted(sender As Object, e As WebBrowserDocumentCompletedEventArgs) Handles wb3.DocumentCompleted rrtb.Text = wb3.Document.Body.InnerHtml Timer3.Enabled = True...
View Article[RESOLVED] how do i convert comma strings to newline
Quote: newsflare, amazing world video, amazing videos, news, breaking, viral, scary videos jump scares, scary videos that make you jump and scream, scary videos caught on camera, ghostly moments,...
View Article[RESOLVED] help string
Code: dataa = dataa.Replace(",", vbNewLine) dataa = dataa.Replace(" ", "") this leaves a space at the begining of all strings Code: aaaaaaaaaaaaaa vvvvvvvvvvvv ggggggggggg notice it has 1 space in...
View ArticleListbox Randomize and shuffle words
i am working on titles and i need help on this, my target goal is to take the words from these lists and randomize them and shuffle the words around, just like a generate button on each click gives...
View ArticleVS 2019 OpenCV Pose detection from the camera
I'm trying to convert this code to visual basic and use it, I had problems and I couldn't use it in C# I thought it was very interesting and I would like to test it:...
View ArticleSplit words by count
Listbox5 Top 20 Times Real-Life Ghosts Were Caught On Camera big list so i just added one. Code: Public Function CountWords(ByVal value As String) As Integer ' Count matches. Dim...
View Articleneed help convert code and run on vb.net
Dear all Master, I'm a newbie on vb.net. I need help converting the code below to vb.net and also teach me how to run the code properly in vb.net. If there is a misunderstanding, you can ask me. For...
View Articleautomating input of data into Web site
Hi, Context first, I used to use VB a long time ago, but would never class myself as a programmer. What I am proposing here is to hire someone to do the work. What I am trying to determine on this...
View Article[RESOLVED] automating input of data into Web site
Hi, Context first, I used to use VB a long time ago, but would never class myself as a programmer. What I am proposing here is to hire someone to do the work. What I am trying to determine on this...
View Articlejoin select question
Hello! Is there a way to reference or point to a field of a joined table of a select statement? Typically i can us this code below on a simple select i can reference the fields like this... mystr =...
View ArticleConverting Word to PDF with Bookmarks
I'm working with legal transcripts that will have entries in the text that look like this: (Joint Exhibit 1 admitted into evidence) There is a bookmark that is placed into this labeled something like...
View ArticleVB6 Locks up at breakpoint in Windows 10
I've got VB6 installed and running in Windows 10 after following some tips. Unfortunately, it doesn't behave right. For example, when I set a BREAKPOINT and then RUN the app, it stops at the...
View ArticleHow to automatically delete redundant source code?
Sometimes only Extract a small number of modules or controls are needed in a complex project.Suppose the project itself contains 20 custom controls. Now you just want to use one of the controls.But he...
View ArticleEXCEL2007 Win7 Merged Cells: Test 2 rows in vertically merged cell is...
I'm trying to convert rows containing vertically merged cells to single, unmerged rows. For years my code worked but a few weeks ago it failed. I grab the top row value and next row value and compare...
View ArticleHow to add menu to any other third party process?
For example, write a standard DLL, and then through injection or other methods to make it loaded. Subclassing in it.Responds to an event based on the message ID of each menu。 For...
View ArticleAccess database multi-process access, how to update immediately?
I forgot what I wrote before. A parameter should be added to the database connection string. There are several ways to set up this connection, but only a few have this functionality. If process a...
View Article[Javascript] [ES6] Bootstrap Form Builder
Bootstrap Form Builder A simple JavaScript solution for building Bootstrap forms on the fly. Demo Fiddle: https://jsfiddle.net/ux84votz/ Repository https://github.com/dday9/Bootstrap-Form-Builder Usage...
View ArticleVS 2019 UPDATE Query Throws error "Database is locked". help!
Hello! I'm having trouble with my UPDATE Query, I'm using an SQLite DB, it has a table called Brand_Table, this table has only 2 columns: [ID] and [Name]. I can INSERT and DELETE records from it, but...
View Article