Click here to Skip to main content
15,918,967 members
Home / Discussions / C#
   

C#

 
AnswerRe: Socket and multi threading Pin
leppie20-Jun-08 1:35
leppie20-Jun-08 1:35 
GeneralRe: Socket and multi threading Pin
koleraba20-Jun-08 1:59
koleraba20-Jun-08 1:59 
GeneralRe: Socket and multi threading Pin
leppie20-Jun-08 3:44
leppie20-Jun-08 3:44 
QuestionJavaScript Help? Pin
Imran Adam20-Jun-08 1:16
Imran Adam20-Jun-08 1:16 
AnswerRe: JavaScript Help? Pin
leppie20-Jun-08 1:34
leppie20-Jun-08 1:34 
AnswerRe: JavaScript Help? Pin
Abhijit Jana20-Jun-08 1:39
professionalAbhijit Jana20-Jun-08 1:39 
QuestionCalling function from one webpage to another Pin
grewin20-Jun-08 0:59
grewin20-Jun-08 0:59 
AnswerRe: Calling function from one webpage to another Pin
Gareth H20-Jun-08 1:12
Gareth H20-Jun-08 1:12 
AnswerRe: Calling function from one webpage to another Pin
koleraba20-Jun-08 1:28
koleraba20-Jun-08 1:28 
AnswerRe: Calling function from one webpage to another Pin
SomeGuyThatIsMe20-Jun-08 1:34
SomeGuyThatIsMe20-Jun-08 1:34 
AnswerRe: Calling function from one webpage to another Pin
Abhijit Jana20-Jun-08 1:41
professionalAbhijit Jana20-Jun-08 1:41 
QuestionCategory attribute in Property Grid Pin
Varad_Rajan20-Jun-08 0:17
Varad_Rajan20-Jun-08 0:17 
AnswerRe: Category attribute in Property Grid Pin
leppie20-Jun-08 0:43
leppie20-Jun-08 0:43 
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 

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.