Set PC Time (in a compiled Project)
Hello, how can I set the systemwide PC-Time (and PC-Date) when the vb6 Project is compiled? The code (see below) works but when I compile it to an *.exe an "Permission denied" error occurs. In...
View ArticleNeed a fully function BrowseForFolder Dialog
It needs to scroll the treeview to make visible the initial folder I pass to it and allow to select a subfolder beneath this initial folder. And all the other features.
View Articleget only a number from web page
i use to get only a number from web page but dont work(see image): Code: .... With WHTTP '.setTimeouts 50000, 50000, 15000, 15000 .Open "GET", URL, False .send...
View ArticleLOOP a for next with a block of tree item
i have this range of year 1997-2025 i need to loop from year 1997 to year 2025 by a block of tree item....similar: 1997-2000 2001 2004 2005 2008 ecc.. 2022 2025
View Article[RESOLVED] Need help with mdJson array
i have a json file that contains the following. I am using the mdJson.bas what i am trying to do is clear the 2 arrays OnCallDates and OnCallDates2 i have tried below , but it does not work. how can i...
View ArticleVB6 - Email Question?
Long ago, before everything on the internet was encrypted, I developed JACMail to interface with my Internet supplier's POP3 & SMTP servers. When that supplier converted to Gmail after a...
View Articleget the first 6 value from my string var SCHEDINA
i just have a possible myvar similar: SCHEDINA="5 21 48 74 77 88 32" SCHEDINA="5 21 29 74 77 88 32" SCHEDINA="42 43 44 45 46 47" SCHEDINA="4 6 8 10 12 14"
View ArticleWindows 11 and PrintDlg
Prior to W-11, the Printdlg Function called from comdlg32 worked as expected. Howver now it seems not to display the selected printer (dmDeviceName) but always defaults to the system default printer....
View ArticleReturn-Line add in text1 Multiline reading from listbox (vb6)
I have a listbox and a multiline text1. They read a text file. If I now select the listbox, an item in text1 is displayed. That's fine. But I'd like to display multiple items, one below the other, for...
View ArticleVB6 ECC ?intel Xeon6138 cpu,old price 3000$,now is 6$
What is the principle of automatic correction at the hardware level of server ECC memory, and how to implement a SECDED (72,64) Hamming code using VB6, which protects 64 bits (8 bytes) of data and uses...
View ArticleRC6: 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 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 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 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 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 Article