473,602 Members | 2,846 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Text in .NET

AHA
Is it possible in VB.NET to print document using dot matrix printer
as we do with clipper? With Clipper we can set the column and line
printing and also we can eject the printer through the code.

I have a problem to print text in pre-printed form(document) using
VB.NET. My application is a web application, is it possible to print
such a pre-printed document in Web Application. How can I do it?

Thx

Mar 15 '07 #1
9 1899
"AHA" <al**********@g mail.comschrieb :
Is it possible in VB.NET to print document using dot matrix printer
as we do with clipper? With Clipper we can set the column and line
printing and also we can eject the printer through the code.
HOW TO: Send Raw Data to a Printer by Using Visual Basic .NET
<URL:http://support.microso ft.com/?scid=kb;EN-US;322090>
I have a problem to print text in pre-printed form(document) using
VB.NET. My application is a web application, is it possible to print
such a pre-printed document in Web Application. How can I do it?
Web applications typically do not have access to the client's resources.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
Mar 15 '07 #2
AHA
On Mar 15, 8:09 pm, "Herfried K. Wagner [MVP]" <hirf-spam-me-
h...@gmx.atwrot e:
"AHA" <allen.hut...@g mail.comschrieb :
Is it possible in VB.NET to print document using dot matrix printer
as we do with clipper? With Clipper we can set the column and line
printing and also we can eject the printer through the code.

HOW TO: Send Raw Data to a Printer by Using Visual Basic .NET
<URL:http://support.microso ft.com/?scid=kb;EN-US;322090>
I have a problem to print text in pre-printed form(document) using
VB.NET. My application is a web application, is it possible to print
such a pre-printed document in Web Application. How can I do it?

Web applications typically do not have access to the client's resources.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
Wagner, thx for your information. But, if we try to use windows
application, is it possible to print to a pre-printed form as we do
with clipper? How?

Mar 16 '07 #3
"AHA" <al**********@g mail.comschrieb :
Is it possible in VB.NET to print document using dot matrix printer
as we do with clipper? With Clipper we can set the column and line
printing and also we can eject the printer through the code.

HOW TO: Send Raw Data to a Printer by Using Visual Basic .NET
<URL:http://support.microso ft.com/?scid=kb;EN-US;322090>
[...]
Wagner, thx for your information. But, if we try to use windows
application, is it possible to print to a pre-printed form as we do
with clipper? How?
Did you take a look at the document I referenced above?

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
Mar 16 '07 #4
It applies only to VS2003. Is it possible to make it work on VS2005?
Thank you
"Herfried K. Wagner [MVP]" <hi************ ***@gmx.atwrote in message
news:u7******** ******@TK2MSFTN GP06.phx.gbl...
"AHA" <al**********@g mail.comschrieb :
>Is it possible in VB.NET to print document using dot matrix printer
as we do with clipper? With Clipper we can set the column and line
printing and also we can eject the printer through the code.

HOW TO: Send Raw Data to a Printer by Using Visual Basic .NET
<URL:http://support.microso ft.com/?scid=kb;EN-US;322090>
[...]
Wagner, thx for your information. But, if we try to use windows
application, is it possible to print to a pre-printed form as we do
with clipper? How?

Did you take a look at the document I referenced above?

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Mar 16 '07 #5
It applies only to VS2003. Is it possible to make it work on VS2005?
Thank you
Yes, it should work just fine.

AFAIK the .Net 2.0 framework only added more features, it didn't take
any away. (though some were deprecated - but the replacement is
usually mentioned in the warning.)

Thanks,

Seth Rowe
On Mar 16, 10:50 am, "Iouri" <i...@hotsheet. comwrote:
It applies only to VS2003. Is it possible to make it work on VS2005?
Thank you
"Herfried K. Wagner [MVP]" <hirf-spam-me-h...@gmx.atwrot e in messagenews:u7* *************@T K2MSFTNGP06.phx .gbl...
"AHA" <allen.hut...@g mail.comschrieb :
Is it possible in VB.NET to print document using dot matrix printer
as we do with clipper? With Clipper we can set the column and line
printing and also we can eject the printer through the code.
>HOW TO: Send Raw Data to a Printer by Using Visual Basic .NET
<URL:http://support.microso ft.com/?scid=kb;EN-US;322090>
[...]
Wagner, thx for your information. But, if we try to use windows
application, is it possible to print to a pre-printed form as we do
with clipper? How?
Did you take a look at the document I referenced above?
--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Mar 16 '07 #6
No it does not work. ON this link it is written that it applies to VS2002
and VS2003
In VS2005 I am getting the message

PInvokeStackImb alance was detected
Message: A call to PInvoke function
'WindowsApplica tion2!WindowsAp plication2.RawP rinterHelper::O penPrinter' has
unbalanced the stack. This is likely because the managed PInvoke signature
does not match the unmanaged target signature. Check that the calling
convention and parameters of the PInvoke signature match the target
unmanaged signature

