Search results for query: *

  1. Ciduletz1983

    Mathematical Operations and Allocation

    JuggaloBrotha it seems you don`t how to read. :P I`m from Romania. And by the way the USA mentallity it`s down. Do you know how many crackers, hackers are born in Romania/a day ?:) United States are hiring a lot of ROMANIAN people to work for them in this domain. We are pretty smart. A month ago...
  2. Ciduletz1983

    Short application display debts of a company per years

    ok i`ll take a look right now :)
  3. Ciduletz1983

    Short application display debts of a company per years

    cjard i don`t know how to use a db.
  4. Ciduletz1983

    Short application display debts of a company per years

    Yeah i use one of these online tutorials right now..
  5. Ciduletz1983

    textbox to uppercase

    Thx JuggaloBrotha .. i was thinking that`s a complicate thing.. but it was so simple.. by the way i wanted the text in textbox1 to be Uppercased .. but i amended the line .. at least here i must be on my own. Textbox1.Text = Textbox1.Text.ToUpper()
  6. Ciduletz1983

    textbox to uppercase

    This is goin` to be a piece of cake for advanced programmers in here. Can anyone help me with this exercise : Exercise There is an event available to the textbox called Leave. Add another textbox to your form, and write code so that the letters in a postcode are converted to uppercase when the...
  7. Ciduletz1983

    Short application display debts of a company per years

    I`m sorry about that duplicate vis781. JuggaloBrotha i`m new in vb. and i don`t wanna embarass myself in front of my chief. My main domain is Networking not Programming. I started to learn vb 1 month ago and i`m afraid i that i won`t succed to make this application. I`ll try to make one .
  8. Ciduletz1983

    Short application display debts of a company per years

    Good day. Can anyone give me some example code for an application that is displaying debts of a company by years ? I just need a simple menu and a some butons that permit me to modify the files that contain strings.. because later to be readed easyly.
  9. Ciduletz1983

    Can anyone explain me what parameters are ?

    Here is a the code : Private Function AddTwoNumbers(ByVal first1 As Integer, _ ByVal second1 As Integer) As Integer Dim answer As Integer answer = first1 + second1 AddTwoNumbers = answer End Function Private Sub Button2_Click(ByVal sender As...
  10. Ciduletz1983

    How can i test a text from a textbox containing only one "@" ?

    LeonR thx for your explanation. I didn`t know that IndexOf or LastIndefOf were doing. C in the code stands for Character right ? :) Cjard, jmcilhinney supposed correctly. I wanted to valid an e-mail address and i can see that it`s a complex way to test it. I only wanted to search for de "@"...
  11. Ciduletz1983

    How can i test a text from a textbox containing only one "@" ?

    It seems u know all the properties of a string variable. This code is too advanced for me right now. :) In the future it won`t be. Thx anyway.
  12. Ciduletz1983

    Can anyone explain me what parameters are ?

    Thx jmcilhinney :). I learn in a noisy envrioment (at the office ) and it`s hard 2 concentrate. I hope i`ll achieve a new pc `cause the one at home kboomed :):):).
  13. Ciduletz1983

    How can i test a text from a textbox containing only one "@" ?

    How can i test a text from a textbox containing only one "@" ?
  14. Ciduletz1983

    Can anyone explain me what parameters are ?

    I learn vb from these free web tutorials. http://www.homeandlearn.co.uk/NET/nets9p3.html They are telling me " Whatever you call your variables in the AddNumbers Sub does not have to be the same names as the calling line. The variable names can be entirely different...
  15. Ciduletz1983

    Mathematical Operations and Allocation

    Offtopic again : jmcilhinney do you think that i may learn programming ( in vb.net language) in one year ? if i learn 5 or 6 hours a day ?
  16. Ciduletz1983

    Mathematical Operations and Allocation

    jmcilhinney it seems u know a lot of things.. for how long you`ve been programming ?
  17. Ciduletz1983

    Reading a Text File Line by Line

    My english is bad ?:) I mean that i spend about 5 OR 6 hours a day reading tutorials and codes :p:p:p
  18. Ciduletz1983

    Reading a Text File Line by Line

    Thx man. This is my 35 day of learning VB.NET :) i`m pretty new huh ?:) I spend about 5 6 hours a day trying to learn VB by myself with tutorials online.
  19. Ciduletz1983

    Reading a Text File Line by Line

    Oh my head hurts. I`m into VB for 6 hours by now.. I can`t resolve the problem.. if ANYOANE PLASE COULD HELP ME..I don`t want an error if i hit the second button first.
Back
Top