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 TouchToneTommy 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 nicka2

  1. nicka2

    Image Handing and Manipulation

    Hello! How to modify the size of imagen?? My code is: Image img1=Toolkit.getDefaultToolkit().getImage("logo1.gif"); img1=img1.getScaledInstance(15,15,img1.SCALE_DEFAULT); But is wrong, the img1 doesn´t change.. Other way or possibility?? Thanksss
  2. nicka2

    error column data type blob

    create table pruebasBlOB( indice serial, fich blob # ^ # 201: A syntax error has occurred. # )
  3. nicka2

    zip file in informix

    Hello! How to insert a zip file in a column in informix?? Thank you

Part and Inventory Search

Back
Top