Search:

Type: Posts; User: Deepak Jay

Search: Search took 0.03 seconds.

  1. Re: What's the difference between an interface and an abstract class in JAVA?

    An abstract class can have instance methods that implement a default behavior. An Interface can only declare constants and instance methods, but cannot implement default behavior and all methods are...
  2. Re: What is the difference between DAO, RDO and ADO?

    DAO is old style, dont use it. It is the original data connector. RDO was the next generation, mostly used for connections to SQL servers, but not used heavily. ADO is the way to go. It is...
  3. Re: How to use windows clipboard to copy text in a vb.net application?

    I think you need to study this!

    http://msdn.microsoft.com/en-us/library/aa239601(VS.60).aspx

    I hope this helps!
  4. Re: How to convert an RGB value to a long or a long to RGB?

    If you don't understand above example then try this demo!

    http://www.buygold.net/v02n04/v02n04.html

    I hope this helps you!
  5. Replies
    4
    Views
    4,541

    Re: Where can I download Java? SDK or JDK?

    You can download version 1.4 of Java from http://java.sun.com/j2se/1.4/download.html. If you want to be able to write your own Java programs that you can compile and run, then you must download the...
  6. Re: Why people think VB is not good & hate it?

    I'm a C# developer who does look down on the VB.Net syntax and I find it takes a lot of time to properly articulate why that is.

    I find Vb.Net produces a lot of 'noise' around areas where it...
  7. Replies
    4
    Views
    3,411

    Re: DataType Decimal or double for Currency?

    I always use Decimal when I need to do anything with decimals, especially currency. This was told to us by our .net professor!
  8. Replies
    3
    Views
    2,124

    Self made Button In C#

    Hello,
    I am working with visual studio, dot net framework. I need to make a custome Button using C# code. I need a button control that will allow me to display multiple icons/bitmaps simultaneously....
  9. Replies
    2
    Views
    4,155

    Need to enable JIT debugger

    Hi,
    I ajm trying to run a program on .net framework.

    JIT Debugger says

    To enable just in time (JIT) debugging, the config file for this
    application or machine (machine.config) must have the...
Results 1 to 9 of 9
Page generated in 1,713,424,819.72880 seconds with 13 queries