[RESOLVED] SQL - translate date to sequence as integer - timeline
Hi Is there a way to somehow translate/convert/map dates to a number that indicates the chronology of which record was created first? What I need is to have a column that looks at my date column and...
View ArticleHow to load DataGridView content everytime the app is run?
Hi, I can export DGV content into Excel file. But I need to load my previous content everytime I run the app. How is it possible? The save file should be in the same file path.
View ArticleHow is the behaviour of VB6 compiler while comparing two string?
Hi, I need some knowledge about 'how does vb6 compiled exe behave while comparing to strings with same length. Say String1="ABCDEF" and String2="ABCxEF" As you see, the difference is at 4th character...
View ArticleLoading a IniFile into a Dictionary
Hi guys Would you please help me with a class that load an iniFile into a Dictionary of course in VB6
View ArticleHow 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 Article