Vb6: winsock data arrival get all data from large site
i have this code to get all data using winsock and i am getting this error: IsComplete = Compile error, expected array please help fix Private Sub winsock_DataArrival(ByVal bytesTotal As Long) Dim...
View ArticleHelp making a basic [re sizeable] UC at runtime
Hello, I have a simple custom UserControl which is basically a BAR which can be resized horizontally or vertically. I've managed to do the horizontal bit, but struggling on the Vertical side of things....
View Article[RESOLVED] Sporatic err 380, Invalid Property Value, but only in compiled exe
A weird thing. After compiling and distributing my new release, I discovered accidently that I woud get this err code 380 in the compiled release version in my Edit code that I enhanced to use color...
View ArticleSending folder with files, to a remote ip address machine
Dear VBForumers, I am looking to make a sub folder, which is called: User101 or something like that, even. Then move a xlsx file from the root site of the disk drive, to the location of the recently...
View ArticleSerial read from Arduino
Guys, here is my code: Code: Private Delegate Sub UpdateFormDelegate() Private PLCUpdateFormDelegate As UpdateFormDelegate Code: Private Sub PLCSerialPort_DataReceived(ByVal sender As Object, ByVal...
View ArticleMake a timer async and thread safe
Hi everybody, I want to make an async timer but I'm straggling a bit with thread safe.. I m not able not to call object from main thread. The code is this one: Code:...
View Article[VB6/VBA] A clipboard management class (currently have issues in x64)
Hi All, Thought you might appreciate this clipboard management class. It should work in VB6 assuming I have the declares setup correctly. The source code can be found here: stdClipboard.cls...
View ArticleVS 2017 Make The Web Browser Editable
I am having a problem getting my web browser to be editable, searched and found some examples that seemed easy enough and should work but don't. what am I doing wrong? Code:...
View ArticleVB .NET Working with Delegate and Events
Blog entry with code samples in a personal GitHub repository. From hobbyist to seasoned developers delegates are avoided or attempts are made to understand them, which in many cases is met with...
View ArticleVS 2017 Add Video, Textboxes and Button To Web Browser?
Hello I am trying to figure out how I can add a video as well as textboxes to a web browser control. I want to display a Video and also some textboxes so the user can submit data with a button press. I...
View ArticleVS 2019 Media player support
Looking for some feedback I came to realize Windows Media Player sucks for making a ShoutCast/Icecast player for your website. It plays the stream no problem but shows no info about what is actually...
View ArticleHow to remove a section in the middle of a video?
It is very easy to remove an unwanted part of a video in the beginning or the end of a video. For example the Photos App has a Trim feature that does this. I have done that quite a number of times....
View ArticleStore / Open Files with Japanese Characters
Hi! Just a newbie here! and I want to loop each files in a folder written in Japanese characters and I am also getting a ?????. Can you provide the step by step guide on what needs to be copied in the...
View ArticleDelete a file on android device with web page
Hi I want to delete a specified file from the device internal storage when the web page(html) I created on the Android device opens. Is this possible? If yes, please guide me by giving an example....
View ArticleVS 2019 Conversion from string"" to 'type' Double' is not valid
Dear Gurus, I am very new in the coding field but recently i have started to work on a accounting voucher form.when i am trying to add the text data in the gridview its showing error in total debit and...
View ArticleVS 2019 VS2019 Json undefined when using Webbrowser
hi, im on Windows 7 64 Home, and hv IE11 64bit installed. When i manually use IE to browse to the website, all seems ok, but when i try to use VS2019 VB.Net Webbrowser to browse to the website, im...
View Article"Panel" object stops scrolling too soon at low-rez.
I am using a Panel object to display a form in a window (as described here.) Everything looks fine at my normal/default resolution (2560x1600), but if I reduce my screen to 1366x768, the panel/window...
View ArticleVBA Macro gets slower with every execution
I have a macro that reads (once per minute) last line of a .txt file to store in a string variable It close .txt file. It Check if there is a jpg file witch finish with last line to display it on VLC...
View ArticleSpam Tracking
Some time ago, I posted here about 2 separate spammers that had been bombarding my mailbox for more than a year. The first one used hijacked personal computers from world wide locations. All of these...
View ArticleGrouping / add empy row following end of a "group" on data grid
Hi All Apologies if this has already been solved, did have a search through various pages on this forum but didn't find an answer. I have added a datagrid into my form which gets its data from the...
View Article