MS Access Database Engine 2010 problem
I have developed a few applications over the years that I use frequently. These applications use MS Access as the back-end database and the MS Access Database Engine 2020. Beginning sometime in the...
View Article(Excel)____ VarType returning "wrong" result !
Does anybody know why VarType returns vbString when it should be returning vbObject ? Code: Sub Test() Dim v As Variant 'As Object Set v = Application MsgBox VarType(v) '<== returns...
View ArticleMaking VB software in WINE in 32-bit linux that works with 64-bit windows 10
I don't know how to title my post, but here is my dilemma. I created new software that works for MS-DOS in order to make an old game alive again through today's networks. I want to make an installer...
View ArticleRC6 ShellLink class needs cairo_sqlite.dll
RC6 v6.0.0.8 I get the error -2147024770 "Automation error" if i use the ShellLink class without the file "cairo_sqlite.dll" My Code: Code: Dim SC As New rc6.cShellLink SC.SetDescription "test1" I...
View ArticleVS 2019 Vb.net Discover selected focus item keydown
I want to get the focus of the objects inside a form and know if they are of type text or if they are of type text, like richtextbox,textbox,wordwrap I can control an event in them created by code,...
View ArticlePass a list of integers to stored procedure and perform insert on each
Is there a way to pass a list of integers to a stored procedure and perform an insert query on each? I have tried running a SELECT query to return the integer list within the stored procedure but it...
View ArticleMirage Source 5
An open source VB6 gaming engine which uses DirectX 8 and flat file storage. This engine was incredibly popular back in the early 2000's and spawned a whole community of game developers, including...
View ArticleHow to check if a handle of a GDI object (a pen or brush) is valid?
Suppose that I create a brush that its handle is shared with third party code that is not under my control. How could I know at a given moment if the handle is still valid or somewhere in the third...
View ArticleWeird error right after the db server goes up after being down.
Hi, So I have a TableAdapter (created by the designer) that fills a table like this. Code: Try cmd.Connection.Open() MyTableAdapter.Fill(MyDataSet.MyTable)...
View ArticleMsOf10 Absolutely bizarre workbook behavior
I deal with a workbook and the workbook I've linked to is, believe it or not, a cut down version of that workbook, and as is none of the buttons on sheet1 work. The file is large because of the...
View ArticleVisual Studio Keep Crashing After Installing A Software
Hi all. :wave: My installed version of VS is 2012 and that was working satisfactorily until I installed PACTware 5.0 software which it automatically installed a .NET framework as I am aware. Visual...
View Article[RESOLVED] Weird error right after the db server goes up after being down.
Hi, So I have a TableAdapter (created by the designer) that fills a table like this. Code: Try cmd.Connection.Open() MyTableAdapter.Fill(MyDataSet.MyTable)...
View ArticleMsOf10 [RESOLVED] Absolutely bizarre workbook behavior
I deal with a workbook and the workbook I've linked to is, believe it or not, a cut down version of that workbook, and as is none of the buttons on sheet1 work. The file is large because of the...
View Article"As Any" in a UDT ?
I am trying to translate some C code into VB. There is a C Structure where one of the members is declared "As Any" VB doesn't accept "As Any" as a data type for UDT members. What is the corresponding...
View ArticleStuck with this Language Detection Service code
Hi, I am experimenting with this code which uses the native Elscore.lib (Windows 7 and later versions) The following C code excerpt comes from here :...
View ArticleCommonDialog license not found.
Hi friends. So far I have been able to work well with VB6 and Windows 10, but today when I enter my Visual Basic programs it gives an error that tells me to read the log file, the log file says: "Line...
View ArticleSend Email
Sorry but I have a new thread for a similar problem. Can anyone see why this code will not send email. Outlook mail pops up and the attachment is there but when I send it, it doesn't show up in...
View ArticleHow to disable user's browser back-button after they logged-out?
Hi, I use ASP MVC Net Core 3.1, I am expecting to disable the browser back button after the user logged out, my Logout code is below, it goes there but the user's back button still functioning, how to...
View Article[RESOLVED] Send Email
Sorry but I have a new thread for a similar problem. Can anyone see why this code will not send email. Outlook mail pops up and the attachment is there but when I send it, it doesn't show up in...
View Articlerun time error "70" in visual basic
hi dear I use the following code in Microsoft Visual Basic Dim cop As New Filesystem Object cop.CopyFile "C:\DataFile.ini", "D:\tftpd" run time error 70 ,permission denied is declared when the program...
View Article