473,408 Members | 2,161 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,408 software developers and data experts.

fax - second post

I'm looking for a VB.net solution so I can send faxes directly from the GDI.
I've found references to the FaxStartPrintJob, which are mostly referenced
in C#. Since I'm not a c# programmer, I have little understanding of how to
impliment this.

Has anyone done this in VB and would you have an example. The closest thing
I can find is this:
http://msdn.microsoft.com/library/de...egacy_1rzo.asp
....but most of this is over my head.

Thanks.

-Rob T.
Nov 21 '05 #1
14 1682
Is this for corporate multiuser use or for single, isolated machines? Will
there be a Windows 2003 (or 2k or NT) Server with a multiline fax card or do
you need to code against a consumer fax-modem?

If it's for indedpendent user computers, what are the OSes?

Robert Smith
Kirkland, WA
www.smithvoice.com

"Rob T" <RT*********@DONTwalchemSPAM.com> wrote in message
news:%2***************@TK2MSFTNGP12.phx.gbl...
I'm looking for a VB.net solution so I can send faxes directly from the
GDI. I've found references to the FaxStartPrintJob, which are mostly
referenced in C#. Since I'm not a c# programmer, I have little
understanding of how to impliment this.

Has anyone done this in VB and would you have an example. The closest
thing I can find is this:
http://msdn.microsoft.com/library/de...egacy_1rzo.asp
...but most of this is over my head.

Thanks.

-Rob T.

Nov 21 '05 #2
Is this for corporate multiuser use or for single, isolated machines? Will
there be a Windows 2003 (or 2k or NT) Server with a multiline fax card or do
you need to code against a consumer fax-modem?

If it's for indedpendent user computers, what are the OSes?

Robert Smith
Kirkland, WA
www.smithvoice.com

"Rob T" <RT*********@DONTwalchemSPAM.com> wrote in message
news:%2***************@TK2MSFTNGP12.phx.gbl...
I'm looking for a VB.net solution so I can send faxes directly from the
GDI. I've found references to the FaxStartPrintJob, which are mostly
referenced in C#. Since I'm not a c# programmer, I have little
understanding of how to impliment this.

Has anyone done this in VB and would you have an example. The closest
thing I can find is this:
http://msdn.microsoft.com/library/de...egacy_1rzo.asp
...but most of this is over my head.

Thanks.

-Rob T.

Nov 21 '05 #3
Normally this will be used on 2000 or 2003 servers, but will also run on
2000 and xp workstations for certain users. I would like to use the
built-in fax capabilities to avoid licensing and distrubution issues, since
this package is resold. Currently I have the text only version working
(from msdn), but my employer want's to spruce it up a bit.

Thanks.

"smith" <rc********@smithvoiceTAKEOUT.com> wrote in message
news:zU***************@newsread1.news.pas.earthlin k.net...
Is this for corporate multiuser use or for single, isolated machines?
Will there be a Windows 2003 (or 2k or NT) Server with a multiline fax
card or do you need to code against a consumer fax-modem?

If it's for indedpendent user computers, what are the OSes?

Robert Smith
Kirkland, WA
www.smithvoice.com

"Rob T" <RT*********@DONTwalchemSPAM.com> wrote in message
news:%2***************@TK2MSFTNGP12.phx.gbl...
I'm looking for a VB.net solution so I can send faxes directly from the
GDI. I've found references to the FaxStartPrintJob, which are mostly
referenced in C#. Since I'm not a c# programmer, I have little
understanding of how to impliment this.

Has anyone done this in VB and would you have an example. The closest
thing I can find is this:
http://msdn.microsoft.com/library/de...egacy_1rzo.asp
...but most of this is over my head.

Thanks.

-Rob T.


Nov 21 '05 #4
Normally this will be used on 2000 or 2003 servers, but will also run on
2000 and xp workstations for certain users. I would like to use the
built-in fax capabilities to avoid licensing and distrubution issues, since
this package is resold. Currently I have the text only version working
(from msdn), but my employer want's to spruce it up a bit.

Thanks.

"smith" <rc********@smithvoiceTAKEOUT.com> wrote in message
news:zU***************@newsread1.news.pas.earthlin k.net...
Is this for corporate multiuser use or for single, isolated machines?
Will there be a Windows 2003 (or 2k or NT) Server with a multiline fax
card or do you need to code against a consumer fax-modem?