IN the line
If OpenPrinter(szP rinterName, hPrinter, 0) Then
"rowe_newsgroup s" <ro********@yah oo.comwrote in message
news:11******** *************@e 65g2000hsc.goog legroups.com...
>It applies only to VS2003. Is it possible to make it work on VS2005?
Thank you

Yes, it should work just fine.

AFAIK the .Net 2.0 framework only added more features, it didn't take
any away. (though some were deprecated - but the replacement is
usually mentioned in the warning.)

Thanks,

Seth Rowe
On Mar 16, 10:50 am, "Iouri" <i...@hotsheet. comwrote:
>It applies only to VS2003. Is it possible to make it work on VS2005?
Thank you
"Herfried K. Wagner [MVP]" <hirf-spam-me-h...@gmx.atwrot e in
messagenews:u7 **************@ TK2MSFTNGP06.ph x.gbl...
"AHA" <allen.hut...@g mail.comschrieb :
Is it possible in VB.NET to print document using dot matrix printer
as we do with clipper? With Clipper we can set the column and line
printing and also we can eject the printer through the code.
>>HOW TO: Send Raw Data to a Printer by Using Visual Basic .NET
<URL:http://support.microso ft.com/?scid=kb;EN-US;322090>
[...]
Wagner, thx for your information. But, if we try to use windows
application, is it possible to print to a pre-printed form as we do
with clipper? How?
Did you take a look at the document I referenced above?
--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>


Mar 16 '07 #7
On Mar 16, 11:27 am, "Iouri" <i...@hotsheet. comwrote:
No it does not work. ON this link it is written that it applies to VS2002
and VS2003
In VS2005 I am getting the message

PInvokeStackImb alance was detected
Message: A call to PInvoke function
'WindowsApplica tion2!WindowsAp plication2.RawP rinterHelper::O penPrinter' has
unbalanced the stack. This is likely because the managed PInvoke signature
does not match the unmanaged target signature. Check that the calling
convention and parameters of the PInvoke signature match the target
unmanaged signature

IN the line
If OpenPrinter(szP rinterName, hPrinter, 0) Then"rowe_newsg roups" <rowe_em...@yah oo.comwrote in message

news:11******** *************@e 65g2000hsc.goog legroups.com...
It applies only to VS2003. Is it possible to make it work on VS2005?
Thank you
Yes, it should work just fine.
AFAIK the .Net 2.0 framework only added more features, it didn't take
any away. (though some were deprecated - but the replacement is
usually mentioned in the warning.)
Thanks,
Seth Rowe
On Mar 16, 10:50 am, "Iouri" <i...@hotsheet. comwrote:
It applies only to VS2003. Is it possible to make it work on VS2005?
Thank you
"Herfried K. Wagner [MVP]" <hirf-spam-me-h...@gmx.atwrot e in
messagenews:u7* *************@T K2MSFTNGP06.phx .gbl...
"AHA" <allen.hut...@g mail.comschrieb :
Is it possible in VB.NET to print document using dot matrix printer
as we do with clipper? With Clipper we can set the column and line
printing and also we can eject the printer through the code.
>HOW TO: Send Raw Data to a Printer by Using Visual Basic .NET
<URL:http://support.microso ft.com/?scid=kb;EN-US;322090>
[...]
Wagner, thx for your information. But, if we try to use windows
application, is it possible to print to a pre-printed form as we do
with clipper? How?
Did you take a look at the document I referenced above?
--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
Try changing the DllImport from this:

<DllImport("win spool.Drv", EntryPoint:="Op enPrinterW", _
SetLastError:=T rue, CharSet:=CharSe t.Unicode, _
ExactSpelling:= True,
CallingConventi on:=CallingConv ention.StdCall) _
Public Shared Function OpenPrinter(ByV al src As String, ByRef
hPrinter As IntPtr, ByVal pd As Long) As Boolean
End Function

To this:

<DllImport("win spool.Drv", EntryPoint:="Op enPrinterW", _
SetLastError:=T rue, CharSet:=CharSe t.Unicode, _
ExactSpelling:= True, CallingConventi on:=CallingConv ention.StdCall) >
_
Private Shared Function OpenPrinter(ByV al pPrinterName As String,
_
ByRef hPrinter As IntPtr, ByVal pd As Integer) As Boolean
End Function

Let me know if it worked.

Thanks,

Seth Rowe

Mar 16 '07 #8
Thank you Seth. It works now

"rowe_newsgroup s" <ro********@yah oo.comwrote in message
news:11******** *************@e 1g2000hsg.googl egroups.com...
On Mar 16, 11:27 am, "Iouri" <i...@hotsheet. comwrote:
>No it does not work. ON this link it is written that it applies to VS2002
and VS2003
In VS2005 I am getting the message

