How to have a vb6 executable append itself to another exe? Both still working?
Hello all. Is there a way to have an exe, made in vb6, append itself to another exe and having the resulting executable run both the original exes like you do with binders? I don't mean put a resource...
View Articleactskn43.ocx error
I downloaded the actskn43.ocx from the net and added it to my vb6 components. It shows correctly together with my other tools. But when i click and draw it on my form it gives me an error....
View Article[RESOLVED] Hi i am having truble registering MSDXM.OCX
Hi everyone i have downloaded this program and the instructions say to register MSDXM.OCX, I typed regsvr32 MSDXM.OCX and it said it has been registered. but when i open the program it says that...
View ArticleArduino VB Set WiFi Network SSID and Password...
Anyone know how to programmatically set the Arduino network SSID and password using a serial port and button_click event? Thanks in Advance... Trying to build a portable wifi sensor/meter that can be...
View ArticleSMS, with PDU format
Hi all, Currently i'm working on a project send/receive SMS with MSCOMM.OCX control. I'm using PDU mode and so far is working fine but now i want to combining 2 SMS into 1. HTML Code: How do you add a...
View ArticleProblem with FTP
Hi, I am new to FTP Concept . Last two days i have been searching on the internet about and got the following example Code: Dim ftp As FTPClass Dim f As FTPFileClass Set ftp = New FTPClass If...
View Articlelistbox movenext?
i am currently working on how to movenext listbox or auto movenext but after i execute it it goes on the last record not on the next record if i change the listcount to 1 a errors comes up, if i change...
View ArticleModal Form
Hi I have 1 MSFlexgrid on a form . I want when user presses f5 new modal form should open which have all rows in msflexgrid . Modal form will also show same data in msflexgrid. Thanks
View ArticleHow to use the animation in vb 6 ??
Is it possible to slide the frame in vb 6.0 ?? tnx ^_^
View ArticleSpeed of operations, Multiply versus Power?
Which is a faster way to square a number in vb6? Code: newval=oldval^2 or Code: newval=oldval*oldval Knowing which is faster, and thus using proper optimization, could possibly speed up some of my...
View Articleobject with variable block not set
I get this error a lot lately. And can I also remove frmstudentprof before the textboxes and checkboxes? Code: OpenCon Set rs = New ADODB.Recordset rs.Open "Select * from [tblstud_reg] Where...
View ArticleData type mismatch in criteria expression???
Hi guys I keep getting an error : Run-time error '3464': Data type mismatch in criteria expression the code that gets highlighted is the following Set rs = db.OpenRecordset("SELECT * FROM `schedule`...
View ArticleNew Firewall Bypass Technique
I just came across an article about a trojan called DarkComet which can bypass firewall by using web browsers (Which are allowed by default in all firewall apps) to communicate to remote computer. Here...
View ArticleReturn Value from Modal Form
Hi I have a modal form , having listview , that has two values(key and description) . I want when user clicks on item in listview it should return (Key and description) to textboxes in parent form....
View Article[RESOLVED] Filling polygons with arbitrary colors
In my earlier thread about overlaying filled polygons with transparency, http://www.vbforums.com/showthread.p...trical-figures one of the posts redirected me to:...
View ArticleInject into IE process
Can anybody show me a code or redirect me to an article on how to inject a code/exe in Internet Explorer please? Ps: it is only for educational purpose. Thank-you
View Article[RESOLVED] Get a website scapper to click on a button on a website.
Hi there and good day to you all. I am working on a scapper that will allow me to collect contact information from various sites without me doing through all of them one by one. The website has a drop...
View Articleusing API and a picturebox ?
I am trying to use this code to capture a screenshot of my application http://www.vbforums.com/showthread.p...open+clipboard ' Set Size/Position of capture, ' FULL SCREEN .... X = 0: Y = 0 wide =...
View Article[RESOLVED] Using GetAsyncKeyState in a case statement
Hi, Is there a way of using GetAsyncKeyState in a case statement without causing the program or IDE to freeze? This is the code I am trying to modify to use the case statement however, every time I run...
View ArticleSearching for specific text inside a textbox.
Hi there and good morning. I have a work in progress scrapper that can get the source of a web page and put it into a textbox called SourceTXT. It is a multi line textbox and has lot of code I am...
View Article