Click here to Skip to main content
15,903,012 members
Home / Discussions / C#
   

C#

 
GeneralRe: Category attribute in Property Grid Pin
Varad_Rajan20-Jun-08 0:53
Varad_Rajan20-Jun-08 0:53 
AnswerRe: Category attribute in Property Grid Pin
Scott Dorman21-Jun-08 1:53
professionalScott Dorman21-Jun-08 1:53 
QuestionExecuting an ORACLE stored procedure wiht ODBC Pin
M. J. Jaya Chitra19-Jun-08 23:54
M. J. Jaya Chitra19-Jun-08 23:54 
AnswerRe: Executing an ORACLE stored procedure wiht ODBC Pin
Ashfield20-Jun-08 1:31
Ashfield20-Jun-08 1:31 
GeneralRe: Executing an ORACLE stored procedure wiht ODBC Pin
M. J. Jaya Chitra20-Jun-08 17:48
M. J. Jaya Chitra20-Jun-08 17:48 
GeneralRe: Executing an ORACLE stored procedure wiht ODBC Pin
Ashfield21-Jun-08 7:45
Ashfield21-Jun-08 7:45 
Questionimage file Pin
ginji2019-Jun-08 23:29
ginji2019-Jun-08 23:29 
AnswerRe: image file Pin
Corinna John20-Jun-08 2:39
Corinna John20-Jun-08 2:39 
I guess you read the fax into a stream. Try this:
<br />
Bitmap bmp = (Bitmap)Image.FromStream(myStream);<br />
bmp.Save(myFileName, myFormat);<br />

Then you can add the file name to your database or convert the image into an appropriate BLOB format.

ginji20 wrote:
even to convert it to msword format?


Ms Word format is for text documents. A Word document can contain images, but an image itself cannot be an Word document. I guess you want to create a document with an image on the first page. You'll find everything you need on MSDN. Look for MS Word Object Model and COM automation.

This statement is false.

QuestionList[structure] Pin
cst_kvp19-Jun-08 22:53
cst_kvp19-Jun-08 22:53 
RantRe: List[structure] Pin
Ashfield20-Jun-08 1:17
Ashfield20-Jun-08 1:17 
AnswerRe: List[structure] Pin
koleraba20-Jun-08 1:57
koleraba20-Jun-08 1:57 
QuestionList<structure></structure> Pin
cst_kvp19-Jun-08 22:50
cst_kvp19-Jun-08 22:50 
AnswerRe: List Pin
rah_sin19-Jun-08 22:57
professionalrah_sin19-Jun-08 22:57 
AnswerRe: List Pin
Abhijit Jana19-Jun-08 23:15
professionalAbhijit Jana19-Jun-08 23:15 
Question?? Pin
ginji2019-Jun-08 22:39
ginji2019-Jun-08 22:39 
AnswerRe: ?? Pin
rah_sin19-Jun-08 22:41
professionalrah_sin19-Jun-08 22:41 
AnswerRe: ?? Pin
Sathesh Sakthivel19-Jun-08 22:45
Sathesh Sakthivel19-Jun-08 22:45 
GeneralRe: ?? Pin
ginji2019-Jun-08 22:59
ginji2019-Jun-08 22:59 
GeneralRe: ?? Pin
Harvey Saayman20-Jun-08 2:15
Harvey Saayman20-Jun-08 2:15 
AnswerRe: ?? Pin
Abhijit Jana19-Jun-08 23:12
professionalAbhijit Jana19-Jun-08 23:12 
Questionpopup calendar control from combo box Pin
laziale19-Jun-08 22:25
laziale19-Jun-08 22:25 
AnswerRe: popup calendar control from combo box Pin
rah_sin19-Jun-08 22:38
professionalrah_sin19-Jun-08 22:38 
GeneralRe: popup calendar control from combo box Pin
laziale19-Jun-08 22:48
laziale19-Jun-08 22:48 
GeneralRe: popup calendar control from combo box Pin
rah_sin19-Jun-08 22:51
professionalrah_sin19-Jun-08 22:51 
GeneralRe: popup calendar control from combo box Pin
laziale19-Jun-08 22:55
laziale19-Jun-08 22:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.