module c:\windows\syswow64\mscomctl.ocx was loaded but the call to...
Hi When i do the Last Step Regsvr32.exe C:\Windows\SYSWOW64\MSCOMCTL.OCX it gives me error the module c:\windows\syswow64\mscomctl.ocx was loaded but the call to DLLRegisterServer failed with error...
View ArticlePutting text, from variables, onto labels in VB5
I got lots of good ideas from my previous thread, and all worked with no compiler errors. But, my original question was how to get the results on the user's computer screen. The Label option sounds...
View ArticleFtpGetFile - download, but...
Hello all. I have problem with FtpGetFile. The code below works - file is downloaded, but... Original file looks like this (CSV with Tab): 2012-09-21 02:46:20 -0,16 -0,03 -0,08 0,01 2012-09-21 02:46:30...
View ArticleProblems with the Deployment Files
Here we go again. I have finished my little "Lottery" program and am ready do deploy it to some friends. Creating the package was not a problem, I don't think, but the setup.exe is not fun to look at....
View Article[RESOLVED] FtpGetFile - download, but...
Hello all. I have problem with FtpGetFile. The code below works - file is downloaded, but... Original file looks like this (CSV with Tab): 2012-09-21 02:46:20 -0,16 -0,03 -0,08 0,01 2012-09-21 02:46:30...
View ArticleSet Permission on service
Hi. I want to set permission on a service to start or stop it in a non admin user. I found this c++ code. But i couldn't convert it to vb6. How can i do it?
View ArticleHow to beautify a VB Application (Inventory Management System)
Hi Masters, I have developed an Inventory Management System Using VB 6 and Access 2003, but its interface is so simple, I did not use any 3rd party control or OCX. I want to beautify my application,...
View Article[RESOLVED] Form_Load Issue
Hello, I have code in my form_load to set a textbox.text to something. Yet it is not working. I also have form_load to set an IP and Port and that is working. All of these values are coming from an ini...
View ArticleDatarepeater in vb6
I've to show data in repeater like control from database. The problem is there are some formatting. Kindly see the attach image. Attachment 99649 Attached Images Â
View Articlehow to search a name in combobox
hello every one im trying to make a search in a combobox to display in the text need some help this basicaly the code the for the combobox but i can pick only by dropdownlist Code: Private Sub...
View ArticleMicrostsoft Outlook Class
Hi All, I am trying to work on the Outlook class to generate some funtion to get the list of all rules there. I am going through one blog for this. I am stucked at one statement. Can anyone help me...
View ArticleRandom Numbers from 0 to &HFFFFFFFF
Hi all i want generate hex random values from 0 to &HFFFFFFFF but it gives me error overflow 6 RandomNumberLong = CLng((Upperbound - Lowerbound + 1) * Rnd + Lowerbound) what should i do to achieve...
View ArticleHow does TextWidth/Height work?
Hi all :) I don't want to know how to use those functions or their syntax etc but I want to know what is the reasoning behind them, what API are called to build them, etc so that I will be able to...
View ArticleVB 6.0 Shuts down Automatically
Hi all. I'm running Visual Basic 6.0 in a Windows XP 2002 sp3 environment. Have used it to program many MANY programs we use here in our office. Today, after "packaging" one of the programs after many...
View Articlebandwidth of application
Hello, My application is developed in vb6.0 and sql server 2005. Now i want to find out how much bandwidth is required by my application to run on network. How to find out?
View ArticleProgram Issue
Hey everyone. I'm having an issue opening programs on my desktop. let me give u some specifics. Desktop: Used to have vista, i reformatted and put xp SP3 on it (like xp better) Laptop: Has XP. sp3 i'm...
View Articlemscomctl.ocx could not be loaded
Hi In Windows 7 Ultimate when i check Microsoft Windows Common Controls 6.0 (SP6) it gives message '' could not be loaded. In windows Vista it is working fine . Thanks
View ArticleVBA error 1004 Application-defined or object-defined error
I have inherirted an application that has been working up until now using VBA to put hyperlinks on an active worksheet in Excel to other worksheets in the workbook. I have debugged the code and...
View ArticleStructure Conversion between VB6 and C
My VB6 program should call C DLL. I should pass structure type as a parameter. Original C structure is like following. typedef struct strIniSensor { const char* theInitFile; CallBackFunc...
View ArticleBackup from Remote Computer
Hi In the below code when i take Backup from remote computer it gives me error "Cannot Open Backup Device 'c:\test.bak' operating system error 5 (Access is denied) When i run Backup Utility on local...
View Article