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 salyok

  1. salyok

    two versions of .net dramework BinaryFormatter serializing problem...

    Good day, Excuse my beginner's english, please :-) So, my problem: Our applications are developed in Visual Studio 2003 to use framework version 1.1. We use our own authentication/authorizacion system shared between ASP ( called through COM interop ) and ASP.NET ( directly called assembly...
  2. salyok

    How do I hash a string with Base64 cipher?

    class Base64 { /** * Translates the specified byte array into a Base64 string as per * Preferences.put(byte[]). */ static String byteArrayToBase64(byte[] a) { return byteArrayToBase64(a, false); } /** * Translates the specified byte array...
  3. salyok

    help with japplets

    try the CardLayout or the XYLayout (from package com.borland.jbcl.layout - if uou use Borland JBuilder)
  4. salyok

    jbuilder/jar fie

    Look at Wizards -> Archive builder, where you may choose from few types of archives, includin jar.

Part and Inventory Search

Back
Top