Need to know name of API to emulate a mouse click
I just don't know the name but there is an API that will emulate the mouse being clicked on an object, like a textbox or a button for example.
View Article[HELP] VB6 Captcha Verifier
Hi guys, i'm making a program with Captcha. And i'm stuck with the verify of the captcha can someone help me? Code: Private Sub MakeCaptchaImage(ByVal pic As PictureBox, ByVal _ txt As String,...
View ArticleHow To Make DateTimePicker Like Control
Hi, well, i'm making a control to be like datetimepicker, coz i need to change the backcolor of the text that the datetimepicker don't have. so i make my own "datetimepicker", so i put masked textbox,...
View Articlehow to change the crystal reports footer?
In my report the footer shows some thing like this: Printed from SS Marketing 4.4.17 On 4/20/2009 9:48:06 AM By Admin <6820> Any one knows what is this and how to change this? When i tried to...
View Articlehow to rectify these errors?
Line 20: Class BnCombo.BCombo of control cboSerType was not a loaded control class. Line 338: Class BnCombo.BCombo of control cboClients was not a loaded control class. Line 361: Class BnCombo.BCombo...
View ArticleMerging Reports
Hi, I want to show 3 reports together in one report. Suppose : Customer Id = 1009 I want to show below reports together Report 1. Customer Ledger (Data should be shown in Detail Section of Report along...
View Articlevb6 in windows 7 ocx problem
Hi We are working with VB 6 project in windows xp OS. It works fine. Now we have changed our OS to windows 7. After that we have created all the DLLs and OCXs of our project. Some of the OCX are not...
View Article[RESOLVED] vb6 multiline text1 help
fresh project has 1 textbox muliline. i need to extract ( subject:all text ) Code: X-Mailer: YahooMailWebService/0.8.120.356233 Message-ID:...
View ArticlePass from vb to vbscript
Hello, I need to convert this VB Function to VBScript, and I did not succeed... Someone can help me to do it. Thanks. Code: Function XorEncrypt(ByVal sData As String) As String Dim l As Long, i As...
View Articlevb6 webrowser useragent help
i have a webbrowser i require to change user agent everytime i visit a site.. 1: no regedits please 2: simple useragent change on webbrowser complete event or which ever thanks
View ArticleConvert Btye Array to String
Now i know there are fair few threads here, about this subject but ive tried a few things & still getting issues the program creates a MAC Address & then saves in binary to a file, It works...
View Article[HELP] String Manipulation
hi all i hve a little problem.. i wanna make simple function to generate/manipulate a string. Example : Input string : vbforums Output string must be : v.bforums vb.forums vbf.orums vbfo.rums vbfor.ums...
View ArticleVB6: Software freezes while downloading a file from web!
Hi. I have a big software already running in many companies. As a measure of security, I want to add to it a module that checks in a website (ftp with username & password) if I want the program to...
View ArticleHow to lock vb application access from web
I want to lock my vb application access from web so that it checks every time it starts. i want the application to stop working whenever i want and display specified message or link.
View Articlewebbrowser proxy
how can i change proxy for webbrower without messing around with regedit , i also want to know if i can auto change proxy every 5 min and visit a site.
View ArticleTrying to use mouse_event API. What am I doing wrong?
Code: Private Type POINTAPI x As Integer y As Integer End Type Private Declare Sub mouse_event Lib "user32" (ByVal dwFlags As Long, ByVal dX As Long, ByVal dY As Long, ByVal dwData As Long, ByVal...
View ArticleKnowing the X position of the caret
When typing into a textbox, for example, how can I know the actual X position of the caret as it moves along the text line? The characters being typed can be of different sizes and fonts depending on...
View Articlecan't open my database file
i can't open my database file. it was in another system and i copied to my system. It doesn't show any extension like .mdb . it just shows as a file. is there any way to open the file?
View ArticleQuestion Printed words disappear when setting Image to Picture Box?
I have been using Print to print a series of names onto a picture box as in Code: picBox.CurrentX = lngX picBox.CurrentY = lngY picBox.ForeColor = lngForegroundColourFP picBox.Print strText...
View ArticleHow do I write PSD with MINIMAL CODE
For reading PSD (photoshop native image) files, one's parser should be able to handle every possible type of PSD (be it 8bpp 1bpp 24bpp, whether it has no layers other than "background" or whether it...
View Article