CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: dahrull

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    5,432

    Re: Counter in SQL and Database help!

    bump
  2. Replies
    2
    Views
    5,432

    Counter in SQL and Database help!

    Hey all!
    I'm a bit of a 'Newbie' and I'm practising SQL and Databases. I've got a windows form in VS2010 which takes a word from a text box and on a button click, that a word is stored in the...
  3. Replies
    18
    Views
    16,116

    Re: Need Help with Parser C#

    After a long morning of trying I decided to go with a Var method of doing it and it works. Thanks for the help though! Trying to figure out how to change the dictionary words in the output box to a...
  4. Replies
    18
    Views
    16,116

    Re: Need Help with Parser C#

    Long time no post!
    Thanks for all the help last time, Now I'm just wondering how I'd go about changing this code:



    private void btnTrans_Click(object sender, EventArgs e)
    {
    ...
  5. Replies
    40
    Views
    29,715

    Re: Beginner needing help with program

    Nothing so far unfortunately :/
    I'm not sure how I'd load the file but am I right in thinking that an if statement would be used for displaying that stars?
  6. Replies
    40
    Views
    29,715

    Beginner needing help with program

    Hi there,

    I'm trying to write a console app in visual studio 2010 that will read a set of numbers and construct a histogram that shows how many numbers are between each two numbers...if that makes...
  7. Replies
    18
    Views
    16,116

    Re: Need Help with Parser C#

    Do it! :cool:
    I'm feeling slightly ambitious now, how easy would it be to add the option of adding a word to the dictionary if it hasn't been found?
  8. Replies
    18
    Views
    16,116

    Re: Need Help with Parser C#

    :thumb: It works! :D So happy, what a class way to end the week. Kudos to you man!
  9. Replies
    18
    Views
    16,116

    Re: Need Help with Parser C#

    Okay everything's finally starting to make a lot of sense and it seems to be a lot cleaner now.
    I now have:


    private void btnTrans_Click(object sender, EventArgs e)
    {
    ...
  10. Replies
    18
    Views
    16,116

    Re: Need Help with Parser C#

    That is what I'm aiming for :D I guess I sound pretty much all over the place but I really don't know how to sort out the code. I don't know which parts to split up to allow the dictionary to be...
  11. Replies
    18
    Views
    16,116

    Re: Need Help with Parser C#

    Okay, so I've created a button on my form, but I'm not sure what code I'd put in


    private void btnTrans_Click(object sender, EventArgs e)
    {


    }
  12. Replies
    18
    Views
    16,116

    Re: Need Help with Parser C#

    When I try to use the Try Catch method the form runs, however it doesn't work. No matter what I type into inputBx nothing will show in the outputBx.
    I'm wanting this to work with the click of a...
  13. Replies
    18
    Views
    16,116

    Re: Need Help with Parser C#

    Ok thanks, that's just what I was looking for!
    However I tried to use a Try and Catch method and i can't see why it isnt working



    try
    {
    ...
  14. Replies
    18
    Views
    16,116

    [RESOLVED] Need Help with Parser C#

    Okay, I'm making an application on Visual Studio 2010 that will load a CSV file with Text in it such as:

    black, white
    Cat, dog
    Hot, cold

    and so on. So they're separated by a comma. I want to...
Results 1 to 14 of 14





Click Here to Expand Forum to Full Width

Featured