How to search for posts containing "For Each" in vbForums?
I'd like to know how to search for posts containing "For Each" in vbForums. Thanks.
View ArticleWebjobs vs Azure Functions
Hi there, At the moment we use Azure Webjobs on our new Azure Devops Backups offering (there is a job going by the way - feel free to check the job boards!) However I feel there is a shift by Microsoft...
View ArticleProject App.path from inside UC in OCX?
Hi guys! Im trying to find the real app.path where a project is run from inside the code of a usercontrol compiled as OCX. Instead of what I expect I get: IN IDE: The App.Path is OCX project folder....
View ArticleHTML sub directory problem
Having a problem with HTML sub directories. The browser indicates that it is operating in /dir2/subdir: view-source:http://localhost:8080/dir2/subdir The page source indicates that the file is located...
View Articlehow to load ico from png file?
Is there an API function to load cursor from png file, like CreateIconFromFile? how to png to ico,ico to png by vb6 code?-VBForums https://www.vbforums.com/showthread....ng-by-vb6-code [RESOLVED]...
View ArticleHow to create VB6 multi-layer transparent form,AND display controls
How to click multiple transparent windows with WS_EX_LAYERED style, but without changing the Z order, how to prevent the windows at the back from being switched to the forefront. How to create a...
View ArticleProject App.path from inside UC in OCX? [Solved]
Hi guys! Im trying to find the real app.path where a project is run from inside the code of a usercontrol compiled as OCX. Instead of what I expect I get: IN IDE: The App.Path is OCX project folder....
View Article[RESOLVED] HTML sub directory problem
Having a problem with HTML sub directories. The browser indicates that it is operating in /dir2/subdir: view-source:http://localhost:8080/dir2/subdir The page source indicates that the file is located...
View ArticleHow to create a multires icon DLL with sizes up to 256x256 like shell32.dll?
i already tried it with rc.exe but it supports only icons up to 128x128 pixel. Any ideas how to create a DLL containing multires icons with up to 256x256 pixel? Or is this a Windows feature only MS...
View ArticleExport Data to JSON from Database
I am using MSSQL 2008 and i need help exporting data from the database to a JSON file. The following is the code i have used to store the JSON file to the MSSQL 2008 Database. Code: SELECT * FROM...
View Articlebad reply from esp32 on rfcomm bluetooth
Hi, I need to realize a communication via Rfcomm protocol of Bluetooth classic to replace a serial wire communication between an ESP32-DevKit board and a program made in visual studio 2019 with c# on...
View Article[VB6] Visual Basic 6 Client Websocket Control
Greetings Friends, I present to you the first free client Websocket control made in Visual Basic 6 (with source code) that can handle both secure (ssl/ssh) and normal websocket server connections! I...
View ArticleConnectionStrings.com is gone!
Yeah, found out through a reddit posting that connectionstrings.com website is gone. Poof! No more. Looks like it had been hosted on an AWS server that expired. You now get a generic "Host with AWS"...
View ArticleStatic Functions of VB6
I accidentally discovered that Static can be used to decorate Function, for example: Code: Static Function MyFunc() End Function But this usage seems to be less valuable than the Static-Function of the...
View ArticleVBA Winsock
I'm trying very hard to make the VBA code work for the purpose of sending data to the gadget and once the data is processed by the gadget it is expected to come back and used as part of the sales...
View ArticleInteresting Topics
Hey All, Hope all are good. I got some interesting topic here in which i can have more experience through senior members of this forum. Thanks
View ArticleTop Most with no "clutter"
Came across a topmost solution, where you don't have to have any visible controls (or menus). Probably not the most needed approach for topmost, but some members may have the occasional need. Post 2 on...
View ArticleTREEVIEW delete the node from old position
possible to delete the old node after i drag and pasting in the new position? no sense to remain the red node, in old position... test code Code: Private Sub TreeView1_MouseDown(Button As Integer,...
View ArticleVB.net delete rows from .csv where value = 0
I am trying to delete all rows from a .csv where a column is 0. I use a streamreader to read the lines and then streamwriter to create a new file. However the rows are not being deleted. Code: Dim SR...
View Article