How to Fix Error 429?
Run-time error '429 ': ActiveX component canÂ’t create object Due to the fact that several reasons can cause the error, I decided to post my particular situation. I'm doing an update on an application...
View ArticleKeep RTB Text Selection Active While Selecting Highlight Color
I have a combobox as part of a toolbar where I select a text background highlight color. Once the combobox receives focus, the RTB (richtextbox) loses the selected text highlight (text is there just...
View Articlestring reverse?
I am having string issue. I am trying reverse the string, but cannot seem to accomplish. Scenario: The string is dynamic - def, abc - I want the out put as message box to be abc def If the string is...
View Articlehow is this possible too many arguments in stored procedure from ADO ?
On the first pass it works and then on the second pass it blows up right at the execute statement How and why would it complain that there are too many arguments passed to the stored proc to execute ?...
View Articlehow to connect vb6
Guy do you know how to connect vb6 application to MariaDB ? I dont see any connectionstrings sample for it and its mariadb driver.
View Articlewinzip command line
I use a winzip shell command with this parameter: -min -a 2 question: 1) how to intercept when the zipping operation is terminate? 2) is possoble to hide the icon of winzip when the code process the...
View ArticleVB6 and Oracle - Jump Start
Just need a boost...... Downloaded the free Oracle Express 11g express edition How do I get started with VB6 to connect to an Oracle DB? I have looked at samples, but don't understand how to connect to...
View ArticleRun-time error '424' (object required)
Hello The 424 error occurs when an object is necessary. IÂ’m having trouble to reference an instruction to a property of an object. The object in question was created in a form and the instruction that...
View ArticleIcon corrupt
Icon become corrupt when I run in VB6. This icon is OK in PowerBuilder or display in DeskTop but corrupt only in running of VB application. How to remove this problem? I attached Icon image. Can...
View ArticleFill a common dialog with an address
hi first I'm sorry for my bad English. :D I've a problem with my program I've code a program for upload a file to a sharing center and it's completely dynamic (i mean using tab's to find the fields and...
View Articleneed help finding SetWindowPos in References
Hi, how do I find SetWindowPos in References because I cant find it on there , or dos it have another name. thanks everyone:wave:
View ArticleAccessing mapped drive
In my code, there is a strPath = "B:" where "B:" points to a network drive I mapped as drive B:. My problem comes when that drive's status is "Disconnected Network Drive". I have to open it first (in...
View Article[RESOLVED] how to get browser website
Is there a way like a vb6 program to get the website domain of the opened window browser ?
View ArticlePlease help me ASAP
i need a code that can search all files like windows 7 search bar please help me i need to finish my project now :( please fellow programers just message here if you know it
View Article[RESOLVED] how to get the PROCESS NAME of the current ACTIVE window?
how to get the PROCESS NAME of the current ACTIVE window?
View ArticleFinding a specific form_control?
I have an App that can determine the handles of various form_controls of another App; the problem is I don't know which control is the one I'm looking for by its handle alone. Is there an API function...
View Articlecannot populate combo box with access 2003
i tried to populate combobox with access it show me blank data on combo box. Code: Private Sub Comboyear_Change() Dim con As New ADODB.Connection Dim rs As New ADODB.Recordset Dim str As String Dim i...
View Articleclarification about active windows
I have seen this code below Dim MyStr As String, theHwnd As Long 'Create a buffer theHwnd = GetForegroundWindow() MyStr = String(GetWindowTextLength(theHwnd) + 1, Chr$(0)) 'Get the window's text...
View Article[RESOLVED] counting the number of characters in a label caption?
Hello everyone. I am working on a student attendance prog, and I was wondering if there was a way to count the number of characters in a label caption called StudentNameLBL I am asking because...
View ArticlePossible ways to execute ASM shellcode in VB6
I know that you can use CallWindowProcA to call/execute ASM shellcodes, but are there any alternatives, since CallWindowProcA has a lot of flaws..
View Article