User Control Assistant 2
This is a remake of my previous submission. You can now generate all properties at the same time, except for Font property, which uses a separate button . Lists can be edited to your needs. Hope this...
View ArticleSystem.IndexOutOfRangeException
Hi, I have the following code - I am on cellcontent click I would like to populate textbox values and an image. See code below Code: Dim conn As SqlConnection = GetDbConnection() Dim command As...
View ArticleImage retrieve from SQL DB
Hi, I am trying to retrieve image and display it on the picturebox2 on datagridview cellmouseclick but receive the following error message: Code: System.ArgumentOutOfRangeException: 'Index was out of...
View ArticleInput Needed, on Multiple Levels
There's a problem that I'm involved with, and I'm looking for suggestions. We get information from a small-ish number of people (roughly 100-300 per year). We have no control over them other than to...
View ArticleVS 2019 Barcode (QR) position detection
Hi I need a way of getting the co-ordinates of a QR code on a pdf. Here's a bit of background to this: I have a bunch of pdfs with QR codes in various positions (they are positioned by another user,...
View Article[RESOLVED] Add column width to DataTable
Hello every one I need your help .. please To create my datatable column I use this code for the column names and the titles of these columns headers Code: Dim DT As New DataTable...
View ArticleRansomWare ..WannaDrive...
I thought that this is an article everyone should read https://www.escrypt.com/sites/defaul...ainst-cars.pdf just think if your sitting in your car and the next thing you see/hear is... please Transfer...
View ArticleSetMenuItemBitmaps ...LR_CREATEDIBSECTION (Transparent Background)
Code: sFile = "C:\Temp\MyBMP.bmp" hDib = LoadImage(0, sFile, IMAGE_BITMAP, 16, 16, LR_LOADFROMFILE Or LR_CREATEDIBSECTION) Call SetMenuItemBitmaps(hMenu, 1, MF_BYPOSITION, hDib, hDib) Hi, Trying to...
View Article[RESOLVED] Dir$ issue
Want to simply use Dir$ (instead of FSO) to determine if a folder exists. Having a bit of an issue here: (tried it with and without trailing slash) Code: Dim myDir As String Dim sArtist as String...
View ArticleVS 2019 Reading text from a website
Hi I need to read the text of a web page from vb.net In the past I've done this by navigating to the url via a webbrowser control, waiting for the DocumentCompleted event, and then looking at...
View ArticleCSV Helper
I have a VB.Net (Framework 4.7.2) application and a Mysql database. I use Mysql bulkloader to insert just over 1 million lines from .csv file. It takes about 1 minute 46 sec to load. I am trying to use...
View Article[RESOLVED] Deleting a folder that WIN 10 says Doesn't Exist
Okay, so somehow I goofed up...I created a folder (under Music in my Jukebox) with a song artist's name. I used MKDIR. It created it just fine (or so I thought). As I was just using it as a test, I...
View ArticleVS 2017 Correctly Sort Date Values in DataGridView
Hello: I have a DataGridView with columns, that if double clicked can be sorted. I am using Typed DataSets. Below is a partial example of code: Code: Dim ta_JobInfo As...
View Articledosbox wide screen
Hi. I'm trying to play games in full widescreen resolution on my laptop windows 10 . The problem is that the games will always render on 4:3 . My resolution is 1920x1080 Whatever configuration I use it...
View ArticleVS 2015 [RESOLVED] visible = false does not work
I have a form with multiple text boxes. They all work except 1. I set the attributes to on box A71.Visible = False. The .Visible = False works on all the other boxes.
View ArticleSome thoughts on VB6 forum
For the thread "VB6: Question-Databases, where do I start?", I have some thoughts. If A puts forward a wrong point of view, if others do not correct his wrong point of view, then the wrong point of...
View ArticleTCPListener maybe thread issue??
I have a program that has 2 forms. In one form I have a TCPListener running in the thread. This part works fine and receives the data like it should. When the data is received I am trying to place what...
View Articlehow to concatenate the above HTML code
Hi, I have an HTML like below: Code: `<input type="checkbox" class="editor-is_supervisor" onclick="myfunc(this)" id="${idx} " />`; and I have a variable call 'status' var status = 'checked' //...
View Article[RESOLVED] Drawing a line / rectangle on a form
I have a form on which is a frame in in that is an image. On this image I have drawn a number of labels (a cross and some text). I would also like to draw some horizontal & vertical lines. I think...
View Article