Click here to Skip to main content
16,011,647 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionOption strict ON problem .. Pin
Georg Kohler30-Aug-08 16:38
Georg Kohler30-Aug-08 16:38 
AnswerRe: Option strict ON problem .. Pin
Christian Graus30-Aug-08 16:41
protectorChristian Graus30-Aug-08 16:41 
GeneralRe: Option strict ON problem .. Pin
Georg Kohler30-Aug-08 16:56
Georg Kohler30-Aug-08 16:56 
GeneralRe: Option strict ON problem .. Pin
Scott Dorman30-Aug-08 17:16
professionalScott Dorman30-Aug-08 17:16 
AnswerRe: Option strict ON problem .. Pin
Scott Dorman30-Aug-08 17:15
professionalScott Dorman30-Aug-08 17:15 
GeneralRe: Option strict ON problem .. Pin
Georg Kohler30-Aug-08 17:21
Georg Kohler30-Aug-08 17:21 
GeneralRe: Option strict ON problem .. Pin
Scott Dorman30-Aug-08 17:31
professionalScott Dorman30-Aug-08 17:31 
QuestionIHTMLElement2.onscroll troubling. Pin
MAP Tiger30-Aug-08 3:04
MAP Tiger30-Aug-08 3:04 
Hi
I want to catch the IHTMLElement2.onscroll even and using the following code:
AddHandler aBody2.onscroll, New mshtml.HTMLElementEvents2_onscrollEventHandler(AddressOf Me.aBodyEvents_onscroll)


but VS2008 is saying that onscroll is not an event of IHTMLElement2, please tell me how to attach to this event.

Another approach I used is as following:

This event is appearing as an object to IHTMLelement2 object and when I declare an instance of HTMLElementEvents2 using following:
Dim WithEvents aBodyEvents As HTMLElementEvents2_Event
aBodyEvents = DirectCast(document.body, HTMLElementEvents2_Event)


then VS2008 is showing that it has the onscroll event but it doesnt fire at all.

Please help me.

Thanks and Regards,

MAP Tiger
Tiger Softwares

Software Designer and Developer
VB.NET, ASP.NET, VFP

AnswerRe: IHTMLElement2.onscroll troubling. Pin
MAP Tiger30-Aug-08 17:58
MAP Tiger30-Aug-08 17:58 
Questionroutines and functions Pin
CodingYoshi29-Aug-08 10:00
CodingYoshi29-Aug-08 10:00 
AnswerRe: routines and functions Pin
jon_17529-Aug-08 10:11
jon_17529-Aug-08 10:11 
QuestionImporting Excel files to SQL database using VB.Net. Pin
Alan Greenleaf29-Aug-08 4:57
Alan Greenleaf29-Aug-08 4:57 
AnswerRe: Importing Excel files to SQL database using VB.Net. Pin
Ashfield30-Aug-08 8:17
Ashfield30-Aug-08 8:17 
AnswerRe: Importing Excel files to SQL database using VB.Net. Pin
rprateek31-Aug-08 2:22
rprateek31-Aug-08 2:22 
QuestionPrinting EMF, blurry result Pin
Member 278944429-Aug-08 1:58
Member 278944429-Aug-08 1:58 
QuestionSystem DateTimeFormat Pin
~V~29-Aug-08 1:54
~V~29-Aug-08 1:54 
AnswerRe: System DateTimeFormat Pin
Ashfield29-Aug-08 2:43
Ashfield29-Aug-08 2:43 
GeneralRe: System DateTimeFormat Pin
~V~30-Aug-08 2:10
~V~30-Aug-08 2:10 
QuestionDisplaying Hotkeys when application loads Pin
Sifar - 029-Aug-08 1:17
Sifar - 029-Aug-08 1:17 
AnswerRe: Displaying Hotkeys when application loads Pin
Abhishek Sur29-Aug-08 1:18
professionalAbhishek Sur29-Aug-08 1:18 
QuestionHOW TO USE PROGRESS BAR CONTROLL WITH VISUAL BASIC 6 Pin
janaka ruwan29-Aug-08 0:32
janaka ruwan29-Aug-08 0:32 
AnswerRe: HOW TO USE PROGRESS BAR CONTROLL WITH VISUAL BASIC 6 Pin
Manas Bhardwaj29-Aug-08 0:40
professionalManas Bhardwaj29-Aug-08 0:40 
AnswerRe: HOW TO USE PROGRESS BAR CONTROLL WITH VISUAL BASIC 6 Pin
Paul Conrad2-Sep-08 18:57
professionalPaul Conrad2-Sep-08 18:57 
QuestionCommunicate with others! Pin
Pedram Behroozi28-Aug-08 23:28
Pedram Behroozi28-Aug-08 23:28 
AnswerRe: Communicate with others![Igonore Repost] Pin
Manas Bhardwaj28-Aug-08 23:44
professionalManas Bhardwaj28-Aug-08 23:44 

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.