 |

09-10-2009, 02:00 PM
|
|
Forum Addict
BANNED
|
|
Join Date: Jul 2009
Posts: 251
|
|
Quick Question please....
Umm how do i explain this...
Can some one please show me a code that can type in internet browsers
where i wish? for example a login & password feild. Or in the address bar.
know what i mean? and change from a User name feild to a password field. Know what i mean?? A code and an explanation would be great if possible.
Obviously post here but if you want to talk futher about it add my msn;
[email protected]
Thank you
(edit: In fact can all good c++ programmers add my MSN if okay)
Last edited by mmki : 09-10-2009 at 02:17 PM.
Reason: typo
|

09-10-2009, 02:02 PM
|
|
Apprentice
BANNED
|
|
Join Date: Nov 2008
Location: Australia
Posts: 718
|
|
Re: Quick Question please....
hmm? can u please make your question make sence :P i dont get it?
|

09-10-2009, 02:16 PM
|
|
Forum Addict
BANNED
|
|
Join Date: Jul 2009
Posts: 251
|
|
Re: Quick Question please....
Well...
A code that can type things in an internet 'space'. Any text box from a search, from this im writing in now, to a myspace login text box. anything like that.
understand or do i need to explain more, it hard to explain
|

09-12-2009, 06:09 PM
|
 |
Hero
|
|
Join Date: Apr 2005
Posts: 7,086
|
|
Re: Quick Question please....
You mean like a form autocompleter?
__________________
<@Verts> theres nothing wrong with playing video games naked occasionally
|

09-13-2009, 01:21 AM
|
 |
When They Cry...
|
|
Join Date: Jan 2007
Location: Japan
Posts: 4,404
|
|
Re: Quick Question please....
I believe the term you're searching for is "field", for further reference. For example, I'm typing my reply currently in a text field.
__________________
Quote:
[14:54:13] <&Filefragg> x9 is made of 5 glow in the dark gorilla dildos vibrating in unison.
[14:54:19] <%TDD> hot
[14:54:22] <+Aoi> Win
[14:54:23] <x9> I TOLD YOU NOT TO TELL ANYONE, DAMNIT
|
|

09-13-2009, 08:34 AM
|
|
Forum Addict
BANNED
|
|
Join Date: Jul 2009
Posts: 251
|
|
Re: Quick Question please....
Yeah thats what i mean > something that can fill in a internet text feild.
well? thankyou =)
|

09-14-2009, 03:58 AM
|
|
Active Member
|
|
Join Date: Mar 2009
Posts: 238
|
|
Re: Quick Question please....
I guess there is a software already that does this for you (you tell it what to writ in what field)...
Are you asking for someone to program that?
I guess it would take weeks, if not months, and it wouldn't be free...
Trust me, C++ is not Visual Basic 6.
You could find the source code of everything in VB, but never C++ because simply it is really difficult and requires much more time. Also, creating a simple GUI (software that has graphics instead of a black console) requires a great knowledge in C++ first and is not easy at all.
|

09-14-2009, 05:19 AM
|
|
Forum Addict
BANNED
|
|
Join Date: Jul 2009
Posts: 251
|
|
Re: Quick Question please....
So you suggest move to VB instead of c++?
|

09-14-2009, 07:13 AM
|
 |
When They Cry...
|
|
Join Date: Jan 2007
Location: Japan
Posts: 4,404
|
|
Re: Quick Question please....
Quote:
Originally Posted by prorathack1
I guess there is a software already that does this for you (you tell it what to writ in what field)...
Are you asking for someone to program that?
I guess it would take weeks, if not months, and it wouldn't be free...
Trust me, C++ is not Visual Basic 6.
You could find the source code of everything in VB, but never C++ because simply it is really difficult and requires much more time. Also, creating a simple GUI (software that has graphics instead of a black console) requires a great knowledge in C++ first and is not easy at all.
|
You're acting as if hooks are the hardest thing on earth. You could also do this extremely simply by utilizing the browser's plugin system. If I set my mind to it, I could do it in an hour. The fact of the matter is: I just don't want to.
__________________
Quote:
[14:54:13] <&Filefragg> x9 is made of 5 glow in the dark gorilla dildos vibrating in unison.
[14:54:19] <%TDD> hot
[14:54:22] <+Aoi> Win
[14:54:23] <x9> I TOLD YOU NOT TO TELL ANYONE, DAMNIT
|
Last edited by Swan : 09-14-2009 at 07:14 AM.
|

09-14-2009, 08:13 AM
|
|
Forum Addict
BANNED
|
|
Join Date: Jul 2009
Posts: 251
|
|
Re: Quick Question please....
That dont really help :/
|

09-14-2009, 03:11 PM
|
 |
Apprentice
|
|
Join Date: Nov 2007
Posts: 930
|
|
Re: Quick Question please....
I'm not sure, but can you do this in javascript. If you are referring to an internet browser. Or use java applet. I don't get you myself.
EDIT: Typo errors.
Last edited by d great one : 09-14-2009 at 03:11 PM.
|

09-17-2009, 02:31 PM
|
|
Forum Addict
BANNED
|
|
Join Date: Jul 2009
Posts: 251
|
|
Re: Quick Question please....
ok.. so you guys saying it not possable in c++?
|

09-17-2009, 04:37 PM
|
|
Member
|
|
Join Date: Dec 2008
Posts: 96
|
|
Re: Quick Question please....
It's possible, but lengthy and likely not worth it unless you REALLY need it.
|

09-17-2009, 10:28 PM
|
|
Member
|
|
Join Date: Dec 2008
Posts: 91
|
|
Re: Quick Question please....
WM_SETTEXT
How tough?
|

09-18-2009, 02:16 PM
|
|
Forum Addict
BANNED
|
|
Join Date: Jul 2009
Posts: 251
|
|
Re: Quick Question please....
WM_SETTEXT??
explain please
|

09-18-2009, 10:39 PM
|
|
Member
|
|
Join Date: Dec 2008
Posts: 91
|
|
Re: Quick Question please....
Quote:
Originally Posted by mmki
WM_SETTEXT??
explain please
|
postmessage(hwnd, wm_settext, null, "whoa");
|

09-19-2009, 03:35 AM
|
|
Forum Addict
BANNED
|
|
Join Date: Apr 2008
Location: Wal-Mart Electronics Section
Posts: 469
|
|
Re: Quick Question please....
Hmm, I might be able 2 help, second.
|

09-19-2009, 06:44 AM
|
|
Forum Addict
BANNED
|
|
Join Date: Jul 2009
Posts: 251
|
|
Re: Quick Question please....
thanks
|
 |
|