Why doesn't VB6 allow "Public Names() As String"?
We know that the following blue statement are not allowed in VB6, why does VB6 have such a restriction? MyClass.cls Code: Public Names() As String Private Sub Class_Initialize() Â Â ReDim Me.Names(10)...
View ArticleWhy doesn't VB6 allow "Friend Age As Single"?
We know that the following blue statement are not allowed in VB6, why does VB6 have such a restriction? MyClass.cls Code: Friend Age As Single These small limitations have caused me a lot of trouble.
View ArticleSCJHEMA.INI is this correct?
i dont want during the loop of recordset the the first of ifle (is the header of file) My schema ini [INDIR_ITA_2025.csv] ColNameHeader=False CharacterSet=ANSI Format=Delimited(;) Col1="CF" Text...
View ArticleRender video to shared texture with IMFMediaEngine and Direct3D/Direct2D
Hi all, Just sharing some code for rendering a video with IMFEngine and a shared texture. Due to the threading issue and incompleteness of the attached project, I am posting this here rather than...
View ArticleCalling an oracle database from bothe 32 and 64 bit MS Access
I have a MS Access application that calls an Oracle database. The MS Access application can be used in both 32 bit MS Office or 64 bit MS Office. Currently we have two versions of the Application one...
View ArticleOut of memory in IDE: Some investigation
Hello! I have read possible solutions to solve the out of memory error that occurs in the IDE. Recommendations to solve it include deleting line numbers, but I didn't read any explanation what might be...
View ArticleIn Binary Compatibility Hell - Determine What Definition Can't Be Found?
Does anyone know of a way to determine the exact parameter/return type definition is that can't be found when encountering this error? Code: The binary compatibility DLL or EXE contains a parameter...
View Article[RESOLVED] "Compile Error: Permission Denied" when making .exe
Compiling VB6 project in WINXP that has compiled successfully in the past. Not sure what has changed... Select File then Make .exe file and it stops on line RDOErrors.clear and throws "Compile Error:...
View ArticleHighlighting a row in a SSDBGrid based on a value in a column
I'm not a big fan of VB6 these days, but I have a client who still uses it. I'm working on a feature where I need to highlight an entire row in a grid by changing its background color. The condition...
View ArticleUse VB6-UDTs to emulate object-oriented programming
Although C (not C++) doesn't have classes, it seems that object-oriented programming can be fully simulated with c structs. I wonder if pure VB6-UDTs can be used to emulate object-oriented programming?...
View Article[RESOLVED] How VB6 handles Int64
In the process of translating code from other languages to VB6, I encountered the need to translate Int64 types, and my current approach is to translate Int64 to Double. I wonder if there is a better...
View Articledownload PDF using webbrowser control
Hi all. I have a website that has article URLs that redirect to PDF files. I have both the article URL and the PDF URL. I need to get a list of the PDFs downloaded from the site in automation. The site...
View ArticleVB6 trying to configure Microsoft Visual Studio Community
Now when I start VB6 I get a message that Windows is configuring Microsoft Visual Studio Community, after a while a second message appears showing time remaining. Eventually the message closes only to...
View Article[RESOLVED] The ide not appear!
i click on vb6.exe, appear the tree choice, recent , from, exists, if i click on recent, ad open a project, frm a few second the ide disappaer and close it!!!!! Wow!!!!!
View ArticleRC6 NewWindowRequested,how do new window on samve webivew2 or other web control?
Private Sub Webview21_NewWindowRequested(ByVal IsUserInitiated As Boolean, IsHandled As Boolean, ByVal URI As String, NewWindowFeatures As RC6.cCollection)
View Article