PInvokeStackIm balance was detected
Message: A call to PInvoke function
'WindowsApplic ation2!WindowsA pplication2.Raw PrinterHelper:: OpenPrinter'
has
unbalanced the stack. This is likely because the managed PInvoke
signature
does not match the unmanaged target signature. Check that the calling
convention and parameters of the PInvoke signature match the target
unmanaged signature

IN the line
If OpenPrinter(szP rinterName, hPrinter, 0) Then"rowe_newsg roups"
<rowe_em...@ya hoo.comwrote in message

news:11******* **************@ e65g2000hsc.goo glegroups.com.. .
>It applies only to VS2003. Is it possible to make it work on VS2005?
Thank you
Yes, it should work just fine.
AFAIK the .Net 2.0 framework only added more features, it didn't take
any away. (though some were deprecated - but the replacement is
usually mentioned in the warning.)
Thanks,
Seth Rowe
On Mar 16, 10:50 am, "Iouri" <i...@hotsheet. comwrote:
It applies only to VS2003. Is it possible to make it work on VS2005?
Thank you
"Herfried K. Wagner [MVP]" <hirf-spam-me-h...@gmx.atwrot e in
messagenews:u7 **************@ TK2MSFTNGP06.ph x.gbl...
"AHA" <allen.hut...@g mail.comschrieb :
Is it possible in VB.NET to print document using dot matrix
printer
as we do with clipper? With Clipper we can set the column and
line
printing and also we can eject the printer through the code.
>>HOW TO: Send Raw Data to a Printer by Using Visual Basic .NET
<URL:http://support.microso ft.com/?scid=kb;EN-US;322090>
[...]
Wagner, thx for your information. But, if we try to use windows
application, is it possible to print to a pre-printed form as we do
with clipper? How?
Did you take a look at the document I referenced above?
--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Try changing the DllImport from this:

<DllImport("win spool.Drv", EntryPoint:="Op enPrinterW", _
SetLastError:=T rue, CharSet:=CharSe t.Unicode, _
ExactSpelling:= True,
CallingConventi on:=CallingConv ention.StdCall) _
Public Shared Function OpenPrinter(ByV al src As String, ByRef
hPrinter As IntPtr, ByVal pd As Long) As Boolean
End Function

To this:

<DllImport("win spool.Drv", EntryPoint:="Op enPrinterW", _
SetLastError:=T rue, CharSet:=CharSe t.Unicode, _
ExactSpelling:= True, CallingConventi on:=CallingConv ention.StdCall) >
_
Private Shared Function OpenPrinter(ByV al pPrinterName As String,
_
ByRef hPrinter As IntPtr, ByVal pd As Integer) As Boolean
End Function

Let me know if it worked.

Thanks,

Seth Rowe

Mar 16 '07 #9
I have already posted, but do not see it.
It worked perfectly.
Thank you Seth
"rowe_newsgroup s" <ro********@yah oo.comwrote in message
news:11******** *************@e 1g2000hsg.googl egroups.com...
On Mar 16, 11:27 am, "Iouri" <i...@hotsheet. comwrote:
>No it does not work. ON this link it is written that it applies to VS2002
and VS2003
In VS2005 I am getting the message

PInvokeStackIm balance was detected
Message: A call to PInvoke function
'WindowsApplic ation2!WindowsA pplication2.Raw PrinterHelper:: OpenPrinter'
has
unbalanced the stack. This is likely because the managed PInvoke
signature
does not match the unmanaged target signature. Check that the calling
convention and parameters of the PInvoke signature match the target
unmanaged signature

IN the line
If OpenPrinter(szP rinterName, hPrinter, 0) Then"rowe_newsg roups"
<rowe_em...@ya hoo.comwrote in message

news:11******* **************@ e65g2000hsc.goo glegroups.com.. .
>It applies only to VS2003. Is it possible to make it work on VS2005?
Thank you
Yes, it should work just fine.
AFAIK the .Net 2.0 framework only added more features, it didn't take
any away. (though some were deprecated - but the replacement is
usually mentioned in the warning.)
Thanks,
Seth Rowe
On Mar 16, 10:50 am, "Iouri" <i...@hotsheet. comwrote:
It applies only to VS2003. Is it possible to make it work on VS2005?
Thank you
"Herfried K. Wagner [MVP]" <hirf-spam-me-h...@gmx.atwrot e in
messagenews:u7 **************@ TK2MSFTNGP06.ph x.gbl...
"AHA" <allen.hut...@g mail.comschrieb :
Is it possible in VB.NET to print document using dot matrix
printer
as we do with clipper? With Clipper we can set the column and
line
printing and also we can eject the printer through the code.
>>HOW TO: Send Raw Data to a Printer by Using Visual Basic .NET
<URL:http://support.microso ft.com/?scid=kb;EN-US;322090>
[...]
Wagner, thx for your information. But, if we try to use windows
application, is it possible to print to a pre-printed form as we do
with clipper? How?
Did you take a look at the document I referenced above?
--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Try changing the DllImport from this:

