CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: mark103

Page 1 of 20 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    0
    Views
    1,165

    Make webbrowser1 click a button on a webpage

    Hi guys,

    I need your help, I'm working on my vb.net application as I want to click the button on the webpage when i click on the form button, but I'm having a problem with click the button on the...
  2. How to check the checkboxes in the listview?

    Hi guys,

    I am working on my listview which I have almost finish it, but i need to work on the button event to check for each string in the listview whether if the checkbox is true or false. When I...
  3. Replies
    5
    Views
    1,316

    Re: How to check listview subitems in label?

    Thanks Eri523, but there is a problem with the code. I am getting an error of system::collections::generic::list which it cannot convert parameter from 1 cli to array type to...
  4. Replies
    5
    Views
    1,316

    Re: How to check listview subitems in label?

    Hi Eri523,

    I mean that when I click on the checkboxes in the listview to add the subitems in the label and next to the commas like this:



    my strings, my strings 2, my strings 3
  5. Replies
    5
    Views
    1,316

    How to check listview subitems in label?

    Hi guys,

    I need your help, I am working on my application to add and remove the listview subitems in the label. I want to know how do I check the subitems in the label to see if the subitems do...
  6. Replies
    1
    Views
    813

    how to find listview index

    Hi guys,

    Can you please help me. How I can find the index for the listview on a listview click event to something like this:


    Private Sub listView1_Click(ByVal sender As Object, ByVal e As...
  7. Checking each items in listview compare to label

    Hi guys,

    I have a listview with checkboxes for each items in the listview. You can see in the listview1_itemcheck event that when I tick and untick for each checkboxes in the listview, it will add...
  8. Replies
    6
    Views
    1,715

    Re: how to save the checkbox settings?

    Okay, what I am trying to do is to select on the checkboxes to save the subitems text to let the program to know which items I have select on to save the index and display the messagebox with the...
  9. Replies
    6
    Views
    1,715

    Re: how to save the checkbox settings?

    No, I only want the messagebox to display in each a time when I tick and untick on the checkboxes. I need to know which strings i have tick and untick on the checkboxes, so I can send to my php...
  10. Replies
    6
    Views
    1,715

    Re: how to save the checkbox settings?

    Ok, what i am trying to do is to click on the checkboxes in the listview to tick and untick to save the settings and when i click on the button, I want the messagebox to display and tell me what...
  11. Replies
    6
    Views
    1,715

    how to save the checkbox settings?

    Hi guys,

    Can you please help me with the checkboxes in the listview. I want to save the settings of the checkbox when I tick and untick them in the listview, e.g tick and untick the checkboxes and...
  12. Replies
    4
    Views
    1,125

    Re: how to select on the valid listview items?

    Sorry I meant that when a user click on the checkboxes to tick and untick, how do the program know which listview items that a user is select on?
  13. Replies
    4
    Views
    1,125

    how to select on the valid listview items?

    Hi guys,

    Can you please help me with my listview items. I want to know that when a user select the items on the listview to tick and untick on the checkboxes while a user do not select on the...
  14. Replies
    3
    Views
    1,199

    Re: How to split the returned strings?

    Thanks Eri523, but your code seems to be a little bit mess. I have adjusted the code the one you have posted to be enaged with my code. It seems to be working right now.



    for each (Match ^x1 in...
  15. Replies
    3
    Views
    1,199

    How to split the returned strings?

    Hi guys,

    Can you please help me with my code as I have a trouble with the returned strings that I have extracted from my php source to add the strings in my listview.

    I'm reading the tags of...
  16. Re: How to check strings in php while match with each listview item?

    do anyone know how i can check the string 'enabled' in my php page for each paragraph while being matching with each listview items?
  17. How to check strings in php while match with each listview item?

    Hi guys,

    Can you please help me with the listview as I want to know how I can check the string 'enabled' in my php page for each paragraph while being matching with each listview items that i have...
  18. Replies
    3
    Views
    1,123

    Re: how to tick each checkbox in the listview?

    thanks for the help Eri523. Can you please help me how to tick the checkboxes for each listviewitem in the listview when I find each strings from the php source called "enabled" while the strings are...
  19. Replies
    3
    Views
    1,123

    how to tick each checkbox in the listview?

    Hi guys,

    I need your urgently help. I have extract each strings from mystrings to input them in the listview. Now I want to know how i can tick the checkboxes for each array in the listview when...
  20. Replies
    0
    Views
    540

    how to check for each array in listview?

    Hi guys,

    I need your help, I'm working on my listview to extract the strings from my php source. I want to check for each array in my listview when i finds the matches of html tags "<span...
  21. Replies
    3
    Views
    789

    Re: Need help with loops

    I have tried it, but it will make no difference. What I am trying to do is to reads the php source from my website to see if the strings in the mystrings2 tags have got the text called "enabled"while...
  22. Replies
    3
    Views
    789

    Need help with loops

    Hi guys,

    I need your help with the loop. When I load a form to set up the timer to one second, it will get access to my site via httpwebrequest. It will look for the html tags called "mystrings1"...
  23. Replies
    1
    Views
    1,262

    How to compare the value before split?

    Hi guys,

    I need your help, I have got a problem with my program as they are extract the whole html tags when I am trying to compare between two tags "<p id='mystrings1'> and the <span...
  24. Replies
    0
    Views
    582

    how to split the strings?

    Hi guys,

    I am working on my program to read the html tags using with httprequest. When i set the timer, it connect to my site via httprequest and it will read the whole tags from the php source...
  25. Re: Problem with pattern matches for checked items in listview

    Do you know how the regex to capture the images.php?id=1 from the html source?

    if so, what is the valid regex value?


    I have tried this:



    "(<p id='images'>(.*?)</p>)"
Results 1 to 25 of 499
Page 1 of 20 1 2 3 4





Click Here to Expand Forum to Full Width

Featured