473,395 Members | 1,763 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,395 software developers and data experts.

FaxJob, DeviceStatus and Win XP

How get I a different 'Unknown' DeviceStatus with a FaxJob object?
My code:
----------------------------

private void timer1_Tick(object sender, System.EventArgs e)
{
if (CONNECTED)
{
_jobs=servidor.GetJobs() as FAXCOMLib.FaxJobs;
}

for (int pp=1; pp<=_jobs.Count;pp++)
{

ListViewItem lvi=new ListViewItem();

_jobs=servidor.GetJobs() as FAXCOMLib.FaxJobs;

_job=(FaxJob) trabajos.get_Item(pp);

lvi.Text=_job.JobId.ToString();

lvi.SubItems.Add(_job.QueueStatus);
lvi.SubItems.Add(_job.DeviceStatus); ----'Unknown' state forever.
Why?

_job.Refresh();
listView2.Items.Add(lvi);
}
}
Aug 18 '06 #1
0 1075

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

Similar topics

0
by: Erik | last post by:
I need to verify the availability of a number of fax lines. This needs to be done on an hourly basis. I have a VB.NET program that reads the numbers from an app.config file and then stores them in...
0
by: irfan | last post by:
Hi there, I am trying to send a fax in C# using FaxCom.dll. Below is the code and it works fine. FAXCOMLib.FaxServerClass fsc = new FAXCOMLib.FaxServerClass (); fsc.Connect("MyMachineName");...
8
by: Ray5531 | last post by:
Hi All, I got the following Error when I try to run my ASP.NET app ,hosted by IIS 5.1 in windows xp. Event Type: Error Event Source: ASP.NET 1.1.4322.0 Event Category: None Event ID: 1000...
3
by: bharathreddy | last post by:
This article will explain you how to find the status of the fax operation. (Using FAXCOM.dll). Author: Bharath Reddy VasiReddy Reference to the FAXCOM.DLL Reference to import FAXCOM...
0
by: DAnDA | last post by:
hi im using FAXCOMLib to Send Fax using C# ASP.Net i want to know how i can Cancel a FaxJob ? Anyone Can help?
6
by: samsneelam | last post by:
Hi.. This is samuel, while doing a program, i encountered this problem.. Let me give you clarity regarding my prob.. I am having two files .. one is mpcplib.h it contains the follwing...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
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
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...
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
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...

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.