Imacros & Visual Basic 2008....how do you setup a variable to use in the script?

Discussion in 'Programming' started by simpleonline1234, Apr 22, 2010.

  1. #1
    I created a simple program that submits urls to social bookmarking sites....catch is that I had to manually edit each macro script to enter the new url so I created a Visual Basic 2008 program to speed things up.

    Is it possible to seutp a variable using a text box in VB and then pass that variable into the imacros script?
     
    simpleonline1234, Apr 22, 2010 IP
  2. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #2
    Sure, i wouldn't use macro's at all though - if you have the power of .NET... just use the WebClient object to do your submissions and use the app.config to save your settings. App.coonfig has a Save method so you could make a quick form to edit your settings.
     
    ccoonen, Apr 22, 2010 IP