Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by UnknownUser

  1. UnknownUser

    Tutorial File

    Hi Again, I'm more into Visual Basic and just recieved C++ 6.0 and am wanting to learn how to use it. I was wondering if anyone knew where I can get a tutorial file to explain in great detail everything about C++, with exercises and projects as well. I want to get familiar with it before I go...
  2. UnknownUser

    Loops

    oh ok.. thanks. im working on the "If FirstName = "" then MsgBox "Must Atleast enter the first name", vbOKOnly + vbExclamation, "Error" ...all of that is working but im having trouble with the others like the NumOfLoops..it comes up with an error for the...
  3. UnknownUser

    Loops

    hey thanks alot for your help...im learning as i go along but i have yet to know what Len is replaced for unless you declared the Len to equal something..ill be tryin out the code now... if there is any information that you or anyone has left out then let me know. Du Kannst Mich Heute Töten...
  4. UnknownUser

    Loops

    Well the program works and I am very satisfied but when i open the txt file it shows it as: 1000Hello, 1000, 1001 1002Test, 1000, 1002 1003Default, 1000, 1003 etc. Im looking for it to say: 1000Hello 1001Hello 1002Hello 1000Test 1001Test 1002Test 1000Default 1001Default 1002Default etc...
  5. UnknownUser

    Loops

    hey thanks alot, i really appriciate it...that looks just about exactly what im looking for :) Du Kannst Mich Heute Töten, Aber Morgen Wird Ich Dich Besiegen
  6. UnknownUser

    Loops

    Hello.. i am trying to create a program that will loop all the input into a single text file.. in my layout i have txtName, txtSecondName, txtThirdName, and txtNumber.. all of that is self explanitory but the number would be how many numbers to loop for the name entered.. such as if i put into...
  7. UnknownUser

    Redundant Text File

    hey thanks alot phathi..ill try that but if anyone else has anything different id like to hear 'em all <font color=red> Du Kannst Mich Heute Töten, Aber Morgen Wird Ich Dich Besiegen
  8. UnknownUser

    Redundant Text File

    oh yeah, i did do the same thing in Unix but that was a year ago and i forgot..we created one text file that said Dummy File about 1000 times, i want to do the same with VB but instead of having it just say Hello a thousand times, i would like it to add one every time (1000Hello, 1001Hello...
  9. UnknownUser

    Redundant Text File

    Im just starting out in Visual Basic and moving on up to C++ n a few years.. i am trying to make a program that can make multiple names in a single text file such as 100Hello all the way to 1000000000Hello without having to type in all of that (it would take days)... i would need it to ask me...

Part and Inventory Search

Back
Top