News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

autologin?

Started by atx, December 27, 2004, 02:33:59 PM

Previous topic - Next topic

atx

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!

sluggy

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