Hi
Can you anyone suggest me where I can learn fax com module to access windows fax console using .net C#.
User Profile
Collapse
-
How to access microsoft fax console using .net c#
-
Thanks everyone will do what you suggested -
I am developing a windows application and I dont have that option.Please give me an example to read and store in variable with the delimiter ; .ThanksLeave a comment:
-
HI A simple example will help me more.I am really new to this stuff.Leave a comment:
-
using stream reader to read and store it in a variable in C#
Hi Everyone,
I am having a txt file config.txt on application start up path.I need to read that file line by line using a delimiter ; or , and store the values in a variable to connect to the database. Currently I am hardcoding the initial database connection.
Code://code // Mysql database initialize and connection to Profile string strprofile = "DRIVER={MySQL ODBC 5.1 Driver};" + "SERVER=192.168.1.9;"
-
NO Im not creating an installation program since it is going to run on a single server .Actually batch file resolved my problem.Thanks everyoneLeave a comment:
-
-
Got you! thanks Also some where suggesting me on creating batch file,do you think it is possible to create a batch file for this.?Leave a comment:
-
Using windows fax console in .net
Hi can any one tell me is there a way we can develop an application to export the failed fax numbers from windows fax console to excel sheet in .net.By googling i found out how to send fax using fax services dll.But not sure how to do this.
My requirement is I have a bulk faxes queued in fax console and I just want to take all the failed fax numbers for re-work.Please let me know if there is any way. -
Sorry for the delayed response.Can you tell me how do i create the fourth project put all these in one project and create a single exeLeave a comment:
-
I have both the source code and executable.Also I have three C# win application and I know that I can create 3 different exe for these application.But what I want to do is to merge all the three into one single application or exeLeave a comment:
-
Creating a single exe or batch file of different win application
HI can any one tell me how do I create a single exe or batch file for 3 windows application which I have.Please help on this im new to this development stuff. -
-
Hi
Thanks for the suggestion.Belo w is my progrm flow.
1.connect to mysql db and select fields
2.Store these fields using variables.(from data reader)
3.Again ill connect to mdb db and check with 'MRN' field of mdb db.
4.If exist I will update the value stored in variable to mdb else insert in mdb
Basically I will insert or update the fields captured in variable to mdb.So Can you exactly tell...Leave a comment:
-
Improving C# code in Data reader.
Dear all,
I have the application which works fine according to the specs but I would like to structure my code efficiently .I am actually reading the data and will update or insert into mdb file according to the output.Is there any other way to simplify the below code?.Thanks in advance
Code:while (proreader.Read()) { string profid = proreader["EMRID"].ToString(); string
-
-
Handling Null in C# win application
Hi
My application will select and read records using datareader from mysql table and do insert or update on access data base.My problem is when I set the mdb database to allow zero length string the code below works fine.But if it is set to no.I get this error.I want to however insert a null in Access database.Any help would be great! Thanks
// Field 'patientinfo.Pa tient Last' cannot be a zero-length string. //
... -
-
Thank you so much.I will try this.This is my first post on the forum and will post the example goin forwardLeave a comment:
-
C# try catch
Dear All,
I am new to C# and I am developing an application which will 24hours run on the remote PC..To transfer records from mysql to access db.I have succesfully created the application and have to handle the ODBC error and standard error.Basically it has to skip the error and move to next record.I really dont know how to use try catch.I am pasting the code here below.Excuse if I am posting new thread for answered question,Thanks in...
No activity results to display
Show More
Leave a comment: