Do you own a Debenu Quick PDF Library version 7, 8, 9, 10, 11, 12, 13 or iSEDQuickPDF license? Upgrade to Debenu Quick PDF Library 14 today!
![]() |
Problems with Samples |
Post Reply
|
| Author | |
MikeL
Beginner
Joined: 08 Jan 11 Location: ABQ Status: Offline Points: 2 |
Post Options
Thanks(0)
Quote Reply
Topic: Problems with SamplesPosted: 08 Jan 11 at 4:55PM |
|
I am attempting to use the trial version of this product. I downloaded, unzipped and and installed it. I then wanted to check out the ''visual-basic_dll_sample.zip' Sample.
When I attempt to open the sample solution 'visual-basic_dll_sample.sln' in MS Visual Studio 2005 I get this message box.
"The selected file is a solution file but was created by a newer version of this application and cannot be opened."
I am running XP Pro and I use VB.NET Primarily
I have attempted to take the code from the examples an put into an existing applcaition, but cannot get the DLL's to load up in in References so I can use them.
Do I have to be using a newer version of Visual Studio to try these demo's out.
I need to develop applications that can process PDF's.and I am very intested in this software.
|
|
![]() |
|
Ingo
Moderator Group
Joined: 29 Oct 05 Status: Offline Points: 3530 |
Post Options
Thanks(0)
Quote Reply
Posted: 08 Jan 11 at 6:06PM |
|
Hi Mike!
Here's the beginning of a form1.vb (VB2008 Express) from one of my samples. Hope it helps. Cheers and welcome here, Ingo Public Class Form1 Friend MyParam1 As String Friend MyParam2 As String Dim MAP As String = My.Application.Info.DirectoryPath Public Declare Function MyFunctionX Lib "MyDLL.dll" (ByVal MyParam1 As String, ByVal MyParam2 As String, ByVal Page As Int32, ByVal Dpi As Int32) As Int32 Public Declare Function MyFunctionY Lib "MyDLL.dll" (ByVal FileName As String) As Int32 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Me.Text = "PDF Sample with MyDLL.dll" For Each foundFile As String In My.Computer.FileSystem.GetFiles(MAP & "\archiv", FileIO.SearchOption.SearchTopLevelOnly, "*.pdf") foundFile = My.Computer.FileSystem.GetName(foundFile) ListBox1.Items.Add(foundFile) Next End Sub |
|
![]() |
|
MikeL
Beginner
Joined: 08 Jan 11 Location: ABQ Status: Offline Points: 2 |
Post Options
Thanks(0)
Quote Reply
Posted: 10 Jan 11 at 2:34PM |
|
Thank You for your input.
|
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
Copyright © 2017 Debenu. Debenu Quick PDF Library is a PDF SDK. All rights reserved. About — Contact — Blog — Support — Online Store