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!

Debenu Quick PDF Library - PDF SDK Community Forum Homepage
Forum Home Forum Home > For Users of the Library > I need help - I can help
  New Posts New Posts RSS Feed - Problems with Samples
  FAQ FAQ  Forum Search   Register Register  Login Login

Problems with Samples

 Post Reply Post Reply
Author
Message
MikeL View Drop Down
Beginner
Beginner


Joined: 08 Jan 11
Location: ABQ
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote MikeL Quote  Post ReplyReply Direct Link To This Post Topic: Problems with Samples
    Posted: 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.
Back to Top
Ingo View Drop Down
Moderator Group
Moderator Group
Avatar

Joined: 29 Oct 05
Status: Offline
Points: 3530
Post Options Post Options   Thanks (0) Thanks(0)   Quote Ingo Quote  Post ReplyReply Direct Link To This Post 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

Back to Top
MikeL View Drop Down
Beginner
Beginner


Joined: 08 Jan 11
Location: ABQ
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote MikeL Quote  Post ReplyReply Direct Link To This Post Posted: 10 Jan 11 at 2:34PM
Thank You for your input. 
 
 
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 11.01
Copyright ©2001-2014 Web Wiz Ltd.

Copyright © 2017 Debenu. Debenu Quick PDF Library is a PDF SDK. All rights reserved. AboutContactBlogSupportOnline Store