If it's for indedpendent user computers, what are the OSes?

Robert Smith
Kirkland, WA
www.smithvoice.com

"Rob T" <RT*********@DONTwalchemSPAM.com> wrote in message
news:%2***************@TK2MSFTNGP12.phx.gbl...
I'm looking for a VB.net solution so I can send faxes directly from the
GDI. I've found references to the FaxStartPrintJob, which are mostly
referenced in C#. Since I'm not a c# programmer, I have little
understanding of how to impliment this.

Has anyone done this in VB and would you have an example. The closest
thing I can find is this:
http://msdn.microsoft.com/library/de...egacy_1rzo.asp
...but most of this is over my head.

Thanks.

-Rob T.


Nov 21 '05 #5
Differences in Oses:
http://msdn.microsoft.com/library/de...egacy_1u42.asp

Look near the bottom of that page for the entry into Visual Basic syntax
links.

Hope that helps.

-smith

"Rob T" <RT*********@DONTwalchemSPAM.com> wrote in message
news:O0****************@TK2MSFTNGP11.phx.gbl...
Normally this will be used on 2000 or 2003 servers, but will also run on
2000 and xp workstations for certain users. I would like to use the
built-in fax capabilities to avoid licensing and distrubution issues,
since this package is resold. Currently I have the text only version
working (from msdn), but my employer want's to spruce it up a bit.

Thanks.

Nov 21 '05 #6
Differences in Oses:
http://msdn.microsoft.com/library/de...egacy_1u42.asp

Look near the bottom of that page for the entry into Visual Basic syntax
links.

Hope that helps.

-smith

"Rob T" <RT*********@DONTwalchemSPAM.com> wrote in message
news:O0****************@TK2MSFTNGP11.phx.gbl...
Normally this will be used on 2000 or 2003 servers, but will also run on
2000 and xp workstations for certain users. I would like to use the
built-in fax capabilities to avoid licensing and distrubution issues,
since this package is resold. Currently I have the text only version
working (from msdn), but my employer want's to spruce it up a bit.

Thanks.

Nov 21 '05 #7
I've already been down that road... in the article, MS says not to use
this class...
http://msdn.microsoft.com/library/de...acyvb_836n.asp
...not really sure why...this works find for sending a .txt file. I really
want to send it from the GDI like a standard printer.....
"smith" <rc********@smithvoiceTAKEOUT.com> wrote in message
news:8B*****************@newsread3.news.pas.earthl ink.net...
Differences in Oses:
http://msdn.microsoft.com/library/de...egacy_1u42.asp

Look near the bottom of that page for the entry into Visual Basic syntax
links.

Hope that helps.

-smith

"Rob T" <RT*********@DONTwalchemSPAM.com> wrote in message
news:O0****************@TK2MSFTNGP11.phx.gbl...
Normally this will be used on 2000 or 2003 servers, but will also run on
2000 and xp workstations for certain users. I would like to use the
built-in fax capabilities to avoid licensing and distrubution issues,
since this package is resold. Currently I have the text only version
working (from msdn), but my employer want's to spruce it up a bit.

Thanks.


Nov 21 '05 #8
I've already been down that road... in the article, MS says not to use
this class...
http://msdn.microsoft.com/library/de...acyvb_836n.asp
...not really sure why...this works find for sending a .txt file. I really
want to send it from the GDI like a standard printer.....
"smith" <rc********@smithvoiceTAKEOUT.com> wrote in message
news:8B*****************@newsread3.news.pas.earthl ink.net...
Differences in Oses:
http://msdn.microsoft.com/library/de...egacy_1u42.asp

Look near the bottom of that page for the entry into Visual Basic syntax
links.

Hope that helps.

-smith

"Rob T" <RT*********@DONTwalchemSPAM.com> wrote in message
news:O0****************@TK2MSFTNGP11.phx.gbl...
Normally this will be used on 2000 or 2003 servers, but will also run on
2000 and xp workstations for certain users. I would like to use the
built-in fax capabilities to avoid licensing and distrubution issues,
since this package is resold. Currently I have the text only version
working (from msdn), but my employer want's to spruce it up a bit.

Thanks.


Nov 21 '05 #9
Does your fax hardware show up in the user's Printers collection? If so,
can you manually choose that option, say from Word, to "print to a fax"?
Might be a hint in that consideration.

