Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 8 of 8
  1. #1
    Join Date
    Jul 2007
    Posts
    158

    Grin Creating dialup connection

    How can i create a dialup connection with my own settings and use it automaticaly. is there any way to do it with ams or lua?

  2. #2
    Join Date
    Jul 2007
    Posts
    158
    Hellllow...

    Any Answers?!?!?!

  3. #3
    Join Date
    Feb 2005
    Location
    Mn
    Posts
    770
    I found this on a web site if you want to take a look and see if it helps.
    http://www.faqs.org/faqs/windows/win...ection-13.html

  4. #4
    Join Date
    Jul 2007
    Posts
    158
    I'll read this in time, thank you very much for reply.

  5. #5
    Join Date
    Jan 2007
    Posts
    155

    Dialup Connection

    Hi arb
    I also need the type of functionality you requested. I posted a thread several months ago but did not get a response. Ideally I would like to send text messages or audio files to a mobile phone using an AMS application installed.

    If you achieve any progress on this issue, please let me know.
    Thanks
    Pakapaka

  6. #6
    Join Date
    Oct 2007
    Posts
    15
    i hope that this could be helpful

    http://support.microsoft.com/kb/284269

    i have a project that is suppose to create a dial-up connection but unfortunately i couldn't find a way to do but what i have for now is this

    Code:
    result = DLL.CallFunction("AutoPlay\\Docs\\GetSpecialFolderLocation.dll", "GetSpecialFolderLocation", 35, DLL_RETURN_TYPE_STRING, DLL_CALL_STDCALL);
    File.Copy("AutoPlay\\Docs\\rasphone.pbk", result.."\\Microsoft\\Network\\Connections\\Pbk", true, true, false, true, nil);
    Shell.CreateShortcut(Shell.GetFolder(SHF_DESKTOP), "Shortcut name", _WindowsFolder.."\\system32\\rasphone.exe", "-d Connection Name", "", "", 0, SW_SHOWNORMAL, nil);
    Maybe rasphone could do the trick but I still don't know how
    If you make any progress on that please let me know 'cause i need it too

  7. #7
    Join Date
    Jun 2001
    Location
    California
    Posts
    2,014

  8. #8
    Join Date
    Jul 2007
    Posts
    158
    Now what about *.INS files and editing them with script, who knows about that?

    An INS file is an automatic setup file that is distributed by most free ISPs to assist their customers in setting up their computer. It is most commonly used to setup a dialup connection with your username and password. It can also setup email and news server settings. It can change more settings that you think, along with the ISPs own branding it can change the default settings and cause your previous setup to be corrupted.

    Bruce: That article was cool, you can also get best result with a gsm modem but I just can create SMS management program in delphi.

Similar Threads

  1. help... stuck on database connection
    By Jonas DK in forum AutoPlay Media Studio 6.0
    Replies: 11
    Last Post: 04-28-2007, 06:54 AM
  2. Check For Internet connection?
    By Roboblue in forum AutoPlay Media Studio 5.0
    Replies: 1
    Last Post: 02-01-2005, 04:40 PM
  3. Trying to setup a dialup connection in 98/2k/xp
    By dtadin in forum AutoPlay Media Studio 4.0
    Replies: 2
    Last Post: 11-21-2002, 08:00 AM
  4. Dialup Connection
    By sdmeier in forum Setup Factory 5.0
    Replies: 1
    Last Post: 11-02-2000, 10:50 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts