Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 14 of 14
  1. #1
    Join Date
    Apr 2007
    Posts
    32

    change home page ?

    well, it`s to posible a change home page with ams 6.0 ( web browser ), something like Internet Explorer, to put any time different home page ?

    regard
    sorry for my english

  2. #2
    Join Date
    Apr 2007
    Posts
    32
    anybody can answer my ?

  3. #3
    Join Date
    Oct 2006
    Posts
    209
    i know but sorry dont want to tell you as you are a new user and may be wanted to play with other people's pc, sorry m8

  4. #4
    Join Date
    Apr 2007
    Posts
    32
    hm, i just want to a change that home page, i can`t understand you, i`m beginner...

  5. #5
    Join Date
    Oct 2006
    Posts
    209
    well all i meant i just dont want to give some short way to some one to change system settings (belive me i m the persone who share experience).

  6. #6
    Join Date
    Aug 2007
    Posts
    1
    Quote Originally Posted by wasim21k View Post
    well all i meant i just dont want to give some short way to some one to change system settings (belive me i m the persone who share experience).
    come on man
    we are here to help each other
    If u dont wanna help just dont answer !

  7. #7
    Join Date
    Jul 2002
    Location
    Just South of Reality
    Posts
    778

    home page

    If you've created a web browser with AMS, then you must be priming it with some home page URL. You can store the home page URL in an external file, allow the user to change the contents of the (text, ini, or database file) that stores this URL of your home page.
    I assume that's what you are looking for?

    HTH

  8. #8
    Join Date
    Oct 2006
    Posts
    209
    holtgrewe,
    thats not what saricnet want. he want if i run his app in my pc it change my home page to whatever.com defined in his app and i believe no one want that.


    Quote Originally Posted by holtgrewe View Post
    If you've created a web browser with AMS, then you must be priming it with some home page URL. You can store the home page URL in an external file, allow the user to change the contents of the (text, ini, or database file) that stores this URL of your home page.
    I assume that's what you are looking for?

    HTH

  9. #9
    Join Date
    Oct 2006
    Location
    London, UK
    Posts
    351
    Quote Originally Posted by saricnet
    something like Internet Explorer
    I believe he is trying to say that he wants to work a homepage management like IE.

    Please confirm this or explain what you are exactly looking for saricnet.

    Quote Originally Posted by wasim21k View Post
    thats not what saricnet want. he want if i run his app in my pc it change my home page to whatever.com defined in his app and i believe no one want that.
    How do you know he's not gonna use it for personal use?

    Im just saying that be sure to know what they are asking before making a decisive reponse.

  10. #10
    Join Date
    Feb 2007
    Location
    Missouri
    Posts
    178
    I love how everyone assumes that everyone else wants to do something bad.

    Just save the name of the page to the registry and have ams call that entry. You can also allow the user to type the page they want to set as homepage into a input object and when they click an ok button it will write to the registry the url they typed in.

  11. #11
    Join Date
    Oct 2006
    Posts
    209
    well its bit difficult to tell what is in people's mind (i use to train people for IT and del or formate etc.was very very last commands i ever tell them) assuming that right on first day your first question how to change home page,
    correct me if i m wrong but would you like if you download some ones app and it change ur home page?

  12. #12
    Join Date
    Apr 2007
    Posts
    32
    i`m serbian and my english is so bad, just look the picture, and i hope you will understand

  13. #13
    Join Date
    Apr 2007
    Posts
    32
    Quote Originally Posted by Haydeng View Post
    I love how everyone assumes that everyone else wants to do something bad.

    Just save the name of the page to the registry and have ams call that entry. You can also allow the user to type the page they want to set as homepage into a input object and when they click an ok button it will write to the registry the url they typed in.

    can you give to me some example

    regard

  14. #14
    Join Date
    Feb 2007
    Location
    Missouri
    Posts
    178
    I haven't coded with AMS in a while so the code wont be right, but this is how its done:

    button_OnClick
    {
    // Get, string sText = TextBox.Text.ToString (I forget how AMS does it)
    // Set your Registry.SetValue with sText as data
    }

    form_OnLoad
    {
    // Get the value using string sURL = Registry.GetValue
    // web.Navigate(sURL)
    }

    I Hope this helps

Similar Threads

  1. html page and link
    By mountain07 in forum AutoPlay Media Studio 6.0
    Replies: 1
    Last Post: 11-19-2005, 09:00 PM
  2. Inheriting Page Properties
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 10-01-2003, 02:21 PM
  3. Setting Page Transition Effects
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 09-24-2003, 01:08 PM
  4. HOWTO: Create a Page Template
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-26-2002, 05:20 AM
  5. Animated Page Change ? How do I do it ?
    By elsianer in forum AutoPlay Media Studio 4.0
    Replies: 1
    Last Post: 09-17-2002, 07:25 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