Click here to Skip to main content
15,867,835 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Change Collpased Text Color Settings in VB.Net Pin
Dave Kreskowiak7-Feb-13 2:12
mveDave Kreskowiak7-Feb-13 2:12 
QuestionHow to convert div.innerhtml to PDF(VB.NET) Pin
Sugu.s5-Feb-13 22:45
Sugu.s5-Feb-13 22:45 
AnswerRe: How to convert div.innerhtml to PDF(VB.NET) Pin
Dave Kreskowiak6-Feb-13 1:49
mveDave Kreskowiak6-Feb-13 1:49 
QuestionLooking for a asp.net with c# mentor Pin
minertom13-Feb-13 6:50
minertom13-Feb-13 6:50 
AnswerRe: Looking for a asp.net with c# mentor Pin
Richard MacCutchan3-Feb-13 22:26
mveRichard MacCutchan3-Feb-13 22:26 
GeneralRe: Looking for a asp.net with c# mentor Pin
Sheikh Muhammad Haris9-Feb-13 15:53
Sheikh Muhammad Haris9-Feb-13 15:53 
Question.NET CF 3.9 Pin
Dominick Marciano1-Feb-13 10:40
professionalDominick Marciano1-Feb-13 10:40 
QuestionVB.NET Array.Copy Question Pin
Eric Whitmore29-Jan-13 5:02
Eric Whitmore29-Jan-13 5:02 
Friends,

I am trying to merge to byte arrays and can't seem to get my code to work. Code below. Can i get some thoughts on what might be happening? I have verified that the arrays DO have data in them(aka length > 0).

VB
Dim pdfBytesSyllabus As Byte() = pdf.GetPdfBytesFromHtmlStream(streamSyllabus, System.Text.Encoding.ASCII)
Dim pdfBytesCenter As Byte() = pdf.GetPdfBytesFromHtmlStream(streamCenter, System.Text.Encoding.ASCII)
Array.Copy(pdfBytesCenter, 0, pdfBytesSyllabus, pdfBytesSyllabus.Length, pdfBytesCenter.Length)

Eric

AnswerRe: VB.NET Array.Copy Question Pin
Alan N29-Jan-13 6:33
Alan N29-Jan-13 6:33 
AnswerRe: VB.NET Array.Copy Question Pin
wajeetalohana30-Jan-13 0:30
wajeetalohana30-Jan-13 0:30 
GeneralRe: VB.NET Array.Copy Question Pin
Dave Kreskowiak30-Jan-13 0:53
mveDave Kreskowiak30-Jan-13 0:53 
AnswerRe: VB.NET Array.Copy Question Pin
Pete O'Hanlon30-Jan-13 1:21
subeditorPete O'Hanlon30-Jan-13 1:21 
AnswerRe: VB.NET Array.Copy Question Pin
Eric Whitmore30-Jan-13 2:16
Eric Whitmore30-Jan-13 2:16 
GeneralRe: VB.NET Array.Copy Question Pin
Pete O'Hanlon30-Jan-13 2:27
subeditorPete O'Hanlon30-Jan-13 2:27 
QuestionHow to show XPS navigation tree Pin
Martiniak28-Jan-13 19:25
Martiniak28-Jan-13 19:25 
AnswerRe: How to show XPS navigation tree Pin
Richard MacCutchan29-Jan-13 3:30
mveRichard MacCutchan29-Jan-13 3:30 
AnswerRe: How to show XPS navigation tree Pin
Pete O'Hanlon29-Jan-13 4:57
subeditorPete O'Hanlon29-Jan-13 4:57 
QuestionIn-Depth Book for CLI Pin
Dominick Marciano28-Jan-13 14:56
professionalDominick Marciano28-Jan-13 14:56 
AnswerRe: In-Depth Book for CLI Pin
Richard MacCutchan28-Jan-13 22:37
mveRichard MacCutchan28-Jan-13 22:37 
AnswerRe: In-Depth Book for CLI Pin
Pete O'Hanlon28-Jan-13 23:19
subeditorPete O'Hanlon28-Jan-13 23:19 
AnswerRe: In-Depth Book for CLI Pin
Gerry Schmitz29-Jan-13 5:41
mveGerry Schmitz29-Jan-13 5:41 
AnswerRe: In-Depth Book for CLI Pin
jschell29-Jan-13 13:37
jschell29-Jan-13 13:37 
AnswerRe: In-Depth Book for CLI Pin
Dominick Marciano30-Jan-13 14:40
professionalDominick Marciano30-Jan-13 14:40 
QuestionExtract MDE File data to CSV Pin
sny hmt27-Jan-13 16:17
sny hmt27-Jan-13 16:17 
AnswerRe: Extract MDE File data to CSV Pin
Richard MacCutchan27-Jan-13 22:44
mveRichard MacCutchan27-Jan-13 22:44 

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.