Search:

Type: Posts; User: nickTHEguitarist

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Thread: Help!

    by nickTHEguitarist
    Replies
    1
    Views
    534

    Re: Help!

    try not to use "help" as the thread title, people dont seem to look at it when that is the title...
  2. Re: (solved) Assigning constants as variables in arrays

    that doesn't seem to work under general declarations it says invalid outside procedure
  3. Re: Assigning constants as variables in arrays

    alright thanks.
  4. Assigning constants as variables in arrays

    I need to make a 2d array with the variable strStudents (it is for a class the project is a grading program) and I need to have it strStudent(Val(strStdAmt), 1000) for the array. Why can't I do this...
  5. Re: MsgBox VbYesNo Problem(R to the Izzolved)

    Well I decided not to use the msgBox if then statement at all. I used radio option buttons :cool:



    -NCM TO ITS FULLEST MOOF-
  6. Re: MsgBox VbYesNo Problem

    Yes, kinda like that. Only that was an example the one I need to do is super long code so yea :)

    Thanks.




    "Cuz I'm just flippin sweet like that yo"
  7. Re: MsgBox VbYesNo Problem

    Oh sorry I forgot to put, when vbNo is click I need another message box. Do I just put that in a else statement then too?
  8. MsgBox VbYesNo Problem(R to the Izzolved)

    How do I set up a vbNo If then statement for this:

    If MsgBox("Again?", vbYesNo) = vbYes Then Call MessageBox_Trick

    I want it to load the form if vbNo.
  9. Re: Adding different data in single textbox

    I need to do that within two command buttons

    Astart in AddA and Bstart in AddB
  10. Re: Adding different data in single textbox

    Yea but I need to be able to put Astart in the text box with just itself, and be able to put Bstart in the text box by itself. But when Astart is in the textbox I need to add the two in the command...
  11. Adding different data in single textbox

    I have two pieces of data, and one textbox. When one of the pieces of data is in the textbox, and I need to be able to add them both together and put them in the text box. Vice Versa for the other....
  12. Replies
    8
    Views
    2,177

    Re: Mid$ Function Not Working

    Ok that works now. I just need to know how I can combine this:

    AStart = strHE & vbCrLf & strB & vbCrLf & strG & vbCrLf & strD & vbCrLf & strA & vbCrLf & strLE
    txtWriteTab.Text = AStart
    ...
  13. Replies
    8
    Views
    2,177

    Re: Mid$ Function Not Working

    You're a genius, did I mention that you are the smartest person alive ;)

    Thanks alot.
  14. Replies
    18
    Views
    1,514

    Re: Replace Hyphon with Number(RESoLvED)

    Idk... this won't let me use variables instead of lngPos = 2. I need to put a variable in there instead of 2. AHH
  15. Replies
    8
    Views
    2,177

    Re: Mid$ Function Not Working

    [Highlight=VB]strB = "----------------------------------------"

    txtAmajSpc.Text = strAmajSpc
    lngPos = Val(strAmajSpc)
    strFretNumb = "2"
    strB = Left$(strB, lngPos - 1) &...
  16. Replies
    8
    Views
    2,177

    Re: Mid$ Function Not Working

    I need txtAmajSpc.Text = AmajSpc so that the user can assign a value to the lngPos long.
  17. Replies
    8
    Views
    2,177

    Mid$ Function Not Working

    Can someone tell me what is wrong with this code. When I try to run it there is a run time error 5 "invalid call, function"...

    strB = "----------------------------------------"

    txtAmajSpc.Text...
  18. Replies
    18
    Views
    1,514

    Re: Replace Hyphon with Number(RESoLvED)

    I'll zip it up. Try not to change too much because you might put stuff in there that I'll have no idea what it is.
  19. Replies
    18
    Views
    1,514

    Re: Replace Hyphon with Number(RESoLvED)

    No, that doesn't work. I think the number is getting lost between the text box to the variable, to the long. Do you mind looking over my project real quick to see whats the matter? I'll send it...
  20. Replies
    18
    Views
    1,514

    Re: Replace Hyphon with Number(RESoLvED)

    how many spaces over in my line of hyphons the number is placed
  21. Replies
    18
    Views
    1,514

    Re: Replace Hyphon with Number(RESoLvED)

    Hmm. It still says runtime error 5...

    txtAmajSpc.Text = intAmajSpc
    lngPos = Val(intAmajSpc)
    lngPos = lngPos
    strFretNumb = "2"
    strB = Left$(strB, lngPos - 1) &...
  22. Replies
    18
    Views
    1,514

    Re: Replace Hyphon with Number(RESoLvED)

    Yes I know, I used integer just as a quick example. And that is exactly what I want. One space replaced by strFretNumb. Thanks for your help!


    Slow ride, take it easy. :cool:
  23. Re: html preformatted text?(SOLVED BYME)

    Nevermind this one I figured it out :cool:
  24. html preformatted text?(SOLVED BYME)

    Is there a way to format text in vb to be html preformatted?
  25. Replies
    18
    Views
    1,514

    Re: Replace Hyphon with Number(RESoLvED)

    Yes, but szlamany's way seems easier and more understandable to me. Thanks for you input tho remix. It's appreciated
  26. Replies
    18
    Views
    1,514

    Re: Replace Hyphon with Number

    Yes you're right, your code does work alot better. Thanks.
  27. Replies
    18
    Views
    1,514

    Re: Replace Hyphon with Number

    Ah, that is an answer I like :) one line of code

    Thanks
  28. Replies
    18
    Views
    1,514

    Re: Replace Hyphon with Number

    It will be easy to decide what strNew would be. What would be the output of that code?
  29. Replies
    18
    Views
    1,514

    Replace Hyphon with Number(RESoLvED)

    You have probably already seen this thread, I am posting it again because I have yet to find an answer. I just need a simple way to take a line of hyphons (-----------) and replace any hyphon with...
  30. Replies
    4
    Views
    665

    Re: problem with a list view box....

    I'm not sure what the problem is, I'm sure many of the very smart people on this forum would help you out. But next time, can you highlight the code you put into the thread, and click the "vbcode"...
  31. Re: [Resolved] Adding or substracting numbers in listboxes help?

    I think my code was for just a basic counter. I didn't read your thread well enough because you wanted to add to a number already inside the listbox. If that was true then you'd just do a simple...
  32. Re: Adding or substracting numbers in listboxes help?

    You could do it as a for...next loop:

    'Make 1 command button w/ name of Command1
    'Make 1 text box w/ name Text1
    'Make 1 list box w/ name List1


    Dim intCounter As Integer
    Dim intStopCounter...
  33. Re: Loop form start(check out # trick)(RESOLVED)

    Who knows, I have a pretty new Gateway computer. But my dad, who is a computer programmer himself, and my brother, who is majoring in telecommunications, set this up for me. I know as much as word...
  34. Re: Loop form start(check out # trick)(RESOLVED)

    Darn, well I played your game, and when I loaded it, half of the screen was white. The half that was white was in a diagonal from the top left to the bottom right. :confused:
  35. Re: Loop form start(check out # trick)(RESOLVED)

    Jacob, can you figure out the math trick to my trick?
  36. Re: Loop form start(check out # trick)(RESOLVED)

    Yes this seems to be a bit better than my program ;)
    I'll give it a try.
  37. Re: Loop form start(check out # trick)(RESOLVED)

    Ok, did you like the little trick?
  38. Re: Loop form start(RESOLVED)

    Check out the Number trick
  39. Re: Loop form start

    K thanks Jacob, I got it to work now. (The first time I got a form to work from advice of this forum :))
  40. Re: Loop form start

    When I created the sub routine, and i put in the form_activate, I need MessageBox_Trick() to be equal to something?
Results 1 to 40 of 83
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width