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

  1. reg1965

    get font character glyph width

    hi all is it possible in vb.net to obtain the true font character width without the leading and following spaces ie to allow for overhanging characters. i have tried graphics.measurestring but this is the total size of the true type font width. i havent tried graphics.measureCharacterRanges...
  2. reg1965

    bend gdi+ rectangle into an arc

    hi im building a clock app. i want to draw roman numerals around the clock face. i know how to rotate a rectangle containing text (ie XII, I etc) around. But i would like the rectangle containing text to arc inwards so the longer numerals (ie VIII) curve with the clock face. I think this may...
  3. reg1965

    Display text when no data in subreport

    Sorry jw5107 The code shold read:- if qry75730Dayrpt.Report.HasData then txtWhatever.Properties("Visible")=False end if I put a non relevant NOT in there!!! Steve
  4. reg1965

    Display text when no data in subreport

    jw5107 place this code in the relevant section format event. if not qry75730Dayrpt.Report.HasData then txtWhatever.Properties("Visible")=False end if Regards Steve
  5. reg1965

    Preview of report appears twice

    Hi all I am opening a report from a criteria form thus docmd.openreport Name,Preview,,Criteria The report opens twice. It appears twice on the windows menu also. Help please.

Part and Inventory Search

Back
Top