all groups > vb.net > july 2003 > threads for july 1 - 7, 2003
Filter by week: 1 2 3 4 5
Preventing Key/Mouse Events from Interruping Processing
Posted by Bill Henning at 7/7/2003 10:43:02 PM
Does anyone know a good method of preventing keyboard and mouse events from
interrupting processing?
My situation is:
1) I need to track and handle all key and mouse events
2) I need to perform processing on certain key/mouse events
3) If key/mouse events interrupt processing, the events shou... more >>
Handling errors from .Net components in VB6 code
Posted by TJoker .NET at 7/7/2003 2:03:36 PM
Hi all.
I'm writing some .net compoents that are also going to be used from vb6
code. Is there a way for me to distinguish all the different types of
exceptions that the .net code my throw ? My .net component can throw a few
different types of exceptions and I need my vb6 code to take action
di... more >>
Inheritance question - I am new to this
Posted by Peter Hamilton at 7/5/2003 8:48:40 AM
I am trying to implement inheritance but I am having a difficult time =
with some concepts.
What I am trying to do is have a Child object inherit from the Parent, =
and when you set a property value at the Parent level, I want all of the =
children to see this change. Likewise, when I set a P... more >>
Overriding ProcessKeyPreview, Enter WM_KEYDOWN...
Posted by Ali Eghtebas at 7/3/2003 9:30:52 PM
Hi,
I have 3 questions regarding the code below:
1) Why can't I trap the KEYDOWN while I can trap KEYUP?
2) Is it correct that I use Return True within the IF-Statement? (I've
already read the documentation but it is rather hard to understand so please
don't refer to it :)
3) Many examples... more >>
BLOB Retrieve and Display problems
Posted by akarchm01_nospam NO[at]SPAM yahoo.com at 7/3/2003 1:22:30 PM
I have extensively searched for a solution. Below is my code that is
contained in an aspx. When my browser hits this aspx, I just get the
standard broken image picture. I know the data is the database is
correct because I have seen another employee retrieve it using Crystal
Reports. Can some... more >>
Re: Problem: public array loses elements (in usercontrol)
Posted by VB Programmer at 7/1/2003 10:14:31 AM
I moved it to a global module and it seems to work now. Hmmm.... Weird.
"VB Programmer" <growNO-SPAM@go-intech.com> wrote in message news:...
> I have a public array (in a usercontrol) defined as:
>
> Public arrWebServers(0) As WebServers
>
> ' FYI:
> Public Structure WebServers
> Frie... more >>
|