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

Search:

Type: Posts; User: Moon_Dew

Search: Search took 0.01 seconds.

  1. Re: Visual Basic Coding Help: My code won't work at all

    Can't you guys help? I'm not asking you to do this for me, I just need help.
  2. Re: Visual Basic Coding Help: My code won't work at all

    I'm afraid your answer is causing more problems than it's solving.
  3. Re: Visual Basic Coding Help: My code won't work at all

    I'm sorry if this is against the rules, but due to lack of responses I'm bumping the thread.
  4. Re: Visual Basic Coding Help: My code won't work at all

    What does that mean?
  5. Visual Basic Coding Help: My code won't work at all

    I know I'm doing something wrong here, but my sleep deprived brain (had a minor family crises last night, had to stay up much longer than I normally do) just can't work it out.

    The allButton click...
  6. Re: Visual Basic Coding Help: I have no idea what to do

    Here's the updated code.


    Option Explicit On
    Option Strict On
    Option Infer Off

    Public Class MainForm

    Dim loadedfile As String = "d:\test.txt"
  7. Re: Visual Basic Coding Help: I have no idea what to do

    I could have gotten that very same information from my book, unfortunately it doesn't help in my current situation, considering that it only describes similar projects, and not like the sort of thing...
  8. Visual Basic Coding Help: I have no idea what to do

    I'm suffering from a case of, for lack of a better term, coder's block right. I need to work on this project but I have no idea how to start coding it, other than the immediate obvious.

    The...
  9. Visual Basic Coding Help: Why Is This Error Here?

    Me again. Didn't think I was gonna have to post again so soon, but I've ran into a problem with another project of mine. What I'm trying to do is make a program that provides a text box for...
  10. Visual Basic Coding Help: Last Name Won't Capitalize

    The program I'm working on allows the user to enter names (first, middle, and last names, like "First Middle Last") into a list box in the correct case. I have two problems so far when I use the...
Results 1 to 10 of 10





Click Here to Expand Forum to Full Width

Featured