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

Search:

Type: Posts; User: richardv2

Search: Search took 0.02 seconds.

  1. Re: Basic TextBox Question: Combine string and integer in one line/statement

    Great! Thanks.
    No idea why I looked for so long without seeing that....

    By the way... Loaded the code you gave me for making a List with thousands of file names. Worked until the last line where...
  2. Basic TextBox Question: Combine string and integer in one line/statement

    This code works:
    listBox1.Items.Add("Index of First File Name Char: ");
    listBox1.Items.Add(index1);

    If int index1 contains the value 10, then this code prints:

    Index of First File Name Char:...
  3. Replies
    7
    Views
    7,279

    Re: Basic Database Options Question

    Arjay,

    WOW! Many thanks. You gave me a lot to work with, and really pointed me in the right direction
  4. Replies
    7
    Views
    7,279

    Re: Basic Database Options Question

    I'm not sure what to say. I have a Windows 10 laptop, a Windows 7 laptop and a Windows machine at work. They all have my test folder with comma files in them so that I can test my VC# code. Here is...
  5. Replies
    7
    Views
    7,279

    Re: Basic Database Options Question

    I pretty much understand what you said, but let me repeat back to verify.
    First... YES, I WOULD LIKE TO DO THIS ALL IN MEMORY. It didn't occur to me when I asked the question.

    So, List will do...
  6. Replies
    7
    Views
    7,279

    Basic Database Options Question

    I have asked this in several forums and cannot seem to get an answer. Perhaps I'm not asking the question correctly. Let me try again.

    I have a Karaoke collection of almost 200,000 songs. Each...
  7. Help with Input of One or Two Digit Integer

    I am programming a game that needs user input of a one or two digit integer.

    When second digit entered, program proceeds to validation code.
    If only one digit entered (0-9 OK) user ends input...
  8. My Form Keeps Disappearing (VC#2012 Express)

    Using VC#2012

    When I open my very first C# program, which has been going great up to now, there is no form.
    I try "Show all files" and click through all the possibilities.
    I kept clicking long...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured