Click here to Skip to main content
15,793,118 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionimplementing thread Pin
balakpn19-May-07 22:52
balakpn19-May-07 22:52 
AnswerRe: implementing thread Pin
Joseph Guadagno20-May-07 5:10
Joseph Guadagno20-May-07 5:10 
Questioninserting values in bounded combobox Pin
Ajeet mittal19-May-07 22:47
Ajeet mittal19-May-07 22:47 
AnswerRe: inserting values in bounded combobox Pin
Dave Kreskowiak20-May-07 5:12
mveDave Kreskowiak20-May-07 5:12 
QuestionOutlook Express Automation Pin
isidor719-May-07 9:17
isidor719-May-07 9:17 
AnswerRe: Outlook Express Automation Pin
Dave Kreskowiak20-May-07 5:10
mveDave Kreskowiak20-May-07 5:10 
AnswerRe: Outlook Express Automation Pin
Sonia Gupta20-May-07 19:52
Sonia Gupta20-May-07 19:52 
QuestionProblem with AxMozillaBrowser !!!!!!! Pin
softwarejaeger19-May-07 7:04
softwarejaeger19-May-07 7:04 
Hello,

i have a problem with the AxMozillaBrowser NewWindow2 Event.

Now that's my Code:

Private Sub AxMozillaBrowser1_NewWindow2(ByVal sender As System.Object, ByVal e As AxMOZILLACONTROLLib.DWebBrowserEvents2_NewWindow2Event) Handles AxMozillaBrowser1.NewWindow2
Dim a As New Form
Dim ax As New AxMOZILLACONTROLLib.AxMozillaBrowser
ax.Dock = DockStyle.Fill
a.Controls.Add(ax)
ax.Show()
a.Show()
e.ppDisp = ax


End Sub

The problem is, that it doesn't load the page. The window opened but then nothing else happened. What's wrong there or from where do i get the to opened url???

Anybody an idea??
AnswerRe: Problem with AxMozillaBrowser !!!!!!! Pin
MatrixCoder19-May-07 13:31
MatrixCoder19-May-07 13:31 
AnswerRe: Problem with AxMozillaBrowser !!!!!!! Pin
Dave Kreskowiak19-May-07 19:09
mveDave Kreskowiak19-May-07 19:09 
GeneralRe: Problem with AxMozillaBrowser !!!!!!! Pin
softwarejaeger20-May-07 0:12
softwarejaeger20-May-07 0:12 
QuestionCOM+ Pin
sunder vel19-May-07 6:59
sunder vel19-May-07 6:59 
AnswerRe: COM+ Pin
Dave Kreskowiak20-May-07 5:51
mveDave Kreskowiak20-May-07 5:51 
QuestionVB.net Email Client Pin
al96819-May-07 5:22
al96819-May-07 5:22 
AnswerRe: VB.net Email Client Pin
MatrixCoder19-May-07 16:10
MatrixCoder19-May-07 16:10 
QuestionDifference between Debug and Release Folder Pin
Rupesh Kumar Swami19-May-07 5:02
Rupesh Kumar Swami19-May-07 5:02 
QuestionRe: Difference between Debug and Release Folder Pin
CPallini19-May-07 11:12
mveCPallini19-May-07 11:12 
AnswerRe: Difference between Debug and Release Folder Pin
Joseph Guadagno19-May-07 11:49
Joseph Guadagno19-May-07 11:49 
QuestionProblem in Bounded Combobox In vb.net Pin
Ajeet mittal19-May-07 2:35
Ajeet mittal19-May-07 2:35 
AnswerRe: Problem in Bounded Combobox In vb.net Pin
Rupesh Kumar Swami19-May-07 2:51
Rupesh Kumar Swami19-May-07 2:51 
AnswerRe: Problem in Bounded Combobox In vb.net Pin
mr_lasseter19-May-07 6:26
mr_lasseter19-May-07 6:26 
AnswerRe: Problem in Bounded Combobox In vb.net Pin
Dave Kreskowiak20-May-07 5:03
mveDave Kreskowiak20-May-07 5:03 
QuestionReplacing, removing lines. Pin
NANCO19-May-07 2:10
NANCO19-May-07 2:10 
AnswerRe: Replacing, removing lines. Pin
kubben19-May-07 3:39
kubben19-May-07 3:39 
Generalit doesn't work! Pin
NANCO19-May-07 4:28
NANCO19-May-07 4:28 

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.