The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: atx on December 27, 2004, 02:33:59 PM

Title: autologin?
Post by: atx on December 27, 2004, 02:33:59 PM
Hi,

do anyone have a code for doing this with an exe file, insted of as a javascript?:


objHttp = new ActiveXObject("Microsoft.XMLHTTP");
objHttp.Open("GET", "http://xxxxxx.xx?username=xxxxx&password=xxxxxx", false);
objHttp.Send("");



How do i write this in assembly to compile, i want to make an exe program!?
I no nothing about code writing, so thanks for all help!
Title: Re: autologin?
Post by: sluggy on December 29, 2004, 01:31:40 AM
atx,
i have two problems with your post:

- you are asking the members to do the coding for you, we do not allow that sort of request here

- you know nothing about coding, and yet you want to be shown how to interface to an activeX component from asm. This is far too complex to show you, especially when you have no previous knowledge.

I am going to close this thread, feel free to re-ask the same questions once you have done some research and have written some of the code yourself  :U