CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: ecross

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    1,528

    CSS Re: Dropdown Menu Problem

    Thanks PeejAvery!

    That fixed it but I do have another issue. I would like the items more to the left on the menu. Any ideas?

    You can view updated work here: http://jsfiddle.net/ShPxY/2/
  2. Replies
    3
    Views
    1,528

    CSS [RESOLVED] Dropdown Menu Problem

    Hello,

    I am trying to follow the code from this simple css drop down menu here. I have made a few changes and modifed the code to what I am trying to accomplish.

    I want a border around my...
  3. Yes, it forces the plug-in prompt if a earlier...

    Yes, it forces the plug-in prompt if a earlier version installed. In fact, this is an XP machine with SP1 installed. It didn't have Sun's Java Plug-in installed at the time when I wrote my original...
  4. How would you do something like this? I want to...

    How would you do something like this? I want to provide a way if users has an old version of Java detected, they should be directed to java.sun.com to download the latest version. I've searched for...
  5. directing if outdated version of Java is detected

    Greetings All,

    I'm trying to create a applet something to this effect. When you visit http://www.graphtools.com, there is a window that appears that says it has detect an outdated version and to...
  6. Thread: disable key

    by ecross
    Replies
    8
    Views
    1,522

    That seems too much for what I'm tring to...

    That seems too much for what I'm tring to accomplish. Thanks for all of your input. If you find a better solution then please let me know. I guess I'll end up putting up a privacy statement page...
  7. Thread: disable key

    by ecross
    Replies
    8
    Views
    1,522

    I'm not sure exactly how to accomplish this task....

    I'm not sure exactly how to accomplish this task. I think you're right though by adding a key listener. In addition, I also understand what you are saying. Coding an applet for just a few images...
  8. Thread: disable key

    by ecross
    Replies
    8
    Views
    1,522

    disable key

    Is there a way to disable a key in a Java Applet? What I'm tring to accomplish is code an applet that will disable the "Print Screen" key on the keyboard. Any suggestions?

    I have a website that...
  9. Replies
    1
    Views
    1,729

    tracert from an applet

    Is it possible to code an applet so that you can run tracert from a webpage? I've seen this before but I'm unclear if this is from a Java applet. Anybody?
  10. Unfortunately, that's not Java.

    Unfortunately, that's not Java.
  11. Replies
    3
    Views
    716

    Well, I think it's how you have your coding for...

    Well, I think it's how you have your coding for the applet of the webpage. Simply copy and paste this into your existing or start a new page and save it with the extension .htm or .html.


    <html>...
  12. Replies
    3
    Views
    715

    What happens when you remove this line? ...

    What happens when you remove this line?

    System.out.println(++cnt);
  13. Replies
    6
    Views
    860

    That would be impossible to show the source code...

    That would be impossible to show the source code since this isn't something the client had done. They're just viewing pages and surfing the Internet, not programming.

    Could you give some...
  14. Replies
    6
    Views
    860

    Assuming they are webpages, it would be .html....

    Assuming they are webpages, it would be .html. Would it be different if it was perhaps .jsp?
  15. Replies
    6
    Views
    860

    NullPointException

    I'm having a client who tries to view pages, they receive "Exception:java.lang.NullPointException". This client is just tring to view pages, not tring to code. Can anybody give me some suggestions to...
  16. Thread: Converter

    by ecross
    Replies
    1
    Views
    878

    Converter

    I'm tring to create an VB application and I'm wanting to make a converter that will convert hex to binary, binary to hex, and hex to decimal format. Can anybody tell me what I need to do, or possibly...
  17. Replies
    1
    Views
    557

    JavaScripting Question with Webpages

    Is it possible to catch a virus from a JavaScript enabled webpage? I don't think it's possible but if I'm wrong please explain. I know you can use javascript from a .js file or putting them inside...
  18. Replies
    6
    Views
    876

    Hi Magus, Unless that page takes forever to...

    Hi Magus,

    Unless that page takes forever to load I cannot view it. It nothing but a plain white page. Maybe I'll check it again later, but so far it doesn't look like I can view it.
  19. Replies
    6
    Views
    876

    Wow, that simple! I thought I had to use: ...

    Wow, that simple! I thought I had to use:

    myButton4 = myField1.setText("");

    instead of just the following:

    myField1.setText("");

    I'm not sure how Java knows to clear the text from the...
  20. Replies
    6
    Views
    876

    Clearing Textboxes

    I'm trying to compile an applet that I'm trying to create but I get incompatible type error. Tring to clear a text box with a single click of a button.



    import java.applet.*;
    import...
  21. Replies
    0
    Views
    478

    Convert and Destroy Question

    Question1:

    I'm creating an applet and I would like to when the user leaves the page that contains the applet that the applet will unload. I'm guessing the code goes in the public void destroy()...
  22. Thread: Java Security

    by ecross
    Replies
    3
    Views
    766

    Goodz13, Thanks for the link. I may find that...

    Goodz13,

    Thanks for the link. I may find that useful. Can you explain what you mean by "it must be signed" in a little more detail? I don't understand what you mean that it must be signed. Since...
  23. Thread: Java Security

    by ecross
    Replies
    3
    Views
    766

    Java Security

    I've read a weekly news article at spywareinfo.com about Phone dialer programs installing itself with lowered ActiveX browsers which can disconnect a victim from their ISP, and dial an expensive long...
  24. Replies
    5
    Views
    852

    Yeah, I think a list box is a better choice. So,...

    Yeah, I think a list box is a better choice. So, how would I accomplish this?
  25. Replies
    5
    Views
    852

    Grabbing text from one or more text boxes

    I'm tring to create a application in Visual Basic and I have four text boxes for the first name, lastname, and year. The last text box is for the results. When the user enters, for example in the...
Results 1 to 25 of 124
Page 1 of 5 1 2 3 4





Click Here to Expand Forum to Full Width

Featured