[RESOLVED] Delay in data receipt from a 3rd party application
I have a challenging and intricate issue as follows: I have developed a Visual Basic application in Visual Studio 2019. This Visual Basic application receives and processes online stock market...
View ArticleVS 2019 Process.Start program to emulate Windows command line not working
I have a Windows Command Line that launches an Arduino loader application ("avrdude.exe") and utilizes a config file, an executable file, and multiple other attributes. This command line in Windows...
View ArticleVB6 Color Picker usercontrol with Save Color Picks
Drop this usercontrol in app and start picking colors. It will save 8 sample colors for you. Attached Files ColorPickerKLF.zip (4.9 KB)
View ArticleArrows in Usercontrol
Please this project works only in the second option the arrows on the keyboard, would anyone have to check why? Scintilla.zip Attached Files Scintilla.zip (351.5 KB)
View ArticleUtility has begun hanging
I made this utility in 2004. I've used it about every 6-9 months since and it always worked until today. This time I hadn't used it for 18 months and it fails. The utility goes through 300 or so files...
View ArticleChanging Color of Applications
Hi, I am the new guy, trying to figure out, how to code Win10 applications. I am used to C# programming, but not to developing Win Apps. Here is my Question: I want to change the color scheme of an...
View Article[RESOLVED] Problem in Download/Upload update interval (Transfer Rate)!
This is a bandwidth monitoring program which I found its source code in Internet. I tried to add some minor changes. One of changed I want to add, is Download/Upload update interval. When I set it to...
View ArticleVS 2019 Graphics category not showing when adding new item
Hello, Here is a weird one. When I do Add -> New Item in the Solution Explorer, I don't see the Graphics category on the left. I did what the Microsoft Doc mentionned on point 2 of the link at the...
View ArticleTrying to install an app with dependency of sqlserver local -keep getting error
I'm testing an install of an app in a virtual machine. Its easy enough to set the dependency but when i try to install on the VM The Microsoft loader pops up and when I click accept the download starts...
View ArticleVS 2010 Simple program to copy values
Hello all I am extremely new to VB and programming. So far, I only had to use some VBA for Excel in order to do some simple scripts. I am stuck on one task that I need to complete. Here is what I need...
View ArticleVS 2019 RegEx of txt that has been converted from PDF
I am in a situation where I have to convert a PDF to a format that can be set to a DataGridView. The only Resolution I can come up with is using Itextsharp and converting the PDF to a textfile for the...
View ArticleVariant array error
For almost a month, after a few updates made by the IT team, I have been facing some issues with variant arrays in the vb6 IDE. Simply I cannot longer assign a variant variable to the well known ADO...
View ArticleVS 2019 Estrange symbol in VS (what is it?)
Hello! Excuse me, Does anybody know what this symbol is? How it got there? and how to get rid of it? Thank you. Attached Images
View ArticleInserting autotext containing a table row in office 2016
Hi all, I have several autotext templates, each formated as one row two colums table like: Title1 test for title one If I insert them one after the other, each on anothter row into bookmarks with word...
View ArticleID3V2.3 tag class
I have a module that i have found that reads and writes ID3v2.3 tags but it does not deal with the art work. I also have a seperate function that does deal with Artwork. Insert , Delete , Replace....
View ArticleGetting the IUnknown Iterface from the IAccessible interface ?
Hi all, The MSFORMS library implements the IAccessible Interface... One way of getting a pointer to the accessible interface is by declaring the variable as IAccessible and then using the VB Set...
View Articlefilter crystal report to show row on form
hello can you help please, i have a form (frm1) and i want to be able to filter a report showing only the row selected on (frm1) using vb , how do i do this ?:confused:
View ArticleLoading a css file into a webpage dynamically?
I'm a little confused on this topic mainly because I'm not quite sure how javascript loads in HTML. Currently, I have an "onload" method being called in the <body> tag. It calls a javascript...
View ArticleOdd spacing issue when dynamically making elements appear
I've got an odd spacing issue when dynamically making elements appear. Page is all built at runtime with AJAX calls... At any rate - I'm adding a SEARCH TEXT field and two buttons - I'll work on making...
View ArticleVS 2019 Visual Basic. Net framework. console application
This is what i have so far. It isnt working very well. i feel like im on the right track. Code: 'Declare variables for the speed, speed limit & vehicle type Dim Speed_Limit As Integer...
View Article