Click here to Skip to main content
15,891,725 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Locking up an install Pin
Christian Graus24-Aug-05 17:47
protectorChristian Graus24-Aug-05 17:47 
GeneralRe: Locking up an install Pin
medicenpringles24-Aug-05 17:51
medicenpringles24-Aug-05 17:51 
GeneralRe: Locking up an install Pin
medicenpringles24-Aug-05 17:53
medicenpringles24-Aug-05 17:53 
GeneralRe: Locking up an install-Get Hardware Pin
RichardBerry25-Aug-05 4:15
RichardBerry25-Aug-05 4:15 
GeneralRe: Locking up an install Pin
OK_Jojo26-Aug-05 6:58
OK_Jojo26-Aug-05 6:58 
GeneralProgram only works in within visual studio Pin
nim5224-Aug-05 14:58
nim5224-Aug-05 14:58 
GeneralRe: Program only works in within visual studio Pin
Christian Graus24-Aug-05 15:10
protectorChristian Graus24-Aug-05 15:10 
GeneralRe: Program only works in within visual studio Pin
nim5224-Aug-05 17:46
nim5224-Aug-05 17:46 
Ok I launched the debug version of the independent build and used a debugger and got this message:

Additional information: File or assembly name AxInterop.SHDocVw, or one of its dependencies, was not found.

I checked the assembly and found AxInterop.SHDocVw. I also looked at the line of code that was causing the problem and it was the "InitializeComponent()" one.

#Region " Windows Form Designer generated code "

Public Sub New()
MyBase.New()

'This call is required by the Windows Form Designer.
InitializeComponent()

'Add any initialization after the InitializeComponent() call

End Sub

I use SHDocVW once in my code:

Private Sub IENavigate(ByVal Target As String)
Dim IE As New SHDocVw.InternetExplorer
'Navigate to a new page or local file
IE.Navigate(Target)
'Show the window
IE.Visible = True
End Sub
GeneralRe: Program only works in within visual studio Pin
Christian Graus24-Aug-05 17:48
protectorChristian Graus24-Aug-05 17:48 
GeneralRe: Program only works in within visual studio Pin
nim5225-Aug-05 8:20
nim5225-Aug-05 8:20 
GeneralKey Board Hooking and SendInput function Pin
matthew kelly24-Aug-05 12:16
matthew kelly24-Aug-05 12:16 
GeneralRe: Key Board Hooking and SendInput function Pin
progload24-Aug-05 15:43
progload24-Aug-05 15:43 
GeneralOverloads vs. Shadows Pin
Ghazi Sarhan24-Aug-05 9:38
Ghazi Sarhan24-Aug-05 9:38 
GeneralRe: Overloads vs. Shadows Pin
Christian Graus24-Aug-05 11:14
protectorChristian Graus24-Aug-05 11:14 
Generalbulletproof code best practices Pin
DaveC42691324-Aug-05 9:05
DaveC42691324-Aug-05 9:05 
GeneralRe: bulletproof code best practices Pin
Christian Graus24-Aug-05 11:16
protectorChristian Graus24-Aug-05 11:16 
GeneralWindows Shutdown Pin
klmall24-Aug-05 8:41
klmall24-Aug-05 8:41 
GeneralRe: Windows Shutdown Pin
Dave Kreskowiak24-Aug-05 9:02
mveDave Kreskowiak24-Aug-05 9:02 
GeneralRe: Windows Shutdown Pin
klmall24-Aug-05 12:51
klmall24-Aug-05 12:51 
GeneralActiveDocument.SaveAs Problem Pin
Jim Munton24-Aug-05 8:36
Jim Munton24-Aug-05 8:36 
GeneralRe: ActiveDocument.SaveAs Problem Pin
Dave Kreskowiak24-Aug-05 9:00
mveDave Kreskowiak24-Aug-05 9:00 
GeneralRe: ActiveDocument.SaveAs Problem Pin
Jim Munton24-Aug-05 9:10
Jim Munton24-Aug-05 9:10 
GeneralRe: ActiveDocument.SaveAs Problem Pin
Dave Kreskowiak24-Aug-05 10:00
mveDave Kreskowiak24-Aug-05 10:00 
Generalmaking backup and recovery using vb.net and Sql server 2000 as a database Pin
Mamokwena24-Aug-05 7:50
Mamokwena24-Aug-05 7:50 
GeneralRe: making backup and recovery using vb.net and Sql server 2000 as a database Pin
Dave Kreskowiak24-Aug-05 8:50
mveDave Kreskowiak24-Aug-05 8:50 

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.