Click here to Skip to main content
15,904,415 members
Home / Discussions / C#
   

C#

 
GeneralRe: Visual Studio Editor Question Pin
Apocalypse Now14-May-12 16:55
Apocalypse Now14-May-12 16:55 
GeneralRe: Visual Studio Editor Question Pin
walterhevedeich14-May-12 17:35
professionalwalterhevedeich14-May-12 17:35 
GeneralRe: Visual Studio Editor Question Pin
Dave Kreskowiak14-May-12 18:35
mveDave Kreskowiak14-May-12 18:35 
GeneralRe: Visual Studio Editor Question Pin
Dave Kreskowiak15-May-12 17:49
mveDave Kreskowiak15-May-12 17:49 
QuestionAn annoying "form encapsulate"... [Resolved] Pin
jlarini14-May-12 10:31
jlarini14-May-12 10:31 
AnswerRe: An annoying "form encapsulate"... Pin
Dave Kreskowiak14-May-12 13:20
mveDave Kreskowiak14-May-12 13:20 
AnswerRe: An annoying "form encapsulate"... Pin
egenis14-May-12 18:45
egenis14-May-12 18:45 
GeneralRe: An annoying "form encapsulate"... Pin
jlarini15-May-12 3:32
jlarini15-May-12 3:32 
GeneralRe: An annoying "form encapsulate"... Pin
Dave Kreskowiak15-May-12 4:23
mveDave Kreskowiak15-May-12 4:23 
GeneralRe: An annoying "form encapsulate"... Pin
jlarini15-May-12 5:08
jlarini15-May-12 5:08 
GeneralRe: An annoying "form encapsulate"... Pin
egenis16-May-12 18:23
egenis16-May-12 18:23 
GeneralRe: An annoying "form encapsulate"... Pin
jlarini17-May-12 1:38
jlarini17-May-12 1:38 
AnswerRe: An annoying "form encapsulate"... [Resolved] [Solution] Pin
jlarini17-May-12 10:24
jlarini17-May-12 10:24 
QuestionRETURN KEYWORDE Pin
ABHISHEKMISRA199014-May-12 9:42
ABHISHEKMISRA199014-May-12 9:42 
AnswerRe: RETURN KEYWORDE Pin
Pete O'Hanlon14-May-12 9:55
mvePete O'Hanlon14-May-12 9:55 
GeneralRe: RETURN KEYWORDE Pin
DaveAuld14-May-12 10:05
professionalDaveAuld14-May-12 10:05 
GeneralRe: RETURN KEYWORDE Pin
Pete O'Hanlon14-May-12 10:14
mvePete O'Hanlon14-May-12 10:14 
GeneralRe: RETURN KEYWORDE Pin
DaveAuld14-May-12 10:30
professionalDaveAuld14-May-12 10:30 
GeneralRe: RETURN KEYWORDE Pin
Pete O'Hanlon14-May-12 10:38
mvePete O'Hanlon14-May-12 10:38 
GeneralRe: RETURN KEYWORDE Pin
DaveAuld14-May-12 10:40
professionalDaveAuld14-May-12 10:40 
GeneralRe: RETURN KEYWORDE Pin
Pete O'Hanlon14-May-12 10:49
mvePete O'Hanlon14-May-12 10:49 
QuestionReplace PDF Pages Pin
Killzone DeathMan14-May-12 9:18
Killzone DeathMan14-May-12 9:18 
AnswerRe: Replace PDF Pages Pin
Richard MacCutchan14-May-12 21:41
mveRichard MacCutchan14-May-12 21:41 
This may be stating the ****ding obvious but:

  • Open pdf file1 and file2 for input.
  • Open pdf file3 for output.
  • Read pages 1 to 14 from file1 and write to file3.
  • Read page 15 from file2 and write to file3.
  • Read remaining pages from file1 and write to file3
  • Close all files.

file3 now contains a copy of file1 with page 15 changed.
Programming is work, it isn't finger painting. Luc Pattyn

GeneralRe: Replace PDF Pages Pin
Killzone DeathMan15-May-12 1:06
Killzone DeathMan15-May-12 1:06 
QuestionTableLayoutPanel AutoSize Pin
Ronny Portier14-May-12 8:07
Ronny Portier14-May-12 8:07 

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.