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

  • Users: rnrn
  • Order by date
  1. rnrn

    datetimepicker control

    This works when i create an exe but if I try to create a DLL then I get threee errors. Two are because GetDlgItem can't accept 1 parameter and the orher is because UpdateData can't either. Why do I get this for a DLL and not for an exe?
  2. rnrn

    datetimepicker control

    Phew? All this just to put the value of a DateTimePicker control into another text box on a dialog when it changes?
  3. 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.
  4. rnrn

    Closing the browser with window.close()

    Tried it - it didn't work. I still got prompted. Anyone got any other ideas?
  5. 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!?
  6. 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?
  7. 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...
  8. 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