Posts by Ammadeux • 99 points
3 posts
-
0
votes0
answers14
viewsQ: Search listbox index from two inputs ofTextbox
Good afternoon, The goal is to find the index in the Listbox corresponding to two textbox values. Textbox1 looks for the value in column 0 and textbox2 in column 1. Both of these values in listbox…
-
0
votes1
answer24
viewsA: Open PDF File from a Textbox value
I just did the following line. WebBrowser1.Navigate ("C:\filepath" & "\" & TextBox1.Value & ".pdf")
-
-1
votes1
answer24
viewsQ: Open PDF File from a Textbox value
Good night, I am a bit stuck trying to optimize my form, the goal is to show the PDF file of equal name corresponding to the value in the Text Box. PDF files are all stored in the same folder…