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 strongm 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: *

  1. bigred925

    Anyone noticed a slow down after install

    We have the same problems. Playing with the exclusion list has helped some, also you can turn off scaning of outbound files. This improves performance a lot, if you can live with the decrease in protection.
  2. 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...
  3. bigred925

    I have a school project I am stuck

    Wish I could help, but I am in the same boat. I am in a Java2 course with a Prof who just learned java over the summer. Try this site it's were I go for help. http://developer.java.sun.com/developer/infodocs/?frontpage-main
  4. 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
  5. bigred925

    McAfee 4.0.2 removed;error message on Outlook startup

    I have an uninstall program for Mcafee, sounds like your leaving something behind make sure all these keys are gone //Deletes keys from the HKEY_LOCAL_MACHINE RegDBSetDefaultRoot(HKEY_LOCAL_MACHINE); RegDBDeleteKey("\\System\\CurrentControlSet\\Services\\VxD\\VSHINIT")...
  6. 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...
  7. bigred925

    Help with Applets

    pipk if you have some code for me to look at that would be great. Thanks for the help!
  8. 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
  9. bigred925

    Freeware Editor???

    Try this, it's what we use for our Java2 course there is a freeware version and a proffesional version that has a 30 trial. http://www.jcreator.com/index.htm
  10. 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
  11. 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
  12. 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.
  13. 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?
  14. bigred925

    Hi, How do i print a report and th

    Use Macros with a command button, in properties go to- "on click" ... select Macro Builder. You can use the printout and delete marco in the Builder.
  15. 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