How to convert date&time information from date/time server into my local time?
Hi, I am getting date/time info from a generic date/time server "time-a.nist.gov". I am using winsock control. The problem is that, the time information is the time of server's local time. It has 3...
View ArticleHow to fill a form and click a button in IE with VBA?
Hello, I am trying to put NUM1 and NUM2 into an online form, click BUTTON1 to submit, and in a pop-up, click BUTTON2 to verify, all automatically through VBA in Excel. The VBA and HTML are attached, I...
View ArticleVB6: how rotate an image 2D using 3D formulas?
using an image, we can rotate the pixel using 3D math: Code: 'Module1: Option Explicit Type POINTL X As Long Y As Long End Type Public Enum GP_Result GP_OK = 0 GP_GenericError = 1...
View ArticleWhat is the best way to use a Constant
Hi Gys What if I want to use a Constant the right way should I use it Globally Code: Dim someValue as String = "sValue" Public someValue as String = "sValue" Or Inside a class Code: Property Get...
View ArticleVB 6.0 Project is not runing on Windows 10 what is reason
VB 6.0 Project is not runing on Windows 10 what is reason
View ArticleI Want to develop a CAM tool but don't know where to start
Hello all, I want to develop a CAM software tool that will be able to import Gerber data to start and display it, then from that I want to be able to find like patterns of features. I used to work with...
View ArticleDrawing shapes on "canvas" and persisting when closing app
Hi guys and gals. I'm going to work on an app for landscape design, so the user will click on a shape in the "toolbox" and drop it onto their canvas, being able to move and size it appropriately. I'm...
View ArticlePlanet Source Code New Improved CD Reader (no database)
I have finished my new reader for the planet source code archives. This new reader does not require any outdated database drivers (or new drivers). It works entirely with an included CSV. This is a...
View ArticleVB6 with Firebase
Can we use VB6 with Firebase..to retrieve some values for example.. or to use its database.. thank you..
View ArticleCancellationTokenSource in GetHostEntryAsync (and ping)
Hi. I'm using this example for multiple net calls: https://docs.microsoft.com/en-us/dot...-they-complete However I'm changing it a little as I need to get the computers on multiple networks and IP's so...
View ArticleAnyone else freaked out by today's Google home page animation?
The damn thing has gotten me to jump three times today.
View Article[RESOLVED] ComboBox using database index - a better way
I'm pretty sure I fell back into my VB 6.0 safety zone and solved a issue with a hammer...I'd like to find a better way. I have a table of reference values and I save the primary key of the refence...
View ArticleMove part of app into another app without manually rewriting it
It is possible to move part (forms+codes) of one app into another app simply without the need of rewriting it? For example, I have developed many forms with complicated code and I want to copy these...
View Article[RESOLVED] What is the best way to use a Constant
Hi Gys What if I want to use a Constant the right way should I use it Globally Code: Dim someValue as String = "sValue" Public someValue as String = "sValue" Or Inside a class Code: Property Get...
View ArticleApp update system - better approach
Hi, I am developing update system for my app, but I am facing issues. My app will check every 6 hours if a newer version is available. If yes, it executes separate updater.exe which terminates the old...
View ArticleRandom equation generator
I want to make random equation generator such as this: 96 - (-24) / (-24) * (-91) + 70 * 55 / (-4) * (-48) + (-10) * 61 and I want to generate three equations in textbox multiline separated by newline...
View ArticleSave worksheet and send as attachment
Hi, I wish to create a new macro that basically performs the below functions. 1. Save a worksheet (Master) to a particular drive with all the same formats as .xlsx File path. W:\.Team...
View ArticleImport file using mapping table
Hi, I wish to import a file from a particular drive but instead of importing the whole file i want to only import the rows that are contained in my mapping table. The unique key in the mapping table...
View Articlesql autocomplete control?
Has anyone stumbled across any sql auto complete textbox type controls for vb6 (open source or free preferred) I am thinking of building one unless there is one available. wish list: - syntax highlight...
View Article3d Party Graphing Contrls
Looking for a 3d Party control for graphing. The MS chart control in VB seems cumbersome and I recall a looooog time ago 3d party controls for VB6 were available. Any recommendations. Working a Legasy...
View Article