Find image on screen.
No idea where to start here. I've got a picture in a file, and I know that this image is somewhere on the screen (actually, multiple somewheres on the screen), and I'm trying to find the fastest way to...
View ArticleHow to avoid CancellationToken from being cancelled during downloadstring
Hi everybody, I'm populating a listbox from an async download string using httpclient. The listbox is slightly modified as I needed a scroll event and i found online a really cool class for it. So I'm...
View ArticleWebSocket Secure (wss) Server in vb6.
I need to create a server written in vb6 for secure websocket (https), I can create only for http websocket. But I don't know about the secure encryption protocol that the "wss" version has, so I'm...
View Articleobject was unloaded (error 364)
This thing happens sometimes and it's annoying because it cannot be trapped. It's a spurious error. It happens when the program runs as standalone. In the environment only once have I seen it. I can't...
View ArticleFinding a subfolder with the highest number that matches a pattern
I need to find the last subfolder that fits a certain pattern under a given folder, and use it for a process. And if no such subfolder exists then I have to create one. Let's say the given folder is:...
View ArticleVS 2012 Developing Applications Together (Melon3 Player)
Hi, I'm ari! I want to share the source code for the media player application that I made (Melon3 Player). what I want is which of you wants to develop this application together Main Form Main Form...
View ArticleLVM_CREATEDRAGIMAGE truncating half the item
This is what I get for trying to do a simple drag drop instead of my normal complicated nightmare lol... Trying to create a drag image for plain text in a checkbox list, and this is the result: I was...
View Article[RESOLVED] VB.net Accessing control on a tabcontrol second tab page on...
Hi I have a problem when trying to set the selected index of a combobox that is on a from from a shared/public class. I get no error when I do that for another combobox (called CB_Update_CaseID in the...
View ArticleFaster find image on screen?
EDIT: Never mind... it won't work. The images I'm looking at are all 'slightly different', so each one would need its own search picture, and given the point of the thing was to, effectively, play a...
View ArticleProblems with IDE and W10
Hello! In a VB6 program several API's are in use. The IDE for this is on a W10 system. Until exactly February 4, 2020 this was no problem, since February 5, 2020 the IDE can be used, but not to execute...
View ArticleSave 3 different PNG files into 1 PNG ARGB
Hi i am definitely out of my comfort zone here, i am trying to save 3 different PNG images into 1 image, image 1 into R channel image 2 into G channel image 3 into B channel i suppose you could call it...
View ArticleConnection string for Integrated Security
Hello: I am trying to connection using old school VBA. This works in VBA! Code: connectionString = "Provider=sqloledb;Data Source=w2012;Initial Catalog=M1_SU;User Id=m1view;Password=connect2m1;" This...
View ArticleVS 2019 How do I output from a PShell script (PSObjects?) to a WinForms...
Hey Guys and Gals, I am executing a PowerShell script from a Visual Basic WinForms UI, and I managed to code it so it executes on a BackgroundWorker thread so that the UI doesn't lock up while the...
View ArticleDetermine Who's Dropping My Server Connection
Not sure if this belongs here but for lack of better place for now is here. I have a VB program which maintains a link to someone elses server. If I step away from the computer for say 1/2 hour,...
View Articlerunning powershell through vb.net
Hi! I'm having quite a bit of trouble running powershell scripts through vb.net. Here's what I have so far: Code: Dim psi As New ProcessStartInfo() ' initialize processstartinfo (psi)...
View ArticleVS 2019 Why disabling DGV Column Sorting, disables DataGridViewAutoSizeColumn...
Hello! I have DGV perfectly fine, it is not bound to anything, populated programmatically, something like this: Then I needed to disable Column Sorting when I click on any column header, so I inserted...
View ArticleAfter text colorize in RTB, it returns to black after form minimize
I colorize certain text in a Rich Text Box in my form load, and also when I do a Save after user edits the data. But when the form is minimized and then a form.activate event occurs, the colorization...
View Article[RESOLVED] Determine Who's Dropping My Server Connection
Not sure if this belongs here but for lack of better place for now is here. I have a VB program which maintains a link to someone elses server. If I step away from the computer for say 1/2 hour,...
View ArticleHow to get the data displayed on CwVList and render it on a PDF surface of...
How do I get the data displayed on CwVList and render this on a PDF surface of the RC5 if, for example, I have 200 records to print how do I get there ?, I would accept help from Olaf with examples to...
View ArticleSSL/TLS issue cropped up in old code (visual studio 2013)
I have some software that I wrote a long time ago and it has not been updated at all. The software communicates with a server to send files up and collect files and it worked fine until the 7th...
View Article