Click here to Skip to main content
15,888,610 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Keep images to be open only by my program Pin
desanti5-Aug-16 12:47
desanti5-Aug-16 12:47 
GeneralRe: Keep images to be open only by my program Pin
Eddy Vluggen5-Aug-16 12:59
professionalEddy Vluggen5-Aug-16 12:59 
GeneralRe: Keep images to be open only by my program Pin
desanti5-Aug-16 14:00
desanti5-Aug-16 14:00 
GeneralRe: Keep images to be open only by my program Pin
Dave Kreskowiak5-Aug-16 13:15
mveDave Kreskowiak5-Aug-16 13:15 
Questionvb.net 2010 that uses sql Pin
dcof5-Aug-16 6:04
dcof5-Aug-16 6:04 
AnswerRe: vb.net 2010 that uses sql Pin
Richard Deeming5-Aug-16 7:12
mveRichard Deeming5-Aug-16 7:12 
GeneralRe: vb.net 2010 that uses sql Pin
dcof7-Aug-16 9:19
dcof7-Aug-16 9:19 
Question.NET - Acrobat 11 crashes when opening PDF Pin
vaultboy4-Aug-16 7:16
vaultboy4-Aug-16 7:16 
I have an application that populates an Adobe form using iTextSharp, then launches the form in a new Adobe window. The issue I'm running into is that Adobe Acrobat 11 crashes when opening the file.

VB
Dim p As New Process
p.StartInfo.WindowStyle = ProcessWindowStyle.Normal
p.StartInfo.FileName = AdobePath
p.StartInfo.Arguments = String.Format("/n {0}{1}{0}", Chr(34), SaveFilePath)
p.Start()


The interesting thing is that Adobe opens fine if there's a message box before the Start method. As soon as I remove the message box, Adobe goes back to crashing when loading the PDF.

I thought that maybe there was a situation where the file hadn't finished writing or closing, so I replaced the message box call with a sleep statement. The sleep statement, regardless of how long I have it wait, still results in Adobe crashing.

The code has been used for years across multiple versions of Adobe Acrobat and Reader. There have been no issues until the business started updating users to Adobe Acrobat 11.

Additionally, the file opens fine manually even when emulating the start process by using the command line or a shortcut.
Questionvisual basic in powerpoint Pin
Member 126697404-Aug-16 1:01
Member 126697404-Aug-16 1:01 
QuestionRe: visual basic in powerpoint Pin
Richard MacCutchan4-Aug-16 1:19
mveRichard MacCutchan4-Aug-16 1:19 
QuestionRuntime add com library reference Pin
BobbyStrain24-Jul-16 8:23
BobbyStrain24-Jul-16 8:23 
QuestionDisplay network signal strength (windows form app) Pin
dell-gl62m23-Jul-16 3:11
dell-gl62m23-Jul-16 3:11 
AnswerRe: Display network signal strength (windows form app) Pin
Richard MacCutchan23-Jul-16 4:09
mveRichard MacCutchan23-Jul-16 4:09 
GeneralRe: Display network signal strength (windows form app) Pin
dell-gl62m23-Jul-16 5:32
dell-gl62m23-Jul-16 5:32 
GeneralRe: Display network signal strength (windows form app) Pin
Richard MacCutchan23-Jul-16 5:44
mveRichard MacCutchan23-Jul-16 5:44 
GeneralRe: Display network signal strength (windows form app) Pin
dell-gl62m23-Jul-16 5:53
dell-gl62m23-Jul-16 5:53 
QuestionExtracting Outlook messages metadata to an Excel spreadsheet Pin
Alex911010-Jul-16 23:01
Alex911010-Jul-16 23:01 
AnswerRe: Extracting Outlook messages metadata to an Excel spreadsheet Pin
Alex911010-Jul-16 23:58
Alex911010-Jul-16 23:58 
QuestionRe: Extracting Outlook messages metadata to an Excel spreadsheet Pin
Richard MacCutchan11-Jul-16 2:04
mveRichard MacCutchan11-Jul-16 2:04 
AnswerRe: Extracting Outlook messages metadata to an Excel spreadsheet Pin
Alex911011-Jul-16 2:20
Alex911011-Jul-16 2:20 
GeneralRe: Extracting Outlook messages metadata to an Excel spreadsheet Pin
Richard MacCutchan11-Jul-16 2:31
mveRichard MacCutchan11-Jul-16 2:31 
GeneralRe: Extracting Outlook messages metadata to an Excel spreadsheet Pin
Alex911011-Jul-16 3:05
Alex911011-Jul-16 3:05 
QuestionVb Image scaling Pin
Otekpo Emmanuel6-Jul-16 9:32
Otekpo Emmanuel6-Jul-16 9:32 
AnswerRe: Vb Image scaling Pin
Dave Kreskowiak6-Jul-16 10:12
mveDave Kreskowiak6-Jul-16 10:12 
QuestionUDP Protocol Pin
Member 125763031-Jul-16 2:06
Member 125763031-Jul-16 2:06 

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.