Click here to Skip to main content
15,907,679 members
Home / Discussions / C#
   

C#

 
GeneralRe: visual studio/creating a installer for programs Pin
jamesmc153514-Jul-15 3:21
jamesmc153514-Jul-15 3:21 
AnswerRe: visual studio/creating a installer for programs Pin
Ravi Bhavnani14-Jul-15 6:47
professionalRavi Bhavnani14-Jul-15 6:47 
Question[U8.1][XAML] Which's differently on isfullscreen and isfullwindows on media player framework? Pin
Lê Thiên Hoàng14-Jul-15 2:07
Lê Thiên Hoàng14-Jul-15 2:07 
QuestionNEW to c# Pin
jamesmc153514-Jul-15 1:11
jamesmc153514-Jul-15 1:11 
AnswerRe: NEW to c# Pin
OriginalGriff14-Jul-15 1:21
mveOriginalGriff14-Jul-15 1:21 
GeneralRe: NEW to c# Pin
jamesmc153514-Jul-15 1:27
jamesmc153514-Jul-15 1:27 
GeneralRe: NEW to c# Pin
Pete O'Hanlon14-Jul-15 1:38
mvePete O'Hanlon14-Jul-15 1:38 
GeneralRe: NEW to c# Pin
jamesmc153514-Jul-15 1:42
jamesmc153514-Jul-15 1:42 
GeneralRe: NEW to c# Pin
OriginalGriff14-Jul-15 1:42
mveOriginalGriff14-Jul-15 1:42 
GeneralRe: NEW to c# Pin
jamesmc153514-Jul-15 1:47
jamesmc153514-Jul-15 1:47 
GeneralRe: NEW to c# Pin
OriginalGriff14-Jul-15 2:01
mveOriginalGriff14-Jul-15 2:01 
GeneralRe: NEW to c# Pin
jamesmc153514-Jul-15 2:04
jamesmc153514-Jul-15 2:04 
GeneralRe: NEW to c# Pin
Ravi Bhavnani14-Jul-15 6:52
professionalRavi Bhavnani14-Jul-15 6:52 
GeneralRe: NEW to c# Pin
jamesmc153515-Jul-15 23:17
jamesmc153515-Jul-15 23:17 
GeneralRe: NEW to c# Pin
Ravi Bhavnani16-Jul-15 2:27
professionalRavi Bhavnani16-Jul-15 2:27 
GeneralRe: NEW to c# Pin
jamesmc153516-Jul-15 2:37
jamesmc153516-Jul-15 2:37 
AnswerRe: NEW to c# Pin
OneWinsto20-Jul-15 11:11
OneWinsto20-Jul-15 11:11 
GeneralRe: NEW to c# Pin
jamesmc153520-Jul-15 21:36
jamesmc153520-Jul-15 21:36 
QuestionHow do i post headers and XML body to webservice Pin
kundan sakpal13-Jul-15 23:40
kundan sakpal13-Jul-15 23:40 
QuestionRe: How do i post headers and XML body to webservice Pin
Richard MacCutchan13-Jul-15 23:44
mveRichard MacCutchan13-Jul-15 23:44 
QuestionWhy is my Sidebar not in the right place?? Pin
blacktech13-Jul-15 8:51
blacktech13-Jul-15 8:51 
AnswerRe: Why is my Sidebar not in the right place?? Pin
blacktech13-Jul-15 8:53
blacktech13-Jul-15 8:53 
SuggestionRe: Why is my Sidebar not in the right place?? Pin
Richard MacCutchan13-Jul-15 22:15
mveRichard MacCutchan13-Jul-15 22:15 
GeneralRe: Why is my Sidebar not in the right place?? Pin
blacktech15-Jul-15 2:39
blacktech15-Jul-15 2:39 
QuestionSaving an array to disk Pin
Member 1171394212-Jul-15 5:57
Member 1171394212-Jul-15 5:57 
Hi,

I have a function which retruns a pdf as a byte[]
C#
private static CreatePDF()
{
  byte[] pdf;
  //Do some work & create pdf
  return pdf;
}


If I call this function this way:
C#
byte[] MyPdf = CreatePDF()


How can I save MyPdf to disk as a pdf file (c:\path\Filename.pdf) ?
I'm using .NET 2
Thanks

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.