Send a suggestion!

We're building a brand new version of the site, and we'd love to hear your ideas

Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

sanjib Karmakar Profile

photo sanjib Karmakar (sanjib2410)
05 Dec 2001
India
Software Developer

Contact memberContact this Member Edit ProfileEdit my profile

Sanjib karmakar works for a Software Development Company.Sanjib specializes in creating database driven dynamic web sites. He uses JSP,Java Servlets,Apache WebServer,Jakarta Tomcat for most of what he develops.Sanjib has worked FoxPro,Oracle 7.x,Developer 2000, PowerBuilder 5,Visual C++, Visual Basic,eMbedded Visual Basic,eMbedded Visual C++,Java,JSP,RMI,Swing,Java Mail etc. Sanjib can be reached at sanjibmail@yahoo.com

This user has contributed 0 articles, 2 code samples and posted 57 messages in our discussion forums.

Technology Interests

      Code Samples

    • Small conversion tool for converting text to html

      by sanjib2410

      This is a conversion tool which will convert a existing text file to a html file. Presently made conversion can be viewed as a html file side by side. Way to navigate:: Though a guided voice will help you through the navigation, but I would like to give the clear instruction. 1st choose the directory 2nd choose the file 3rd click the Open button 4th select word(s), line(s) from the text 5th select tag like "Bold","Italics" etc from combo box 6th click Change button to put html tag in. Read full article

    • Auto-Draw Tool

      by sanjib2410

      I have used two Picture Boxes and two Timers in this source. The purpose of the code is to display how to use the mouse to draw in a picture box, and at the same time display a movie effect in the second picture box as if you where in fact drawing in this instead. Not only that but you can also see the rewind effect (available as on a VCR) on the second Picture box. Here follows a brief description of what it does. 1st Draw any picture you’d line using your mouse over the firs. Read full article