Click here to Skip to main content
15,908,112 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: convertion from image to pdf Pin
albCode27-Oct-06 1:18
albCode27-Oct-06 1:18 
QuestionThe code to explaint voices and imagines throght LAN and wireless Pin
pham quang dan26-Oct-06 22:00
pham quang dan26-Oct-06 22:00 
AnswerRe: The code to explaint voices and imagines throght LAN and wireless Pin
Colin Angus Mackay27-Oct-06 3:30
Colin Angus Mackay27-Oct-06 3:30 
QuestionRadio buttons Pin
Subjugate26-Oct-06 21:32
Subjugate26-Oct-06 21:32 
AnswerRe: Radio buttons Pin
Dave Sexton26-Oct-06 22:13
Dave Sexton26-Oct-06 22:13 
GeneralRe: Radio buttons Pin
Subjugate26-Oct-06 23:13
Subjugate26-Oct-06 23:13 
AnswerRe: Radio buttons -- better answer Pin

MmM.net</

29-Oct-06 3:55

MmM.net</

29-Oct-06 3:55 
QuestionIE Browser control in windows form(vb.net) onBlur event Pin
gspowar26-Oct-06 21:20
gspowar26-Oct-06 21:20 
I have windows form (vb.net) in which i have webbrowser control. Now when i open up some web site at runtime in that form, i need to capture the onblur and onfocus events of my input boxes on an html form and perform custom external handling in my vb.net application. I have been able to successfully hook up a handler to the 'onclick' event, but the 'onblur' events are not working. Can anybody please tell me why is it happening?

i have picked up an input box and then attaching an evenhandler using

AddHandler CType(txt, mshtml.HTMLInputTextElementEvents2_Event).onblur, AddressOf Me.txt2_HTMLInputTextElementEvents_Event_onblur

and the correspoding handler is like this.

Private Sub txt2_HTMLInputTextElementEvents_Event_onblur(ByVal pEvtObj As mshtml.IHTMLEventObj)
.....................
........some code will go here .......
.....................
End Sub

QuestionFormatting Virtual Memory Display Pin
db_cooper195026-Oct-06 18:44
db_cooper195026-Oct-06 18:44 
AnswerRe: Formatting Virtual Memory Display Pin
Dave Kreskowiak27-Oct-06 5:25
mveDave Kreskowiak27-Oct-06 5:25 
GeneralRe: Formatting Virtual Memory Display Pin
db_cooper195027-Oct-06 5:52
db_cooper195027-Oct-06 5:52 
GeneralRe: Formatting Virtual Memory Display Pin
Dave Kreskowiak27-Oct-06 5:58
mveDave Kreskowiak27-Oct-06 5:58 
GeneralRe: Formatting Virtual Memory Display Pin
db_cooper195027-Oct-06 6:15
db_cooper195027-Oct-06 6:15 
GeneralRe: Formatting Virtual Memory Display Pin
Dave Kreskowiak27-Oct-06 6:23
mveDave Kreskowiak27-Oct-06 6:23 
GeneralRe: Formatting Virtual Memory Display Pin
db_cooper195027-Oct-06 6:37
db_cooper195027-Oct-06 6:37 
GeneralRe: Formatting Virtual Memory Display Pin
Dave Kreskowiak27-Oct-06 7:20
mveDave Kreskowiak27-Oct-06 7:20 
GeneralRe: Formatting Virtual Memory Display Pin
db_cooper195027-Oct-06 7:36
db_cooper195027-Oct-06 7:36 
GeneralRe: Formatting Virtual Memory Display Pin
Dave Kreskowiak27-Oct-06 8:40
mveDave Kreskowiak27-Oct-06 8:40 
GeneralRe: Formatting Virtual Memory Display Pin
db_cooper195027-Oct-06 8:58
db_cooper195027-Oct-06 8:58 
QuestionShow Data in Hierarcal Structure in .net control with multiple textboxes associated with each node.. [modified] Pin
TC2826-Oct-06 18:35
TC2826-Oct-06 18:35 
AnswerRe: Show Data in Hierarcal Structure in .net control with multiple textboxes associated with each node.. Pin
Dave Sexton26-Oct-06 22:16
Dave Sexton26-Oct-06 22:16 
GeneralRe: Show Data in Hierarcal Structure in .net control with multiple textboxes associated with each node.. Pin
TC2827-Oct-06 3:10
TC2827-Oct-06 3:10 
AnswerMessage Removed Pin
27-Oct-06 4:33
Costica U27-Oct-06 4:33 
QuestionRe: Show Data in Hierarcal Structure in .net control with multiple textboxes associated with each node.. Pin
TC2827-Oct-06 18:03
TC2827-Oct-06 18:03 
QuestionHow to create setup for VB and crystal report appl [modified] Pin
Software_Guy_12326-Oct-06 18:33
Software_Guy_12326-Oct-06 18:33 

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.