hai my project works on WindowsNT.i was asked to code for the faxing madule.we r trying to implement this through code.i know that we can fax the documents from MicrosoftoutLook,so we can call its object from our code and we can fax the things.but the thing is we r trying to make it without using third party controls.in MSDN April201 versionHelp they have given the APIs which support only 2000 or later.i want to run it only from NT.so can anybody help me to complete my task?u guyz have played with these type of small codings, right?
ThomasKennedyBose
Posts
-
Faxing -
TestPrint pagehow can i fill the testprintpage in VC++ ?anybody knows pl.. let me know about it with code
-
FaxingI want to fax some documents through my project which was doveloped in Doc\View.My system dosen't supprt Windows2000.it should work on only NT.can anybody help me to code it?this is very urgent...:confused:
-
OS problemmy Invalidate() is working on NT but not on 95 & 98
-
RichTextCtrlhi i have placed a RichTextControl in a dialogbox.i want to know some code about it 1.when i press enterbutton after adding some text in it cursor is not going to next line 2.how to write code for SetSelBold() and SetSelColor() and all these functions? 3.i'm giving the file name at runtime in my InitDialog() as below ::OnInitDialog() { CString str; str = "D:\\Bose\\Opms\\src\\"; str += pDoc->GetModelTextName(); str += ".prs"; VARIANT var; InitVariant(&var); m_RichText.Loadfile(str,&var); } when i run my program it giving "The specified file/path is invalid"message. how to avoid it? please help me if anybody know code for it