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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: aravindb
  • Order by date
  1. aravindb

    Classpath

    cheers to Pedro This is a very good post for all beginners who are unaware or unable to set the classpath, which is the first hurdle for all Java Programmers - Aravind
  2. aravindb

    open a file in an external default program

    i am not sure what u want but i guess u want to call an external application from a java program well if so the take a look at this peice of code Runtime rt = Runtime.getRuntime(); Process proc = rt.exec("iexplore www.tek-tips.com"); just put these to lines in ur main method - Aravind
  3. aravindb

    Selection in TextArea

    hi dianal, this is what i exactly wanted. Perfect !!!
  4. aravindb

    Validate comma delimited recordset in a textarea.

    Hi, I have a similar requirement wtr textarea but at the end i need to highlight the invalid enrties that is if there are 20 comma seperated values and 5th,9th and 17th are invalid (in this case less than 13 characters) then i have to highligth those values only. How can i select a part of the...
  5. aravindb

    THROW AN EXCEPTION???

    hey Larson, hope by this time u had got what caused the null pointer exception but just i case (anybody else would need it) it seem that the value of start is greater that stop hence the exception just try giving the condition if (stop >start) { res=str.substring (start,stop).trim()...
  6. aravindb

    aligning for differing monitors.

    Hi, has anybody seen their pages in XP?? XP by default sets the display higher than 800x600 can't expect everybody to change their display settings nor can u expect to programm to all the cases how to ?? ...... anybody? [hourglass]

Part and Inventory Search

Back
Top