Click here to Skip to main content
15,896,111 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionDebugging: cannot drill down into object collections in QuickWatch window Pin
Yibbler15-Mar-07 23:47
Yibbler15-Mar-07 23:47 
GeneralRe: Debugging: cannot drill down into object collections in QuickWatch window Pin
Kschuler16-Mar-07 7:50
Kschuler16-Mar-07 7:50 
QuestionEmbedding Reports Within a cell !!! Pin
fulbright15-Mar-07 20:41
fulbright15-Mar-07 20:41 
QuestionRoot Directory Pin
nitin_ion15-Mar-07 19:30
nitin_ion15-Mar-07 19:30 
AnswerRe: Root Directory Pin
Ed.Poore16-Mar-07 7:18
Ed.Poore16-Mar-07 7:18 
Questionthe database has been placed in state by user "Admin" Pin
charleslau285515-Mar-07 15:34
charleslau285515-Mar-07 15:34 
AnswerRe: the database has been placed in state by user "Admin" Pin
Marcus J. Smith16-Mar-07 2:28
professionalMarcus J. Smith16-Mar-07 2:28 
QuestionAcrobat Interapplication Pin
user5315-Mar-07 12:55
user5315-Mar-07 12:55 
I am using
the following code from VB.NET( I put only necessary lines to be short)
AcroApp = CreateObject("AcroExch.App")
PDDoc = CreateObject("AcroExch.PDDoc")
InsertPDDoc = CreateObject "AcroExch.PDDoc")
PDDoc.Create()
InsertPDDoc.Open(OutPdfPath)
.....
If PDDoc.InsertPages(-1, InsertPDDoc, 0, iNumberOfPagesToInsert, 1) = False Then
MsgBox("Error Inserting Pages ")
Exit For
End If
And this InsertPages(...) work fine for
some documents(that was opened before upon
name InsertPDDoc). But some pdf files the client sent to us are not working.It is
totally depends on pdf file that was opened.

Could you please answer why it is different on different files? The same code could do InsertPages() for one pdf file and could not do for another.
What 'wrong' with that file where it could not do it. I would appreciate any
clue on this.
Thank you.

QuestionHow can I encrypt a string before I add it to file? Pin
JUNEYT15-Mar-07 12:55
JUNEYT15-Mar-07 12:55 
AnswerRe: How can I encrypt a string before I add it to file? [modified] Pin
nlarson1115-Mar-07 14:59
nlarson1115-Mar-07 14:59 
GeneralRe: How can I encrypt a string before I add it to file? Pin
JUNEYT16-Mar-07 0:14
JUNEYT16-Mar-07 0:14 
GeneralRe: How can I encrypt a string before I add it to file? Pin
JUNEYT16-Mar-07 2:16
JUNEYT16-Mar-07 2:16 
GeneralRe: How can I encrypt a string before I add it to file? Pin
nlarson1116-Mar-07 3:55
nlarson1116-Mar-07 3:55 
GeneralRe: How can I encrypt a string before I add it to file? Pin
JUNEYT16-Mar-07 4:26
JUNEYT16-Mar-07 4:26 
GeneralRe: How can I encrypt a string before I add it to file? Pin
nlarson1116-Mar-07 4:35
nlarson1116-Mar-07 4:35 
QuestiontaDataview to datatable? Pin
cstrader23215-Mar-07 11:20
cstrader23215-Mar-07 11:20 
AnswerRe: taDataview to datatable? Pin
Dave Kreskowiak15-Mar-07 12:44
mveDave Kreskowiak15-Mar-07 12:44 
GeneralRe: taDataview to datatable? Pin
cstrader23215-Mar-07 13:36
cstrader23215-Mar-07 13:36 
GeneralRe: taDataview to datatable? Pin
Dave Kreskowiak15-Mar-07 15:26
mveDave Kreskowiak15-Mar-07 15:26 
GeneralRe: taDataview to datatable? Pin
cstrader23216-Mar-07 1:47
cstrader23216-Mar-07 1:47 
GeneralRe: taDataview to datatable? Pin
Dave Kreskowiak16-Mar-07 2:37
mveDave Kreskowiak16-Mar-07 2:37 
GeneralRe: taDataview to datatable? Pin
cstrader23216-Mar-07 3:24
cstrader23216-Mar-07 3:24 
GeneralRe: taDataview to datatable? Pin
Dave Kreskowiak16-Mar-07 7:05
mveDave Kreskowiak16-Mar-07 7:05 
GeneralRe: taDataview to datatable? Pin
cstrader23216-Mar-07 7:13
cstrader23216-Mar-07 7:13 
GeneralRe: taDataview to datatable? Pin
Dave Kreskowiak16-Mar-07 7:35
mveDave Kreskowiak16-Mar-07 7:35 

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.