Click here to Skip to main content
15,887,214 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to Inverse a Matrix in VBA ? Pin
Luc Pattyn11-Jul-12 4:42
sitebuilderLuc Pattyn11-Jul-12 4:42 
Generaltask manager Pin
aliali7410-Jul-12 8:14
aliali7410-Jul-12 8:14 
GeneralRe: task manager Pin
Dave Kreskowiak10-Jul-12 8:22
mveDave Kreskowiak10-Jul-12 8:22 
GeneralRe: task manager Pin
Wes Aday10-Jul-12 9:35
professionalWes Aday10-Jul-12 9:35 
QuestionProperty changed event in standard control Pin
908236510-Jul-12 6:28
908236510-Jul-12 6:28 
AnswerRe: Property changed event in standard control Pin
Sonhospa10-Jul-12 8:11
Sonhospa10-Jul-12 8:11 
AnswerRe: Property changed event in standard control Pin
Eddy Vluggen10-Jul-12 9:18
professionalEddy Vluggen10-Jul-12 9:18 
GeneralRe: Property changed event in standard control Pin
908236511-Jul-12 9:03
908236511-Jul-12 9:03 
Thanks for the suggestions guys but neither really fits the bill. I could possibly write extension methods for all the possible ways that the number of items in a List Box and set off an event in each one but that seems rather cumbersome and subject to possible errors. Extender Provider adds properties to controls but I don't need another property, I need to monitor an existing one.

The intention is to have an event trigger every time that the count of list items changes for any reason. Such an event could be used to warn when a list of attendees becomes oversubscribed, for example. Now clearly it is possible to monitor the ListBox.Count property using a timer, for example, which probably is more than good enough for nearly all uses. I just wondered whether it was possible to raise an event directly. Guess the answer's, not.
GeneralRe: Property changed event in standard control Pin
Dave Kreskowiak11-Jul-12 9:11
mveDave Kreskowiak11-Jul-12 9:11 
GeneralRe: Property changed event in standard control Pin
908236511-Jul-12 11:52
908236511-Jul-12 11:52 
GeneralRe: Property changed event in standard control Pin
_obi_1-Aug-12 7:31
_obi_1-Aug-12 7:31 
QuestionHelo Guys i need your help Pls Pin
samfrancis10-Jul-12 1:18
samfrancis10-Jul-12 1:18 
AnswerRe: Helo Guys i need your help Pls Pin
Nick Otten10-Jul-12 2:36
Nick Otten10-Jul-12 2:36 
AnswerRe: Helo Guys i need your help Pls Pin
Wes Aday10-Jul-12 2:56
professionalWes Aday10-Jul-12 2:56 
AnswerRe: Helo Guys i need your help Pls Pin
Sonhospa10-Jul-12 8:26
Sonhospa10-Jul-12 8:26 
Questionadministrator privilage Pin
info4shajeer9-Jul-12 22:58
info4shajeer9-Jul-12 22:58 
AnswerRe: administrator privilage Pin
Richard MacCutchan9-Jul-12 23:15
mveRichard MacCutchan9-Jul-12 23:15 
GeneralRe: administrator privilage Pin
info4shajeer2-Aug-12 9:45
info4shajeer2-Aug-12 9:45 
Questioncpp code convert to visual basic 6 Pin
densti9-Jul-12 16:50
densti9-Jul-12 16:50 
AnswerRe: cpp code convert to visual basic 6 Pin
Midnight Ahri9-Jul-12 19:01
Midnight Ahri9-Jul-12 19:01 
AnswerRe: cpp code convert to visual basic 6 Pin
Eddy Vluggen10-Jul-12 0:35
professionalEddy Vluggen10-Jul-12 0:35 
AnswerRe: cpp code convert to visual basic 6 Pin
shubham salwan12-Jul-12 18:21
shubham salwan12-Jul-12 18:21 
QuestionRuntime error debugging Pin
Gagnon Claude9-Jul-12 16:08
Gagnon Claude9-Jul-12 16:08 
AnswerRe: Runtime error debugging Pin
Nick Otten9-Jul-12 20:36
Nick Otten9-Jul-12 20:36 
AnswerRe: Runtime error debugging Pin
Eddy Vluggen10-Jul-12 0:40
professionalEddy Vluggen10-Jul-12 0:40 

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.