Thanks for the answer, its like i'am completely new to use visual studio.
longtime ago i was have made a program in visual studio, but know I wanted to add a new part in the program, but it is given a error that visual studio not find the "AcroPDFib" anymore.
registered like AxAcroPDF1.src
How I use the webview from microsoft ? Is it also with " Process.Start(pad + y + ".pdf", OpenMode.Output)" its reading first a file in a listbox
Sorry, its been longtime that i was use visual studio. Before there was a tool that i could use (visual studio 2008)
look video
that was verry easy.
I don't have the knowledge anymore to complete the changement in my program.
here is a part of the program :
Case MENUENIGMA.Checked = True
Dim wb, x, Y, YXB As String
x = ListBox1.SelectedItem
If x = "" Then
MessageBox.Show("YOU HAVE TO SELECT AN ITEM !!!", "fout", MessageBoxButtons.OK, MessageBoxIcon.Warning)
Else
Dim padENIG As String = "c:\PROC\MANUAL\ENIGMA\"
Y = x.Substring(0, 2)
YXB = Y + ".PDF"
wb = padENIG + YXB
' AxAcroPDF1.src = wb
End If
When i take out the ' before the AxAcroPDF1.scr = wb its given an error.
can you help me with it please ?