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 Mike Lewis 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. tmoses

    Need help

    Depends completely on the bios configuration of your machine.  Some configurations do it to see if the speaker is getting power.  It is also used to indicate if something is misconfigured on your system board. Usually one beep or two short ones mean that it is testing to see...
  2. tmoses

    Can't get w95 to detect and install my cd rom drive

    Try in Control Panel-&gt;add new hardware-&gt;next-&gt;next-&gt;and have it search for any hardware.&nbsp;&nbsp;Might work, you should also find the make and manufacutrer of the cdrom.&nbsp;&nbsp;Go on their website and download the latest version of the drivers for win95<br><br> <p>moses<br><a...
  3. tmoses

    Copying CDROM music CD's to music library as mp3

    You have to changed the cd format to mp3, their are many programs out their that can do this.&nbsp;&nbsp;There is one from <A HREF="http://www.real.com" TARGET="_new">www.real.com</A>, the real jukebox is half decent and should work with DVD cd's<br><br> <p>moses<br><a...
  4. tmoses

    missing volume control icon in systray

    Try this, go to Control Panel-&gt;multimedia-&gt;Audio-&gt;Playback-&gt;Advanced Propertios-&gt;Performance-&gt;Restore Defaults<br><br>See if this works, you can also play around with which device is set in you Preferred Device section of audio<br><br>good luck <p>moses<br><a...
  5. tmoses

    Was I hacked? How do I know? =(

    Well one thing you can do is monitor all TCP/IP traffic that comes in and out of your system.&nbsp;&nbsp;This will tell you who is connecting to your machine and when,how and where.&nbsp;&nbsp;Also see if you can shut down most ftp,telnet services and web services until you learn more about...
  6. tmoses

    Passing values to paint()

    int maxx,maxy;<br>int maxx12,maxx14, maxx18,maxx34,maxx78,maxy12,maxy14,maxy18,maxy34,maxy78;<br><br>public init()<br>{<br><br>maxx = getSize().width;<br>maxy = getSize().height;<br>maxx12 = (maxx / 2); //.5<br>maxx14 =(maxx/2)/2; //.25<br>maxx18 = (((maxx/2)/2)/2); // 0.125 <br>maxx34 =...
  7. tmoses

    How do you set up an icon in an awt frame?

    <A HREF="http://www.angelfire.com/md2/ackka/java/proj6/Proj6.java" TARGET="_new">http://www.angelfire.com/md2/ackka/java/proj6/Proj6.java</A><br>already did this on my latest project, it looks pretty neat code:<br><br>class Proj6Frame extends JFrame<br>{<br>setTitle(&quot;Project6 by Tom...
  8. tmoses

    running swing applets

    I have run across that problem alot to, the reason is the java plug in that you have installed is most likely the 1.1 object model.&nbsp;&nbsp;To use any swing components you need 1.2 or higher.&nbsp;&nbsp;This plugin is not offered through the normal java plugin you will need to download the...
  9. tmoses

    A beginner question(Getting information)

    Information can be obtained about your activities but usually not through a website.&nbsp;&nbsp;The only way a website can retrieve any type of data related to your computer is through the use of a cookie.&nbsp;&nbsp;A cookie is a small text file that the browser allows the website to dump data...
  10. tmoses

    Sharing Files between NT 4.0 Computers and Win95 Computers

    no problem, i have found that too, alot of times what is in network neighborhood is uncorrect <img src=http://www.Tek-Tips.com/images/happy.gif> .&nbsp;&nbsp;The best bet is to learn how to write batch files <img src=http://www.Tek-Tips.com/images/happy.gif>&nbsp;&nbsp;&nbsp;You can map the...
  11. tmoses

    Sharing Files between NT 4.0 Computers and Win95 Computers

    no problem, i have found that too, alot of times what is in network neighborhood is uncorrect :).&nbsp;&nbsp;The best bet is to learn how to write batch files :)&nbsp;&nbsp;You can map the drives much easier that way, you can also try putting the net use command in a novell script when they log...
  12. tmoses

    Sharing Files between NT 4.0 Computers and Win95 Computers

    Have not tried to access shares that much from Nt, but you can try some of the built in utilites with NT,95.&nbsp;&nbsp;go to command prompt with name or ip of 95 computer you want to connect to .&nbsp;&nbsp;type in nbtstat -A ip address, this should bring up a table of entries<br><br>Node...
  13. tmoses

    Java data and javascript

    You can also have <br><br>try <br>{<br>AppletContext context = getAppletContext();<br>URL u = new URL(getCodeBase(),javascript: &quot;name of function&quot;);<br>context.showDocument(u,frame);<br>}<br>catch(Exception error)<br>{<br>showStatus(&quot;Error &quot; + error);<br><br>}<br>}<br>this...
  14. tmoses

    Sniffer in windows based

    There are several good packet sniffers out their for windows.&nbsp;&nbsp;One that i know of is the buttsniffer from <A HREF="http://www.cultdeadcow.com.&nbsp" TARGET="_new">www.cultdeadcow.com.&nbsp</A>;&nbsp;Their are many others that work on linux and unix machines.&nbsp;&nbsp;If you can grab...
  15. tmoses

    https sites

    I am not sure exactly what your question is but https, basically stands for Hypter Text Transfer Protocol Secure, i think.&nbsp;&nbsp;All i know is that any site that uses this protocol for their site has a very high level of encryption on all the http requests that you send.&nbsp;&nbsp;You...
  16. tmoses

    A need some direction on a graphic manipulation problem

    I was looking over this post again and i really didn't answer your question, their are very many classes that deal with the manipulation of images.&nbsp;&nbsp;The most basic one is Image.&nbsp;&nbsp;Others include <br>BufferedImage <br>BufferedImageFilter...
  17. tmoses

    making IE the default browser

    in ie5 go to tools-&gt;internet option-&gt;programs-&gt;at the bottom of the menu there is a tab saying if ie should check to see if it is default browser, uncheck that and restart.&nbsp;&nbsp;The check it again and restart the broweser and it should ask you to be deafault if it isn't...
  18. tmoses

    A need some direction on a graphic manipulation problem

    <A HREF="http://www.anfyteam.com/anj/index.html" TARGET="_new">http://www.anfyteam.com/anj/index.html</A><br><A HREF="http://www.anfyteam.com/anj/huerot/huerot.html" TARGET="_new">http://www.anfyteam.com/anj/huerot/huerot.html</A><br>Check out this guys applets, the huerot.html it basically...
  19. tmoses

    Using IE to reach an FTP site/Syntax Question

    When you try to open a ftp connection with ie you have to try to get access to the actuall folder your in.&nbsp;&nbsp;When you try to log in like <A HREF="ftp://ftp.whatever.com/" TARGET="_new">ftp://ftp.whatever.com/</A> you are actually trying to log in as the anoynomous user not...
  20. tmoses

    Automatically set home page?

    hey, i have seen something like this before.&nbsp;&nbsp;When i signed up for one of those free isp the sent a .ins file.&nbsp;&nbsp;When looking at it in notepad, its basically a .ini file.&nbsp;&nbsp;The exact field to set for the homepage you will have to look up.&nbsp;&nbsp;Actually if you do...

Part and Inventory Search

Back
Top