Skip to content

More on Admin Console

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #187731
    Snoopy1968
    Member

    Quesiton for anyone
    is it possibleto rread the ban list and the bounce list into a listview

    or does the listview only work with users?

    #187736
    Departure
    Member

    Well after checking with a treeview with API spy it seems the 2 lists you are talking about are a simple listbox control which means no real hard coding needed to get the items from there in to your Vb app, Thats assuming this is what you want to do???

    #187735
    Snoopy1968
    Member

    Yes but there seems to be a problem i checked back with windows api monitor and there doesnt seem to be away to destinguis one listbox from the other both are named listbox how do i tell vb i want one listbox not the other

    #187734
    Departure
    Member

    simple just subclass down to the second listbox, I uploaded an example code that does just this in the other topic about admin console….

    Download this…
    visual-basic-paltlalk-ban-t30790.html#p74853

    #187733
    autopilot
    Member

    @Snoopy1968 wrote:

    Yes but there seems to be a problem i checked back with windows api monitor and there doesnt seem to be away to destinguis one listbox from the other both are named listbox how do i tell vb i want one listbox not the other

    What you will find is that when checking the child forms, one listbox is always going to list first and then the other. So to find the second listbox, you need to continue until you get a second listbox form.

    #187732
    Snoopy1968
    Member

    Not sure if ive asked this but about the admin console and the banlist once youve read it into a list is the procedure the same as doing a nicllist as for highligthig the nick in the list
    ?

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.