Click here to Skip to main content
15,917,060 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionRe: Web Browser Control help. Pin
thebiostyle7-Nov-09 10:42
thebiostyle7-Nov-09 10:42 
AnswerRe: Web Browser Control help. Pin
Luc Pattyn7-Nov-09 10:58
sitebuilderLuc Pattyn7-Nov-09 10:58 
GeneralRe: Web Browser Control help. Pin
thebiostyle7-Nov-09 11:08
thebiostyle7-Nov-09 11:08 
GeneralRe: Web Browser Control help. Pin
Luc Pattyn7-Nov-09 11:18
sitebuilderLuc Pattyn7-Nov-09 11:18 
GeneralRe: Web Browser Control help. Pin
thebiostyle7-Nov-09 11:25
thebiostyle7-Nov-09 11:25 
GeneralRe: Web Browser Control help. Pin
Luc Pattyn7-Nov-09 11:58
sitebuilderLuc Pattyn7-Nov-09 11:58 
GeneralRe: Web Browser Control help. Pin
thebiostyle7-Nov-09 12:06
thebiostyle7-Nov-09 12:06 
GeneralRe: Web Browser Control help. Pin
Luc Pattyn7-Nov-09 12:26
sitebuilderLuc Pattyn7-Nov-09 12:26 
yes, the TextChanged event would work, however it might hamper the GUI as it would fire on every keystroke; when the web page becomes complex, rendering it might take 100 msec or more and slow down the GUI. If it becomes a nuissance, you might introduce a Windows.Forms.Timer with an Interval of say 300 msec; the Timer should get started or restarted in the TextChanged event, and its Tick handler would stop the timer and copy the text from TB to WB.

The Color.ToArgb() method turns a color into a 32-bit integer; and Int32.ToString("X8") turns a 32-bit integer into an 8-digit hex string.

Smile | :)

Luc Pattyn

I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages


GeneralRe: Web Browser Control help. Pin
thebiostyle7-Nov-09 12:42
thebiostyle7-Nov-09 12:42 
GeneralRe: Web Browser Control help. Pin
thebiostyle7-Nov-09 13:20
thebiostyle7-Nov-09 13:20 
Questionspace in string Pin
ivo756-Nov-09 8:32
ivo756-Nov-09 8:32 
AnswerRe: space in string Pin
Luc Pattyn6-Nov-09 8:59
sitebuilderLuc Pattyn6-Nov-09 8:59 
GeneralRe: space in string Pin
ivo756-Nov-09 10:46
ivo756-Nov-09 10:46 
AnswerRe: space in string Pin
Christian Graus6-Nov-09 11:56
protectorChristian Graus6-Nov-09 11:56 
Questionnini help needed Pin
firefix6-Nov-09 7:16
firefix6-Nov-09 7:16 
QuestionHow to change return value ? [modified] Pin
wgarnett6-Nov-09 5:37
wgarnett6-Nov-09 5:37 
AnswerRe: How to change return value ? Pin
EliottA6-Nov-09 6:59
EliottA6-Nov-09 6:59 
AnswerRe: How to change return value ? Pin
Christian Graus6-Nov-09 11:54
protectorChristian Graus6-Nov-09 11:54 
QuestionLarge size of Excel files Pin
Saurabh_Damle6-Nov-09 1:59
Saurabh_Damle6-Nov-09 1:59 
AnswerRe: Large size of Excel files Pin
DaveAuld6-Nov-09 10:16
professionalDaveAuld6-Nov-09 10:16 
GeneralRe: Large size of Excel files Pin
Saurabh_Damle6-Nov-09 20:42
Saurabh_Damle6-Nov-09 20:42 
GeneralRe: Large size of Excel files Pin
DaveAuld6-Nov-09 21:17
professionalDaveAuld6-Nov-09 21:17 
QuestionUpdate entries in Database Column. Pin
jeshra2796-Nov-09 0:50
jeshra2796-Nov-09 0:50 
QuestionPublish application in start-->program list Pin
vijay24826-Nov-09 0:08
vijay24826-Nov-09 0:08 
QuestionLabel Array HELP Pin
PAguilar095-Nov-09 18:20
PAguilar095-Nov-09 18:20 

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.