Search results for query: *

  • Users: RTaulbee
  • Content: Threads
  • Order by date
  1. R

    Applying a 'style' or 'theme' to a winforms app

    Is there a way to apply a theme or style to a winforms app? Something to make it look really sharp, like Microsoft Money looks, etc.. Here's a screenshot of the app as it stands now. I added some icons and that kind of thing, but I'd like to see if there's anything else I could do. thanks
  2. R

    Subtract 2 dates into a double

    I'd like to subtract two dates and get a Float/Double instead of an Integer Long as a return value. Is there a date function for this? Right now I'm using: GetMaturityDate = DateDiff(DateInterval.Year, StartDate, EndDate) But DateDiff returns a Long Integer so it's dropping off the fraction...
Back
Top