Search results for query: *

  • Users: Senoska
  • Content: Threads
  • Order by date
  1. S

    Regex Issue - Nested Matches?

    Hey everyone. Sorry if this is in the wrong forum. After, no joke, 2 weeks of wrestling this problem I have finally given up, defeated. I'm currently writing a macro system, and need to be able to match things in the params of the called macro. So for example, assume someone types this: I...
  2. S

    Control not updating from cross thread call?

    Hello everyone. First off, I hope this is in the right section. Sorry if its not. I have a few classes. One of the classes handles everything to do with updating controls (Such as adding items to a listview, etc.) and another is handling loops. I'm trying to add something to a richtextbox from...
  3. S

    Question Multiple Downloads?

    Hello, This seems like a simple question, but I've been struggling with it for awhile now. I'm writing something to download about 200 small (Around 200kb) files at a time. I pass the file urls off to a class which starts the downloads. The problem is that it'll start the download (Just...
  4. S

    Checkboxlist Help please ; ;

    Okay this is what I'm working on. This program keeps track of Linkshell[Guild] mates in the game Final Fantasy XI. Points are given for attendance. I want to add bulk points to many members via a check box, but for some reason it only adds points to the person I have selected. Code a picture...
  5. S

    Count total number in listbox?

    Hi again, sorry for another post asking a question ^^; still learning.. I need to get a total number of items in a listbox and display then in a text box :O any idea on what to do? I tryed lstInfo.Items.Count(txtTotalMem.text) but ive got nothing, I tryed google with prob 100 differnt...
  6. S

    Please help, Multiline string? [urgent]

    Sorry I dont really know how to explaine what im doing and I know my code is really sloppy, this is the first "real" program I have ever made, Ill try my best to explaine but I dont know very much about coding so its going to come off as a bit 'wack'. First off background of what im trying to...
Back
Top