473,806 Members | 2,661 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How can I get height of text block?

I have a client that I wrote an MS Access app for quite a few years ago
where they need to know the height in inches of a block of text for billing
their customers. The MS Access app opens Word in the background, makes some
settings (font, font size, margins, etc.) and gets the height. It's all
worked quite well for 3 or 4 years.

However, the whole thing is going to be redone for use in browsers in
asp.net with vb.net. We want to eliminate the need to use Word for this. I'd
like to write a function in vb.net for this. The whole thing is going to be
run on both Windows and Mac machines. I found some info here:

http://www.experts-exchange.com/Prog....NET/Q_2182000
8.html

but I'm not sure it's the correct approach. I was hoping someone
could point me in the right direction.

Thanks,

Keith

Jun 27 '08
12 1841
Ummmm.... yes, but what's your point????

"Armin Zingler" <az*******@free net.dewrote in message
news:u2******** ******@TK2MSFTN GP05.phx.gbl...
"Keith G Hicks" <kr*@comcast.ne tschrieb
I set the font to Arial 7, single spaced, 0

Ummm.. isn't the height = 7 points? (=7/72" inch = 0,0972 inches)

Sry, no more time ATM.
Armin

Jun 27 '08 #11
"Keith G Hicks" <kr*@comcast.ne tschrieb
Accuracy is not as big an issue here as what I expect you had to
deal with on your project. They price ads based on 1.5" tall
sections. 1.5" is one price, 3" is another, and so on. If an ad were
to measure 1.51" in the code I wrote it would be billed as a 3" ad.
Now if that ad really printed up in the newspaper as a 1.5" ad they
would have of course been overbilled a bit. However, like I said,
it's not super critical. Sometimes it works the other way around.
And in addtion they make billing corrections for other things as
well. It all evens out in the end. Sometimes they're overbilled a
fraction and sometimes underbilled. The other problem is that the
calculations are done on Windows machines but all the publishing is
done on Macs. That obviuosly throws things off a bit too. We knew
from the start that it woulnd't be perfect but it's close enough
that everyone's been happy with it for sevearl years now. We just
need to get the same concept working without using Word. If we're
off by a percent or less eitehr way for any given notice, it's ok.
I have no doubts that this is all true. However, my point is still the
same as in my first reply: The actual size depends on many things. Well,
we have Graphics objects to measure text. How can we create one? A
Graphics object is a kind of wrapper to a Win32 device context. As the
name says, it refers to a device. A printer device? The screen (device)?
If you have a Winforms application, you can simply use
g=WhateverContr ol.CreateGraphi cs, do g.measuretext and there it is. I
have no other clue how to do it. If it's a web project, I don't know if
you have access to a "screen device" because everything runs in the web
server's account. Have read something about window stations and desktops
but you should better ask someone who has more experience in this.

..... Docs say: "When a noninteractive process such as a service
application attempts to connect and no window station exists for the
process logon session, the system attempts to create a window station
and desktop for the session." I read it that you can use
"Graphics.FromH wnd(Intptr.Zero )" to create a graphics object even from
within a service, then use g.measurestring .

Sry, maybe a little confusing from me today.
Armin

Jun 27 '08 #12
Graphics.Measur eString() is the function you are after


--
David Streeter
Synchrotech Software
Sydney Australia
"Keith G Hicks" wrote:
I have a client that I wrote an MS Access app for quite a few years ago
where they need to know the height in inches of a block of text for billing
their customers. The MS Access app opens Word in the background, makes some
settings (font, font size, margins, etc.) and gets the height. It's all
worked quite well for 3 or 4 years.

However, the whole thing is going to be redone for use in browsers in
asp.net with vb.net. We want to eliminate the need to use Word for this. I'd
like to write a function in vb.net for this. The whole thing is going to be
run on both Windows and Mac machines. I found some info here:

http://www.experts-exchange.com/Prog....NET/Q_2182000
8.html

but I'm not sure it's the correct approach. I was hoping someone
could point me in the right direction.

Thanks,

Keith

Jun 27 '08 #13

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
2914
by: Secret Guy | last post by:
Because of my experience posting various places over the last couple of weeks: I'm expecting to be greated with hostility for asking about concepts instead of "practical" things, since that has been my experience for years and decades. Maybe I'm projecting hostility. I don't know. How can I ask about theory and concepts without offending people? I'll just continue asking and cross my fingers: According to the 2.1 spec, regarding...
11
2140
by: Chris Beall | last post by:
Here's the problem: http://pages.prodigy.net/chris_beall/Demo/theproblem.html The page contains inline text, then some additional pairs of text which are floated right and left. (This is a transcript of a historical legal document with signatures on the right and witnesses on the left). The 'document' ends with no additional inline text. The background of the entire document should be brown inside a white body, (in this test the body...
2
2725
by: Steve Bottoms | last post by:
Hi, all! Using VB as code-behind in asp.net page... I have a TABLE control which I'm building dynamically. After the table is built, I'm trying to retrieve the HEIGHT property of that table (table.height.value) to be able to dynamically position the next elements on the form. However, this control property is coming back as -0- every time. I also try to get the table height with Javascript after-the-fact (table.style.height), but that...
6
2716
by: Martin Plotz | last post by:
Dear Newsgroup, I would like to have a page with a footer on the bottom of the page with a fixed height. The upper part should have the remaining height. In frames I could achieve this with "*" as height for the upper part - but I would like to do the same with CSS. In Firefox <body style="height:100%"> <div id="main"
11
2581
by: RTrigaux | last post by:
Hello all, I have a page setup with blocs of texts (div with margins, background colors and all). For one of these blocks, I need two columns. Their height is not predictible. The simple CSS for this is a div which contains two divs, using for each of the two position:absolute to set the horizontal dimentions of each columns. (I also tried float, display inline...) The problem is that each time, the two contained divs appear above...
3
4470
by: ianv2 | last post by:
Hi I have a div which contains my local navigation bar, which has a blue background and is next to the content div, at the moment however this blue background colour stops after the unordered list ? I would like the background colour to fill the entrire length of the localnav div How is this achieved with CSS?
1
5173
by: pravinnweb | last post by:
can anyone tell me how to set auto height to outer div that is in green box id "gray-background" it should increase relatively to inner div "smbox" here is the css and html code it should work in FF, IE6 and IE7 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <TITLE> Employee Listing </TITLE> <META NAME="Generator" CONTENT="EditPlus"> <META NAME="Author" CONTENT=""> <META NAME="Keywords"...
1
3603
by: soms2m | last post by:
HELLO ALL, I want to fill the parent window height with respect to the sub window height which is loading using ajax (mootools). For example if the parent window height is normal and the loading child window height is 1200px (saying), when the child window load the height of the parent window changs but the backgorund color which is given 100% not fill the parent window. I have given my example codes, please give a solution as soon as...
0
9719
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10620
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10110
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7650
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6877
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5546
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5682
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4329
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3851
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.