Search:

Type: Posts; User: jloyzaga

Search: Search took 0.04 seconds.

  1. Re: VS 2010.execute is not declared.it may be inaccessible due to its protection leve

    so is there a way i can execute an expression that is held within a string variable?

    so the variable contains "msgbox("hello")" and execute runs it
    is there a way?
  2. Re: VS 2010.execute is not declared.it may be inaccessible due to its protection leve

    so theres no equivalent execute command like it exists in vbs?
  3. VS 2010.execute is not declared.it may be inaccessible due to its protection level

    Dim msg As String
    msg = "Hello"
    Execute(msg)
  4. Object reference not set to an instance of an object.

    Test method proofofconceptgoogle.CodedUITest1.CodedUITestMethod1 threw exception:
    System.NullReferenceException: Object reference not set to an instance of an object.


    Dim excelarray() As...
  5. VS 2010 - how to make this take a parameter

    public HtmlEdit UIGenericSearchEdit
    {
    get
    {
    if ((this.mUIGenericSearchEdit == null))
    {
    ...
  6. Replies
    3
    Views
    888

    Re: VS 2010 NEWB at everything

    vb.net to read an .xls file into an array

    this is the UGLY code I woked out and yet its not moving values across to array

    Dim xlsApp As Microsoft.Office.Interop.Excel.Application
    ...
  7. Replies
    3
    Views
    888

    VS 2010 NEWB at everything

    Am a vbs person. Need to get code to read all cells from row2 from excel worksheet1 and move into 2 dimensional array (rownum, colnum). I looked at forum for hours and its SOOO more complex that I...
  8. Replies
    9
    Views
    1,572

    Re: redefine object?

    ok - will you be around monday my time for further questions?
  9. Replies
    9
    Views
    1,572

    Re: redefine object?

    its web and I'm trying to press a button but I'm trying to press a button that has now got a different "name" property "You can certainly reuse the object and the method" but wouldn.t I have to dim a...
  10. Replies
    9
    Views
    1,572

    Re: redefine object?

    how? can it be done byref or something? can't I null the object and reuse the method somehow?
  11. Replies
    9
    Views
    1,572

    redefine object?

    I think i posted this in the wrong forum before
    I am trying to redefine an object by giving it the name in a parameter
    Dim P1 = "go"
    Dim P2 = "sb_form_go"
    Dim uIGenericSearchButton As...
  12. Replies
    0
    Views
    487

    create an object of class textbox

    how would I do that?

    I got a browser so i can call it with the url I want to navigate to
    but how do i define an object that is a textbox passing the id and the value I want to set it to?
    heres...
  13. Replies
    6
    Views
    849

    Re: vb Execute command

    Execute sData

    where sData is populated from an excel cell and the value within sData can be "Call DPWebLink ("Create Quick Quote")"
  14. Replies
    6
    Views
    849

    vb Execute command

    is there such a thing like an execute command in vb that executes an expression - an expression can be a call to a function

    there is one in vbs
  15. how can I get all the images within a web page?

    I need ti find all the images within the web page
    this is how to do it in QTP - how to do it in pure vbs?

    [size=3 font="lucida console"][size=3 font="lucida console"] Dim oDesc, oColl, iCount,...
  16. Replies
    1
    Views
    1,146

    what does extern do?

    I get error object required extern


    Private Function zGen_GetIni(sIniFile, sSection, sKey, sDefault)

    Dim iRet, sReturnString

    Extern.Declare micLong, "GetPrivateProfileString",...
  17. Replies
    0
    Views
    733

    running script in vbsedit

    trying to convert a QTP vbs script to pre vbs - can you advise? running it using vbsedit
    script attached
  18. Replies
    0
    Views
    615

    sort by abs x, abs y

    I have web page objects that I'm trying to sort by abs x and abs y so as to reflect how they appear on web page - can anybody help me coding the sort?
  19. output all objects in webpage into a file

    I'd like to list out all objects in a web page their ids and as many properties as possible via the dom
    I got a starting point but now I'm getting confused - this will list out all tags
    and I can...
Results 1 to 19 of 20



Click Here to Expand Forum to Full Width