RC6: Trouble with DATETIME NOT NULL DEFAULT 0 after ALTER TABLE in VB6
Hello! I’ve run into a confusing situation with RC6 SQLite and VB6. I add a column like this: Code: cn.Execute "ALTER TABLE foo ADD COLUMN lastcheckdate DATETIME NOT NULL DEFAULT 0" Expectation: all...
View ArticleCollaboration that we ve been looking for cloud mining listicle
Cloud Mining Compared with Hardware Mining Mining directly with your own equipment gives you full control, but it also requires a high initial outlay, constant maintenance, and cheap electricity. Cloud...
View ArticleSQL Server basic question about JOIN
Specifically RIGHT OUTER JOIN and INNER JOIN. I need to rewrite this: SELECT blah, blah, blah FROM dbo.Jobs RIGHT OUTER JOIN p21.dbo.p21_view_oe_hdr INNER JOIN dbo.Trips ON...
View ArticleHOW TO SET CONTROL FOR ObjectFromLresult IN VB6?twinbasic
Private Declare Function ObjectFromLresult Lib "oleacc" ( _ ByVal lResult As Long, _ riid As GUID, _ ByVal wParam As Long, _ ppvObject As Any) As Long can get htmldocument object by ObjectFromLresult...
View ArticleVS 2022 - Looong time since creating an Implicit Dll need advice
I have a program written in VB that interfaces with a company portal for scraping the portal to make automated commands to process records. I am now at the point where I need the DLL and man it has...
View ArticleAny know a function How SuperTrim? Because the Trim of VB6 is very simple...
Any know a function How SuperTrim? Because the Trim of VB6 is very simple... I have these functions, but I don't know if they'll work with all the possible combinations in VB6. The VB6 Trim function...
View ArticleAPI declaration PtrSafe in VBA7 -- List of API Sub
Hi, In order to declare a Windows API-Sub or Function with the conditionnnal #If VBA7 Then Public Declare PtrSafe Sub ... #Else Public Declare Sub ... #End If how may I know if the Sub return a LongPtr...
View ArticleVS 2022 Formatting issue
Hi Folks, Maybe this has already been covered and solved, but I'll continue. I have and issue that makes my code look a little unstructured and that is to do with comments. VS formats everything that...
View ArticlePopup Menu?
I know how to make a popup menu. What I'm looking for is something that shows a highlighted color as you hover your mouse over the various menu items. I hear the old vbaccelerator had some enhanced...
View Article2 classes 1 boolean two different results for each class
I have been pulling my hair out for the last couple of hours over this issue. I have 2 classes, one called Browser and one called EPIQ. I have a get/set for my variables passing between classes. For...
View Articlemulti replace in string
i use this to replace a possible value in string: QUOTA = Replace(QUOTA, " L", "") QUOTA = Replace(QUOTA, " €", "") QUOTA = Replace(QUOTA, "-", "0") professional solution instead ? tks
View ArticleVS 2022 [RESOLVED] VB.NET VS 2022 and MySQL VIII Almost working . . .But
Hi - I have a VB.Net VS2022 program - and it recognizes my DB and connects. I am reading data from CSV files and attempting to load this to MySQL table, I can connect to the database, and get an fatal...
View ArticleWebscrapping issue with toolbar buttons, program appears to freeze
Not expecting resolution, but simply ideas to my issue. I'm webscraping using VB Net Webbrowser1 module in VS 2022. My issue is that when I click on a menu button, except another menu on the toolbar,...
View ArticleExcel VBA Print Range to A4 without margins and squeezed range
Hello! Im building an Offer tool in excel with inventory and offer builder sheet. Im happy with the results so far. but due to throughout the whole process making sure the tool will be...
View ArticleNPM Compromised
NPM packages have been compromised by a self-replicating worm known as Shai-Hulud: https://www.blackduck.com/blog/npm-m...ud-threat.html Basically it gets credentials and then publishes infected...
View Article