Search:

Type: Posts; User: Bopo

Page 1 of 13 1 2 3 4

Search: Search took 0.10 seconds.

  1. Replies
    1
    Views
    584

    3.0/LINQ Multithreading Q's

    Hey all

    I've been reading into multithreading throughout the day, as I've got no prior experience with multithreading, and have heard it can cause quite a headache. Here's my scenerio, I currently...
  2. Replies
    2
    Views
    483

    Visual Studio 2008 Team Edition Q's

    Hey

    Basically I really want to try out VSTE as sometimes I'm not at my computer, but want to access my projects and so on from other locations, and I'm mostly likely going to have a joint project...
  3. VS 2008 Re: Displaying Same Control on Multiple Tab Pages

    Yeah that's right, anyway I followed your advice in the first post, I simply use the tab control click event handler and determine which tab page is being selected, then simply add controls to the...
  4. VS 2008 [RESOLVED] Displaying Same Control on Multiple Tab Pages

    Hi

    Basically I have custom events within several classes which populate data for specific controls. I'm only using one form, however I'm using the TabControl which houses 3 tab pages, I want to...
  5. Replies
    5
    Views
    673

    VS 2005 Re: Saving/Loading Question

    So you want to load each users credentials into their respective textboxes when each name is clicked in the ListBox from a text file?
  6. Replies
    3
    Views
    387

    3.0/LINQ Re: Communicating From Classes to Controls

    @demausdauth: Yeah, but within the 'return' section I could reference a control, I'd have to dig the code up for it.

    @tg: Yeah I totally agree, your advice from a logical perspective makes sense,...
  7. Replies
    3
    Views
    387

    3.0/LINQ Communicating From Classes to Controls

    Okay I feel like an idiot asking this, but after having a look good around and searching through c sharp examples, I still really haven't found the answer.

    Basically I'm using multiple classes in...
  8. Replies
    2
    Views
    787

    3.0/LINQ Re: Using List Contains Method

    True, I did want to keep that separately as the class used to get the links is quite heavy, I'd try it, but the main problem is I just don't get how to use the .contains method for generic list's,...
  9. Replies
    2
    Views
    787

    3.0/LINQ [RESOLVED] Using List Contains Method

    Hey

    Well basically I'm trying to use the .contains method to see if my generic list of strings features a particular string, however I've run into a few problems, okay here's an example of the...
  10. Re: [RESOLVED] Website Injection/Attack - [Please Help]

    No problem, glad you got it sorted.
  11. Replies
    9
    Views
    8,332

    Re: Obtuze - A Neural Network for OCR

    Definitely an awesome project idea, I'll certainly be checking back to thread to see progress updates.
  12. Replies
    10
    Views
    1,052

    Re: help collage assignment

    Regardless of how 'simple' it would be, we are not here to do other people's home work, as mentioned previous if you're not going to make an attempt, that's your own problem.
  13. Thread: Job wanted

    by Bopo
    Replies
    4
    Views
    2,102

    Re: Job wanted

    Woah you're not kidding, just checked the site!
  14. Replies
    1
    Views
    354

    Re: Search Engine Result Placement(SERP)

    Sitelinks are given to sites that are seen as authoritative for a particular keyword or keyword phrase, the algorithm to determine this is obviously secret, however it will go down to consistent and...
  15. Thread: Had a busy week?

    by Bopo
    Replies
    19
    Views
    953

    Re: Had a busy week?

    Lol'd

    Just hope with all those long hours, you'll be able to retire early :check:
  16. Re: Open an URL in existing browser window, from C# win app

    Depends of which browser, to be honest, you'd probably need to use FireFox's API for this, considering multiple may be open and so on, however I don't think the API is open.

    However I think you...
  17. Thread: forum in php

    by Bopo
    Replies
    16
    Views
    1,060

    Re: forum in php

    vBulletin is the best community software available IMO, so no.
  18. Re: Website Injection/Attack - [Please Help]

    It's mostly likely your file permissions that's allowing the Iframe to be inserted.

    This might help you out


    http://mycodings.blogspot.com/2009/05/remove-malwareiframeinf-virus-from-your.html
  19. [RESOLVED] Getting Data From Classes to Controls

    Hi

    I feel a bit of an idiot asking this question, but I seem to have forgotten the good programming practice for this. Basically I'm kinda of new to C#, in VB I used to be able to simply reference...
  20. Replies
    12
    Views
    641

    Re: Picking a language

    I would also recommend C#, in terms of game bots, it's still perfectly suitable to create sufficient bots for performing memory reading/writing operations and so on, however you'll need to be...
  21. Replies
    2
    Views
    441

    3.0/LINQ [RESOLVED] Question On Strings

    Hey

    Basically I'm going to be searching hundreds of strings, each containing thousands of characters for a particular phrase, my dilemma is would it possible to select say, 50 character after the...
  22. Replies
    13
    Views
    1,271

    VS 2008 Re: Express Catch some text from website.

    Um if you look at the RegEx example posted, there's a quotation mark ["] just after the first parentheses and last, that's what you're missing.
  23. Thread: WebClient Login

    by Bopo
    Replies
    5
    Views
    2,638

    VS 2008 Re: WebClient Login

    Hi
    I’m quite sure my reading comprehension is adequate, but thanks for clarifying this is the Visual Basic .Net sub forum, very helpful. Yes I’m writing a project in C #, but I already know VB...
  24. Thread: WebClient Login

    by Bopo
    Replies
    5
    Views
    2,638

    VS 2008 Re: WebClient Login

    Thanks for the tip, I tried it with the domain, but sadly nothing changed, here's the code of the login text boxes and submit button


    <form method="post"...
  25. Thread: WebClient Login

    by Bopo
    Replies
    5
    Views
    2,638

    VS 2008 WebClient Login

    Hey

    Well I'm trying to log into Squidoo and simply download data from basically your own dashboard, I've written this in C sharp but I don't think it matters tbh.

    Private Sub LoginSquidoo()...
  26. Thread: Forms

    by Bopo
    Replies
    6
    Views
    781

    VS 2008 Re: Forms

    Well providing that I have understood you correctly, the TabControl control would be suitable.
  27. 2.0 Re: WebClient - Am I logging in right, or being redirected right?

    Well I don't know if this will work, as I don't know how the site stores login sessions, therefore this may not think your logged in.


    private void Form1_Load(object sender, EventArgs e)
    ...
  28. Replies
    13
    Views
    1,201

    VS 2008 Re: problem regarding webclient...HELP please

    Yeah that makes sense.
  29. Replies
    2
    Views
    583

    VS 2008 [RESOLVED] Searching a Large String

    Hey

    Well I haven't programmed for some time, so I'm a little rusty :o.

    Basically I'm storing HTML within a variable, and I need to count the amount of times a specific element appears e.g. <h3...
  30. Replies
    13
    Views
    1,201

    VS 2008 Re: problem regarding webclient...HELP please

    Is an error message occurring at all?
  31. Replies
    10
    Views
    899

    Re: I don't think I'm qualified for this job

    Um couldn't they just watermark images to deter users, that's quite effective.
  32. Replies
    2
    Views
    446

    [2005] Storing Value After A Space

    Hi
    lets say the following is entered into a textbox: 2 + 5, I need to store the 2 in a variable, ther operator, and the 5, but I don't know how to split them, help appreciated.
  33. Replies
    3
    Views
    514

    Re: [2008] "If" problem

    If varName = "" Then
    MsgBox("Enter in your name! Go to the main menu and select 'Whats my name?!?'")
    Else

    'the program will go straight to this even if you havent entered in a name. i want to...
  34. Re: [2005] DataGridView cells click problem

    Either select the SelectionMode property of datagridview using the GUI property window, or insert your code in the forms load event.
  35. Replies
    2
    Views
    439

    Re: Embeddibg Text File in Solution

    Note this is untested, so im not 100% sure it will work, this assumes your text file is within your bin folder within your project

    Dim filepath As String =...
  36. Replies
    2
    Views
    446

    Re: [2005] Play wav files in queque?

    Does the play length of each sound vary?
  37. Re: [2008] 100%new programmer need help with simple program (please=)

    What database are you going to be using, MS Access? MS SQL? etc
  38. Replies
    8
    Views
    1,056

    Re: [2008] Tutor in VB2008 Integers/Strings Help

    Say for example to want to place code behind a button, simply drag a button control onto your form and double click it, this will a click event handler, therefore anything you insert between Private...
  39. Replies
    5
    Views
    15,537

    Re: [2008] Removing last row datagridview

    Thanks for the reply, I came up with counting the rows, and then minus 1 per loop until the variable equals 1, then the loop exits.
  40. Replies
    4
    Views
    590

    Re: [2005] urgent help needed please -VB.net

    I suspect your declaring a new form, rather than opening the form you want to, how are you opening this form?
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width