Search:

Type: Posts; User: proactive; Keyword(s):

Page 1 of 19 1 2 3 4

Search: Search took 0.24 seconds.

  1. Replies
    2
    Views
    2,507

    As long as your class extends JFrame you are able...

    As long as your class extends JFrame you are able to define a pain(Graphics g) method that can paint inside the frame. You don't need to cast it or anything.

    Example:
    class MyClass extends JFrame...
  2. Replies
    29
    Views
    21,157

    3 vmware at a time with that kind of system? You...

    3 vmware at a time with that kind of system? You are lacking a little bit of ram. Man, that must be slow! Do you ever get to do any development et all? You must be sitting around waiting for you box...
  3. Replies
    3
    Views
    37,031

    There's different opinions on how useful it is to...

    There's different opinions on how useful it is to decompile a c++ program. For sure there isn't any decompiler that will give you a very good result as too much information is lost during...
  4. Replies
    4
    Views
    2,328

    :D, that's pretty funny! an impossible system to...

    :D, that's pretty funny! an impossible system to maintain!

    Would it even be possible to create a system that could count every email sent by a user? I'm not sure... Maybe if the ISPs started...
  5. Replies
    4
    Views
    9,702

    Oh yes it would. I'm very interested! Greenies...

    Oh yes it would. I'm very interested! Greenies for you if you post it!
  6. Thread: Homosexuals

    by proactive
    Replies
    7
    Views
    2,803

    Why not discuss this out in the open? Don't bring...

    Why not discuss this out in the open? Don't bring it into the closet. ;)

    So what you're saying is 2 gay genes (very likely to be gay), 1 gay gene (likely), 0 gay genes (not likely, but some...
  7. Replies
    56
    Views
    10,286

    Another one from dictionary.com That's a...

    Another one from dictionary.com



    That's a good question. I've only heard the term "antisemitic" in relation to Jews. Probably someone got it mixed up along the way - and then other people...
  8. Thread: I need help

    by proactive
    Replies
    4
    Views
    2,416

    I know an ISP that priovide that service, don't...

    I know an ISP that priovide that service, don't know any free services though. It's really neat, when you send mail there's a checkbox for "fax". And then you can upload any document. The sender...
  9. Replies
    56
    Views
    10,286

    Thank you! :) It's not only antisemetism, the...

    Thank you! :)

    It's not only antisemetism, the hate is also aimed at America and Europe.In demonstrations the American and the Israeli flag is burnt side by side. And today I read in the paper that...
  10. Replies
    56
    Views
    10,286

    Quite right. I don't support any of the violence...

    Quite right. I don't support any of the violence - but I support both sides in the conflict. I support Israels right to safety, and I support the Palestinians right to have their land back. At the...
  11. Thread: DLL Wrapper

    by proactive
    Replies
    4
    Views
    2,780

    The admin says wrap something into a (certified i...

    The admin says wrap something into a (certified i suppose) dll. Maybe he means it is possible to make a universal dll that you can wrap every other dll into. Might be possible, as I expect Outlook...
  12. Replies
    56
    Views
    10,286

    You know, I can understand why the Palestinians...

    You know, I can understand why the Palestinians are blowing themselves up in Israel. I can understand it, but I can't justify it - acts of violence is unjustifiable IMO, it should only take place...
  13. Replies
    23
    Views
    5,569

    Within 12 weeks of the pregnancy. But abortions...

    Within 12 weeks of the pregnancy. But abortions are done after the twelve weeks as well because some doctors can be a little sloppy estimating the age of the fetus. Sometimes as late as 14-15 weeks....
  14. What noia was talking about is that when you log...

    What noia was talking about is that when you log onto a server you cannot really know that the server is the one you expect it to be. Which means some protocols are vulnerable to man-in-the-middle...
  15. Re: Some questions regarding SSL and client to server data transfer

    Not really.

    SSL is only a specification for secure HTTP, a way to enable secure browsing on the internet. FreeSSL seems to be a provider of certificates, openSSL is a encryption programming...
  16. Replies
    23
    Views
    5,569

    IMO abortion is OK as long it happens on an early...

    IMO abortion is OK as long it happens on an early stage of the pregnancy, at a time the fetus isn't a fully developed human being. Which means something like How far into the pregnancy this has...
  17. Replies
    16
    Views
    9,963

    Yes it does. But what's the problem with that? I...

    Yes it does. But what's the problem with that? I mean, it's impossible to distribute a PDF and then be sure it's integrity is kept. If someone really wants to break the integrity, they can just...
  18. Replies
    16
    Views
    9,963

    How about because you want to copy some of the...

    How about because you want to copy some of the content (the important stuff), and put it into a separate document. I always do that, I'm usually only interested in parts of a document I've...
  19. Replies
    2
    Views
    2,250

    Use the Mid function: MyInput = "abcdefg"...

    Use the Mid function:

    MyInput = "abcdefg"
    extraction = Mid(MyInput, 4, 1)

    Extraction now equals 'd'
  20. Replies
    16
    Views
    9,963

    No. From the online conversion tool faq

    No.
    From the online conversion tool faq
  21. Replies
    22
    Views
    28,491

    Google is currently better, but www.alltheweb.com...

    Google is currently better, but www.alltheweb.com is the next best search engine IMO.
  22. Replies
    16
    Views
    9,963

    It's possible to copy-protect pdf-files, which...

    It's possible to copy-protect pdf-files, which means that the copy-text function will be disabled when you open the document in Acrobat Reader. In Acrobat Reader, choose "File | Document Security"...
  23. Replies
    4
    Views
    5,982

    Here's a suggestion. Why use some self composed...

    Here's a suggestion. Why use some self composed algortihm for this kind of tasks when there are so many standarized encryption methods that would do exactly the same, only much better. I would have...
  24. Thread: C#

    by proactive
    Replies
    10
    Views
    4,801

    As slarty says, the actual C# compiler and the...

    As slarty says, the actual C# compiler and the .Net runtime environment is free, you don't need the Visual Studio IDE. I think it's about a 30MB download you can get from msdn.microsoft.com.

    But,...
  25. Replies
    36
    Views
    7,494

    That's not neccesarily true. A lot of killings...

    That's not neccesarily true. A lot of killings happens because of the owner experience mental illness. In Norway, a small country with 5 million people, and one of the world's highest number of guns...
Results 1 to 25 of 474
Page 1 of 19 1 2 3 4