Inet stops responding with Firewall
Hi, Strange problem uploading file with Inet : most of the time it works fine but sometimes when a firewall blocks uploading the software closes . This is my code Code: Private Sub Form_Load() 38630 On...
View Articlesorry,Chrome OCX,Miniblink,VB6 chromium,Chrome core only one dll
This is a good Google Chrome control, free and open source. And the author is not me. I've been sharing and uploading for free for almost a year. And I've never used it myself. one developer was...
View ArticleVS 2019 How to create .dxf files
Hello everybody. In a program that I am creating I have inserted a button that must create a .dxf file. With the code I wrote the .dxf file is created correctly but if I try to open it in AutoCAD, the...
View ArticleHow to use one event inside another
Hello everyone, Here I am again with another problem. As I said in my last post(if someone remembers) I am new to VB.Net and don't have much idea how things work here. To be honest, I am having some...
View Article[RESOLVED] Vb.net - issue with Monthcalendar highlighting many "random" dates
Hi I am preparing a year calendar using Monthcalendar control, 12 of them; one for each month. When I finish initializing start and end date to all of them, I get this strange result where the last 6-8...
View ArticleVb.net - Need to deselect all dates of a MonthCalendar
Hi It seems that at least one date is selected MonthCalendar control: Here my year calendar: It choses the last day of each month (not by my choice); for the current month it choses today's date adn...
View ArticleError "Out of Memory"
Before running any code, it returns out of memory (trying to run it in the IDE), I checked it isjust by the dimensionality of module's variables. Like DIM I (12, 16384, 2048) as integer how many memory...
View ArticleWhich FONT do you use in the IDE ?
I got a curiosity: Which font do you use in the IDE? I use Consolas
View Articleicon in listview from path
i use: ... .ListItems.Add , , MyFlList, , 1<<<< path here????? .... possible to load icon from path, instead from imagelist?
View Articlecalculate land area (polygon) from 4 grid coordinates
Title suggests what I am attempting. I have four grid coordinates from Google Earth...I want to calculate the area between those 4. Any formulae available?
View ArticleAdding an item to a CheckedListBox control
I am trying to add a new item to a CheckedListBox control and set it's checked state during runtime and just cannot seem to figure it out. I have no problem doing it from a dialog box using the ADD...
View Article[VB6] Simple VNC Server using DXGI Desktop Duplication
https://github.com/wqweto/VbVncServer A single-class VNC server for embedding in LOB applications for built-in client support. Very much work in progress but first cut seems to work. Based on RFC 6143...
View ArticleFaster List itteration?
Hi. I have 2 lists of items. I was wondering what is the fastest way to parse the Lists. 1 way) Code: Parsindex1 as integer For each l in list1 .. some code.. for each l in list2 if somethingfound then...
View ArticleWhy is ImageList_ReplaceIcon not working ?!
Trying to add an icon to an image list using the following code but the ImageList_ReplaceIcon function returns -1 indicating that it didn't work HICON is a valid icon handle. hImage is also a valid...
View Article- how to decode a QR-Encoding image using my webcam from a small vb6 + RC6 or...
Hi Olaf I apologize if the question is irrelevant, but please kindly agree, I studied your vb6 QR-Encoding + Decoding code and I even explore the code from modMain.bas contains a little test routine...
View Article[RESOLVED] MsgBox is hidden under the user-control window
When I use subclassing in a user-control, such a situation often occurs: MsgBox is hidden under the user-control window, and the program is in a frozen state (fake death). I need to use the Alt key to...
View ArticleCompile error variable not found
My project when I want to compile it will tells me compile error variable not defined.
View Articlehow to extract first values from array in vb.net
Hi, I want to extract the first value of an array using Binance API and I'm interested on extract just the first value of it, which reppresent the price of BTC 1 h ago. Since Binance API doesn't...
View ArticleVS 2019 Disposing of picture boxes
I'm a bit confused and hoping someone can enlighten me. I have a panel that has a number of pictureboxes (thumbnails) added to it at runtime, the quantity can be anything from 0 to, say, 7. At a given...
View ArticleVS 2019 Triangle Rasterization - 3D Graphics - VB.NET
Hello again people, been a while. I have been working on a 3D graphics engine for around a year or so but very on and off(so maybe 2 months of work). It worked nice and clean when using the Graphics...
View Article