Search:

Type: Posts; User: codebot

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    5,607

    Thanks! I have two classes http and log class....

    Thanks!
    I have two classes http and log class. The http class is going to handle the requests and the log class is going to store or display the information. I'm not going to call the log class...
  2. Replies
    9
    Views
    5,607

    Thanks for the reply. When I change it to...

    Thanks for the reply.
    When I change it to myForm.Show(); I get 30 instances of the form and all of them are updated with the text, except one. weird..

    notice the forms in the back have the text...
  3. Replies
    9
    Views
    5,607

    Ok, I can't seem to figure out how to put it...

    Ok, I can't seem to figure out how to put it together.

    Here is my code so far:

    namespace WindowsFormsApplication1
    {

    public partial class Form1 : Form
    {
  4. Replies
    9
    Views
    5,607

    Thanks nvoigt! I'm making a simple bot, that can...

    Thanks nvoigt!
    I'm making a simple bot, that can login into a website and get my stats. The http deals with httpwebrequest. The reason I need this, is to being able display info into 'log' instead...
  5. Replies
    9
    Views
    5,607

    Cannot access a non-static member

    hello,
    I'm trying to change a value of the textbox within a class, but I get an error:


    How do I access the textbox? Thanks!


    namespace WindowsFormsApplication1
    {
  6. Replies
    7
    Views
    1,744

    Can you please point out how can I fix the code?...

    Can you please point out how can I fix the code? Thanks!
  7. Replies
    7
    Views
    1,744

    Anyone?! I just need to answer to the last...

    Anyone?!

    I just need to answer to the last question why is my regex failing, thank you!
  8. Replies
    7
    Views
    1,744

    NeonBlack, the regex library can be compiled into...

    NeonBlack, the regex library can be compiled into exe too, correct? Thanks I got it!

    C_ntua, I didn't know regex.re_nsub stores the number of maches, thanks!


    So the problem I'm facing now is...
  9. Replies
    7
    Views
    1,744

    nightmare!! I really need help with this!

    Hello,

    I'm making a network application and I need regex. I found out that I can use regex.h for that. Unfortunately it is not as simple is in PHP using preg_match_all();

    Here are my questions:...
Results 1 to 9 of 9