I'll have to bow out so you can find a real expert. My experience with
non-networked computers is a quite a bit dusty
(http://www.smithvoice.com/youcan.htm ) and for networked apps I've used
GoldFax Server which converts most common formats to TIFs or accepts RTF.
I went with that prior to 2000 Server coming out but when 2k did add the
support the object models looked pretty similar.

Good luck, I'm sure you'll find it just as you're ready to give up (and when
you do you'll post it) ... have you tried the microsoft.public.win2000.fax
and microsoft.public.windowsxp.print_fax groups?

Robert
"Rob T" <RT*********@DONTwalchemSPAM.com> wrote in message
news:ut*************@TK2MSFTNGP12.phx.gbl...
I've already been down that road... in the article, MS says not to use
this class...
http://msdn.microsoft.com/library/de...acyvb_836n.asp
..not really sure why...this works find for sending a .txt file. I really
want to send it from the GDI like a standard printer.....

Nov 21 '05 #10
Does your fax hardware show up in the user's Printers collection? If so,
can you manually choose that option, say from Word, to "print to a fax"?
Might be a hint in that consideration.

I'll have to bow out so you can find a real expert. My experience with
non-networked computers is a quite a bit dusty
(http://www.smithvoice.com/youcan.htm ) and for networked apps I've used
GoldFax Server which converts most common formats to TIFs or accepts RTF.
I went with that prior to 2000 Server coming out but when 2k did add the
support the object models looked pretty similar.

Good luck, I'm sure you'll find it just as you're ready to give up (and when
you do you'll post it) ... have you tried the microsoft.public.win2000.fax
and microsoft.public.windowsxp.print_fax groups?

Robert
"Rob T" <RT*********@DONTwalchemSPAM.com> wrote in message
news:ut*************@TK2MSFTNGP12.phx.gbl...
I've already been down that road... in the article, MS says not to use
this class...
http://msdn.microsoft.com/library/de...acyvb_836n.asp
..not really sure why...this works find for sending a .txt file. I really
want to send it from the GDI like a standard printer.....

Nov 21 '05 #11
I've quickly looked through those groups but it's mostly end-user
questions...not too much technical. I'll probably search through them in
detail later today to see if there's anything. Thanks for your feedback.

BTW, I checked out your site. I'm an 'old-timer' programmer too. Started
on the Commodore Pet then TRS-80 Model I, using Basic... brings back
memoriees of the good-ole-days.
"smith" <rc********@smithvoiceTAKEOUT.com> wrote in message
news:Vj*****************@newsread3.news.pas.earthl ink.net...
Does your fax hardware show up in the user's Printers collection? If so,
can you manually choose that option, say from Word, to "print to a fax"?
Might be a hint in that consideration.

I'll have to bow out so you can find a real expert. My experience with
non-networked computers is a quite a bit dusty
(http://www.smithvoice.com/youcan.htm ) and for networked apps I've used
GoldFax Server which converts most common formats to TIFs or accepts RTF.
I went with that prior to 2000 Server coming out but when 2k did add the
support the object models looked pretty similar.

Good luck, I'm sure you'll find it just as you're ready to give up (and
when you do you'll post it) ... have you tried the
microsoft.public.win2000.fax and microsoft.public.windowsxp.print_fax
groups?

Robert
"Rob T" <RT*********@DONTwalchemSPAM.com> wrote in message
news:ut*************@TK2MSFTNGP12.phx.gbl...
I've already been down that road... in the article, MS says not to use
this class...
http://msdn.microsoft.com/library/de...acyvb_836n.asp
..not really sure why...this works find for sending a .txt file. I
really want to send it from the GDI like a standard printer.....


Nov 21 '05 #12
I've quickly looked through those groups but it's mostly end-user
questions...not too much technical. I'll probably search through them in
detail later today to see if there's anything. Thanks for your feedback.

BTW, I checked out your site. I'm an 'old-timer' programmer too. Started
on the Commodore Pet then TRS-80 Model I, using Basic... brings back
memoriees of the good-ole-days.
"smith" <rc********@smithvoiceTAKEOUT.com> wrote in message
news:Vj*****************@newsread3.news.pas.earthl ink.net...
Does your fax hardware show up in the user's Printers collection? If so,
can you manually choose that option, say from Word, to "print to a fax"?
Might be a hint in that consideration.

I'll have to bow out so you can find a real expert. My experience with
non-networked computers is a quite a bit dusty
(http://www.smithvoice.com/youcan.htm ) and for networked apps I've used
GoldFax Server which converts most common formats to TIFs or accepts RTF.
I went with that prior to 2000 Server coming out but when 2k did add the
support the object models looked pretty similar.

Good luck, I'm sure you'll find it just as you're ready to give up (and
when you do you'll post it) ... have you tried the
microsoft.public.win2000.fax and microsoft.public.windowsxp.print_fax
groups?

Robert
"Rob T" <RT*********@DONTwalchemSPAM.com> wrote in message
news:ut*************@TK2MSFTNGP12.phx.gbl...
I've already been down that road... in the article, MS says not to use
this class...
http://msdn.microsoft.com/library/de...acyvb_836n.asp
..not really sure why...this works find for sending a .txt file. I
really want to send it from the GDI like a standard printer.....


Nov 21 '05 #13
Hey, Mitch Kapor started Lotus 123 in BASIC with a TRS80, can't knock what
worked when the niche was open. :)

currently available:
http://www.smithvoice.com:90/internal/mitchsmith.wsx

All the best.

-s
"Rob T" <RT*********@DONTwalchemSPAM.com> wrote in message
news:uK*************@TK2MSFTNGP09.phx.gbl...
I've quickly looked through those groups but it's mostly end-user
questions...not too much technical. I'll probably search through them in
detail later today to see if there's anything. Thanks for your feedback.

BTW, I checked out your site. I'm an 'old-timer' programmer too. Started
on the Commodore Pet then TRS-80 Model I, using Basic... brings back
memoriees of the good-ole-days.

Nov 21 '05 #14
Hey, Mitch Kapor started Lotus 123 in BASIC with a TRS80, can't knock what
worked when the niche was open. :)

currently available:
http://www.smithvoice.com:90/internal/mitchsmith.wsx

All the best.

-s
"Rob T" <RT*********@DONTwalchemSPAM.com> wrote in message
news:uK*************@TK2MSFTNGP09.phx.gbl...
I've quickly looked through those groups but it's mostly end-user
questions...not too much technical. I'll probably search through them in
detail later today to see if there's anything. Thanks for your feedback.

BTW, I checked out your site. I'm an 'old-timer' programmer too. Started
on the Commodore Pet then TRS-80 Model I, using Basic... brings back
memoriees of the good-ole-days.

Nov 21 '05 #15

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

Similar topics

0
by: bill joyce | last post by:
I am using a datagrid to populate a spreadhseet. The code works fine (posted below formated to fit in this box, any suggestions/better way let me know). The problem is that the excel instance is...
4
by: Norma | last post by:
I am posting this again since I am on a deadline to get this completed... Sorry for being redundant... I have a table with a UPC#, CasesCompleted, TotalHours, standardGoal (pieces per hour) I...
0
by: Mr. x | last post by:
Hello, I am sending this emal again, because it was a week ago, and I want to clarify some new things. I have problem on .NET, which are seen differently on IE and Netscape. Look at sit of...
0
by: Aravind | last post by:
Hello everyone I want to set the system time via a web user. I have configured the web application to use impersonation and it impersonates an account that is member of local administrator...
0
by: Nikhil Patel | last post by:
Hi all, I am having a problem adding a reference in an ASP.Net project. I have written a custom control using a Web Control Library project. I compiled this project and generated a dll. Now...
2
by: tony | last post by:
I initally posted this July 29, 05 and did not get any replies: I have a Windows Forms UserControl that runs in a thick client. I am now deploying it within an IE web page. Everything works fine,...
0
by: Rob T | last post by:
I'm looking for a VB.net solution so I can send faxes directly from the GDI. I've found references to the FaxStartPrintJob, which are mostly referenced in C#. Since I'm not a c# programmer, I have...
1
by: Bill Sempf | last post by:
Trying again on this forum to see if anyone has seen this error: I am receiving an Invalid_Viewstate error on one of my sites, and the error message content has SMTP Mail header text in it! Here...
1
by: Eitan M | last post by:
Hello, I want to do left outer join in access 2002. 1) Isn't any way to do without the words "left outer join", like : table1.column1 = table2.column2 (+) that was the simple Oracle syntax, and...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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,...
0
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...
0
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...
0
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...

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.