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 bkrike 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: bigred925
  • Content: Threads
  • Order by date
  1. bigred925

    Help with simple code

    I keep getting the error: employee.java:78: cannot resolve symbol symbol : class Employee location: class employee import java.applet.Applet; import java.awt.Color; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.Rectangle; import javax.swing.JOptionPane; public...
  2. bigred925

    Sample code for finding and copying files.

    I have been giving a mirgration project and have no experience with C++. This program has to find all the Word and excel docs and transfer them to another pc. Does anyone have any ideas or know of a good place to get info on this. Thanks Steve
  3. bigred925

    Bullseye

    I have this sample code, how do I make the bullseye center and resize when the size of the applet is changed by a user? public class Bullseye extends Applet { private final int MAX_WIDTH = 300; private final int NUM_RINGS = 5; private final int RING_WIDTH = 25...
  4. bigred925

    Help with Applets

    I am looking for some help with applets(new to me). I have a graphic and need to have it resize itself when the size of my applet changes. Any direction would be greatly appreciated. Thanks Steve
  5. bigred925

    Auto resize and centering of graphic in an applet

    I am new with applets(and java), I hava a graphic that needs to resize and re-center itself whenever a user changes the size of the applet. Any infomation would help me get started. Thanks
  6. bigred925

    Log Users Without Setting Up - User Groups??

    The Mgt wants to be able to log who is using the database(by system #), but they don't want me to assign user groups because then someone would have to maintain them. Is there a way to do this. Thanks
  7. bigred925

    Access loads twice from Internet Explorer

    Is there a way I can stop this from happening. I've herd this is a bug with 5.5 that MS Access always open twice.
  8. bigred925

    Access loads twice from Internet Explorer

    I have an access database that is on our intra-net, however every time it opens twice. Is there a way to fix this?
  9. bigred925

    Mutliple selection list box in Access

    I need to be able to have a user be able to select multiple items from a list box and have them stored in a table. Is there a way to do this?

Part and Inventory Search

Back
Top