- This topic has 5 replies, 3 voices, and was last updated 17 years ago by Departure.
-
AuthorPosts
-
September 17, 2007 at 6:23 pm #187731Snoopy1968Member
Quesiton for anyone
is it possibleto rread the ban list and the bounce list into a listviewor does the listview only work with users?
September 17, 2007 at 6:51 pm #187736DepartureMemberWell 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???
September 18, 2007 at 12:46 pm #187735Snoopy1968MemberYes 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
September 18, 2007 at 2:58 pm #187734DepartureMembersimple 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#p74853September 19, 2007 at 4:32 pm #187733autopilotMember@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.
October 8, 2007 at 4:37 pm #187732Snoopy1968MemberNot 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
? -
AuthorPosts
Related
- You must be logged in to reply to this topic.