Click here to Skip to main content
15,914,780 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: VB6 COM application calling WCF Pin
Mycroft Holmes16-Oct-09 23:32
professionalMycroft Holmes16-Oct-09 23:32 
QuestionCopying selected text portion as image!!!! Pin
mailtosanjeev.jha15-Oct-09 20:01
mailtosanjeev.jha15-Oct-09 20:01 
AnswerRe: Copying selected text portion as image!!!! Pin
Eddy Vluggen16-Oct-09 3:50
professionalEddy Vluggen16-Oct-09 3:50 
QuestionVBSCRIPT Pin
darrinjowen15-Oct-09 18:54
darrinjowen15-Oct-09 18:54 
AnswerRe: VBSCRIPT Pin
Ashfield15-Oct-09 21:35
Ashfield15-Oct-09 21:35 
QuestionVBSCRIPT Pin
darrinjowen15-Oct-09 18:35
darrinjowen15-Oct-09 18:35 
QuestionListbox SelectedIndexChanged event fires when selected item is clicked Pin
miwtech15-Oct-09 14:24
miwtech15-Oct-09 14:24 
AnswerRe: Listbox SelectedIndexChanged event fires when selected item is clicked Pin
Luc Pattyn15-Oct-09 14:38
sitebuilderLuc Pattyn15-Oct-09 14:38 
miwtech wrote:
Is there a way to prevent this from happening?


I don't think so.

Several WinForms Controls have a XxxChanged event that fires somewhat more frequently than one could hope for.

Most often executing an event handler should not cause side effects, so all that is wrong with it is it wastes some CPU cycles, and possibly causes additional screen flicker by Controls being repainted (assuming some properties get changed inside the XxxChanged handler and doublebuffering isn't used). In rare occasions, side effects might occur; to avoid these one should remember and compare the current and the previous state, and only act on a real change.

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

Local announcement (Antwerp region): Lange Wapper? Neen!


AnswerRe: Listbox SelectedIndexChanged event fires when selected item is clicked Pin
Mycroft Holmes15-Oct-09 20:00
professionalMycroft Holmes15-Oct-09 20:00 
QuestionObtaining Aggregate information from elements within a dataset Pin
Curtbroo15-Oct-09 8:04
Curtbroo15-Oct-09 8:04 
AnswerRe: Obtaining Aggregate information from elements within a dataset Pin
Curtbroo19-Oct-09 9:45
Curtbroo19-Oct-09 9:45 
Question64base string to image conversion and imagelist problem Pin
Erwin Wolff15-Oct-09 5:23
Erwin Wolff15-Oct-09 5:23 
AnswerRe: 64base string to image conversion and imagelist problem Pin
Luc Pattyn15-Oct-09 5:47
sitebuilderLuc Pattyn15-Oct-09 5:47 
GeneralRe: 64base string to image conversion and imagelist problem Pin
Erwin Wolff15-Oct-09 6:04
Erwin Wolff15-Oct-09 6:04 
AnswerRe: 64base string to image conversion and imagelist problem Pin
Erwin Wolff15-Oct-09 15:12
Erwin Wolff15-Oct-09 15:12 
QuestionFile sharing Pin
offroaderdan15-Oct-09 4:16
offroaderdan15-Oct-09 4:16 
AnswerRe: File sharing Pin
vaghelabhavesh15-Oct-09 4:21
vaghelabhavesh15-Oct-09 4:21 
GeneralRe: File sharing Pin
offroaderdan15-Oct-09 4:34
offroaderdan15-Oct-09 4:34 
AnswerRe: File sharing Pin
Kschuler15-Oct-09 4:40
Kschuler15-Oct-09 4:40 
GeneralRe: File sharing Pin
offroaderdan15-Oct-09 4:47
offroaderdan15-Oct-09 4:47 
GeneralRe: File sharing Pin
Kschuler15-Oct-09 4:51
Kschuler15-Oct-09 4:51 
GeneralRe: File sharing Pin
offroaderdan15-Oct-09 5:35
offroaderdan15-Oct-09 5:35 
GeneralRe: File sharing Pin
Kschuler15-Oct-09 5:43
Kschuler15-Oct-09 5:43 
GeneralRe: File sharing Pin
offroaderdan15-Oct-09 7:02
offroaderdan15-Oct-09 7:02 
QuestionHow to show the selection red Rectangle using modi object!!!! If any one can help me!!! Pin
mailtosanjeev.jha15-Oct-09 3:15
mailtosanjeev.jha15-Oct-09 3:15 

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.