Search results for query: *

  1. V

    send email from webform

    Oops!! you forgot to do Regards, Vishal Adsool
  2. V

    Get table names from database

    Hi ManicCW, You may want to try this out... Regards, Vishal Adsool
  3. V

    Font help please.

    Hi Force, Try using the Arial Unicode(supports many languages) or MS PMincho(dedicately supports Japanese). And as it is you only need to display the Japanese characters then in that case both of them shall suffice your need. Small Advice: MS PMincho is less heavy.... Arial...
  4. V

    Trouble converting a string to double

    Hi Zack, You may want to try doing lat1 = test.Substring(0, 10) rather than doing, lat1 = test.Substring(0, 11) (Appends a "Comma" literal for conversion which is not recommended) I Guess this has to make that work. Regards, Vishal Adsool
  5. V

    Creating Accessibility Instances for OwnerDrawn items.

    I had my own extended MenuItem Class for my Application and though there was proper implementation of the MenuItems as far as the looks were concerned then also they were absolutely worthless for the disabled people. (Refer to Section 508 for devlopment...
Back
Top