<DllImport("win spool.Drv", EntryPoint:="Op enPrinterW", _
SetLastError:=T rue, CharSet:=CharSe t.Unicode, _
ExactSpelling:= True,
CallingConventi on:=CallingConv ention.StdCall) _
Public Shared Function OpenPrinter(ByV al src As String, ByRef
hPrinter As IntPtr, ByVal pd As Long) As Boolean
End Function

To this:

<DllImport("win spool.Drv", EntryPoint:="Op enPrinterW", _
SetLastError:=T rue, CharSet:=CharSe t.Unicode, _
ExactSpelling:= True, CallingConventi on:=CallingConv ention.StdCall) >
_
Private Shared Function OpenPrinter(ByV al pPrinterName As String,
_
ByRef hPrinter As IntPtr, ByVal pd As Integer) As Boolean
End Function

Let me know if it worked.

Thanks,

Seth Rowe

Mar 19 '07 #10

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

Similar topics

1
4145
by: joes | last post by:
Hello there ! I rendering a PDF with XSLT using Xalan and FOP. I like to place in my article an image, so that the text is floating around the image. I tried several things but it didn't work so far. I found some hints that it should work with "fo:float" but it seems not to work with apache's FOP, so has anybody out there any solution and experience ? example:
3
23005
by: Xerxes | last post by:
Hi, I need help in setting up a page where the text wraps around an image. Right now, I am using table, with text in one <td> and the image in the adjacent <td>. The problem is when the text is longer than the height of the image, I get all this dead space below the image with the text just going vertically down in its own <td>. Can I use style sheet to position the image and the text so that the text can start taking up the whole page...
2
7573
by: Macsicarr | last post by:
Hi All Wonder if you could help me. I have created a CMS system that allows the user to enter text and pic 'tags' for their own About us page, eg text.... text.... text.... text.... text.... text.... text.... text.... text.... text.... text.... text.... text.... text.... text.... text.... text.... text.... text.... text....
2
2271
by: Jiri Palecek | last post by:
I have a question on web authoring (probably HTML+CSS). Is it somehow possible to put two words above each other inside a paragraph so the result would be valid and render at least in Mozilla? I mean this: text text text text text text text text text text text text text text text text text text text text text text text text | is | text text text txt | | text text text text ...
4
2601
by: Arif Çimen | last post by:
Hi to everybody, I have chnged a button text in design mode. But After compiling and executing the program the text of the button do not change to new value. Any Ideas? Thaks for helps.
3
2573
by: jweinberg1975 | last post by:
I would like for users to be able to select from a small number of options that come from a little drop down menu which then closes. .. http://www.geocities.com/jweinberg1975/dropdown_on_text00.html .. In order to see the behavior you should "mouseover" the white-on-black text segment that says "omnis dolor repellend" .. the thing is that I don't want for the whole space in the paragraph to be empty. I just need for the little menu to...
3
2158
by: bbepristis | last post by:
Hey all I have this code that reads from one text file writes to another unless im on a certian line then it writes the new data however it only seems to do about 40 lines then quits and I cant figure out why any help would be much apprechiated 1. Dim line_num As Integer 2. Dim filename2 As String 3.
3
3987
by: acecraig100 | last post by:
I am fairly new to Javascript. I have a form that users fill out to enter an animal to exhibit at a fair. Because we have no way of knowing, how many animals a user may enter, I created a table with a createElement function to add additional entries. The table has the first row of input text boxes already in it. You have to click a button to add another row. That seems to be working fine. How do I pull the information from the input boxes...
3
2605
by: jonniethecodeprince | last post by:
Hi all, I have trouble getting an array of data stored in a separate javascript file i.e. a file called books.js into a table of data for a .xhtml file. There are 50 Records in this file. There are 5 colums of data I wish to display. I want to display these records in groups of 10. Based on the fact that the records I want are located in a separate file, how can I get these details to show on the form and manipulate the data to...
10
3182
by: bluemountain | last post by:
Hi there, Iam new to python forms and programming too I had a text file where i need to extract few words of data from the header(which is of 3 lines) and search for the keyword TEXT1, TEXT2, TEXT3in entire file(file consisting of 150 lines) that is related to a particular id and get the sum of the, WRITES of TEXT1, TEXT2, TEXT3 ex: input file will be as below Windows 2000 text text text text text text text
0
7920
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8401
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
8404
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8268
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
5867
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
5440
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();...
1
2418
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
1
1510
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1254
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.