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

  • Users: rnrn
  • Content: Threads
  • Order by date
  1. rnrn

    datetimepicker control

    Can someone save me a lot of time and post sthe code needed to put the value of a dateteime picker control into a text field? This is urgent and I'm no Visual C++ programmer so need you help.
  2. rnrn

    Closing the browser with window.close()

    If I use Window.close() I am asked if I want to do this. How can I suppress this and just do it!?
  3. rnrn

    Java environment confusion

    One thing I find confusing about the Java community is the proliferation of acronyms e.g. J2SE, J2EE etc. Can anyone explain the major differences between these 'terms' or recommend somewhere on the web that explains them?
  4. rnrn

    double * double = imprecise result

    I have a java class that multiplies one double with another. The result is sometimes imprecise, for example 7.2 * 21 gives 151.20000000002 when it should be 151.2 and 1.2 * 9 gives 10.799999999 when it should be 10.8. Can anyone tell me why this is so and what datatype I should use to ensure...
  5. rnrn

    buttons can be clicked only once

    I have a button on a page which , when the onclick event is triggered should execute some vbscript. I find it will work once, but if I click the button again it does nothing. If I click somewhere else on the page (the dotted line around the button disappears) then click the button again it does...

Part and Inventory Search

Back
Top