Multiple USB Ids
Trying to connect to multiple Keysight devices using USB & GPIB. For some unknown reason, I See 2 USB ID for the USB Devices. I only want to be able to select one using my dropdownlist. it seems...
View ArticlePDF Control
I am looking for a control that will do the following 1) Load and display an image in a PDF format 2) Load the next and last page of a multiple image file. 3) ZoomIn and ZoomOut of the image 4)...
View ArticleUnable to connect to any of the specified MySQL hosts
Hi Everyone I am writing visual basic on VS2017 I have an app which needs to connect to a MySql database on our website which we pay someone to host I cannot connect to this database from my app at...
View ArticleApi to Drag & Drop / Paste image in vb.net
Hi. I am in search of an API to drag, drop/paste a png. file over top of another image. Basically, the project is to inport a pdf/jpg/ or other image file that is a floor plan, and have a sidebar with...
View ArticleUpload File on Server
I'm not exactly sure if this is a VB.NET question, a PHP question, or both. I have the following PHP web API that uploads a file to the server and then creates a record in the database that references...
View ArticleDistibute an EXE without OCX issues
Hello, I have been having a serious issue for 2 days now. I have an OCX that works perfectly fine on my project but users are complaining of not been able to use software because of "Active X...
View ArticleLocalization of Strings In Messagebox
Hello, Is there any way to change the language for the strings of message boxes? Till now, I have used the English language in my message boxes, but what I want to do is, show all the strings in the...
View ArticleIs there any loophole in the GPL license?
One of the biggest problems with GPL is that while it gives significant rights to the end user (the ability to demand you give them a copy of the source code for your entire software), it actually...
View ArticleVB6 RC6 Cam-Streaming (with local QRCode-Decoding)
Just a little demo, which shows how to use the new cVidCap-Class of the RC6-lib (a version >= 6.0.7 is needed). It is relatively simple to set-up (basically only a connect-MethodCall with a few...
View Article[RESOLVED] Upload File on Server
I'm not exactly sure if this is a VB.NET question, a PHP question, or both. I have the following PHP web API that uploads a file to the server and then creates a record in the database that references...
View ArticleSearching Active Directory Sub OU's with script
I have an old vbs script that I'd like to reuse versus rewrite. It works, but it's not able to search sub OU's using LDAP search. It does use a csv as a validation script file, and that part works...
View ArticleError in IF statement
Hi All, I am using the below if statement that seems to be giving me problems. The first part of my statement is false, but I am getting a message box popup. I am not sure why I am getting the message...
View ArticleVS 2012 Giving values to a series of user control internal controls
Consider a collection of "user control"s with 3 text boxes which you want to give specific values from a table (i.e. DataGridView cells). How to use a loop to do such operation? "For"? or "For each"?
View ArticleProblems with Excel Charts
So I'm building a dashboard and am working with Charts. With one of these (Line & Column on 2 axis) I change the source data programmatically, make some changes to formatting and then make the...
View ArticleListBox items will be added infinitely
Let me make the long story short. A part of my application is a small "Active alarm monitoring" thing which works by comparing plenty of variables by set-points and if they are critical, out of range,...
View ArticleCapture X & Y coordinates in an array and pass to a public sub for reuse
Hi. I am using Visual Studio Community 2017. I've created a Windows Form application written in Visual Basic. I want to have users input dimensions of a rectangle. I then create CNC mill code to cut...
View ArticleVB6 The real transparent (translucent) control of the user control
HOW TO Convert to VB6 code? FROM :c# The real transparent (translucent) control of the user control and the realization of the effect of the control...
View Article5.0 Datagridview styling class
I have a class which takes a datagridview object and changes the default styling , like column header color, font and some datagridview row styling but when i try to change the Datagridview properties...
View Articlehow to use my python program to control the buttons in VB.
I have an very old program in vb6.0, and I need to use this program as a model to interact with my python program, but I didn't find any way to control the buttons in vb6. it's to use a python program...
View ArticlePerformClick a button in TabControl ???
Hi all! \O I recently realized that when I link a button to a StripMenu button with following code: Code: Private Sub ShutdownToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles...
View Article