Is it true to say that setting up a three tier application
can be accomplished by either setting up a COM+ service as the 'business logic' middle tier or by setting up an XML web service to handle the 'business logic'?.
Once you have passed enougth exams to become an MCAD, MCSE,
MCSA etc. do you get a physical certificate in the mail or are you supposed to just use the online transcript?
Good idea but not the answer.
I checked the form properties and the CausesValidation was indeed true for the form. But even with it set to False I still get the same problem.
its a frustrating little problem.
I've been reading up on how to use validation on forms.
I need to validate a field has been filled in so I have
used the 'Validating' event that is called just before my form textbox loses focus.
If the field is blank, the focus stays on the textbox and an
appropriate error message is...
I have two questions about Keyup purely out of curiosity
and a bit of frustration after not being able to figure a few things out.
On a Keyup event you can grab the value of the key pressed
by Referring to the KeyEventArg :-
MessageBox.Show("The key pressed is " & e.KeyData)
The e.KeyData...
I have a panel on a form containing various controls.
If I want to set all controls in the panel to a
certain set of characteristics, I can code the following:-
Dim conMyControl As Control
For Each conMyControl In MyPanel.Controls
conMyControl.ForeColor = Color.Blue...
Well of course I'd thought about it and I do find it difficult.
With regards to your 'print' property, I think you are looking at the wrong example entirely. I am refering to pages 180 and 181. This deals with a Name property.
Taking the case you describe, I would expect to see one derived...
I have come across an example in the Wrox book, 'Professional VB.Net 2003' I don't understand.
It describes a way in which a property can be overloaded and overriden at the same time from a base class.
This as a concept is difficult for me to grasp as overloading and overriding are to me, very...
I am trying to make sense of the new VB.Net suite after using VB6 for some time. I have just tried an example from a Wrox book that works fine but I can’t quite understand. The example is shown below.
What I don’t understand is the line:-
objSubFolders = New...
Is there a definitive Network+ source of information?
I have referenced three sources and ended up with two different methodologies for trouble shooting a network problem.
Transcender says:-
Identify Problem
Recreate Problem
Define Probable Cause
Define Correction Plan
Implement Correction...
We have a small network and I am looking into increasing performance. One possibility is using a switch.
I just need to make sure my understanding of a switch is accurate.
Does a switch merely service the segment it is connected too? In other words, does it improve performance by increasing...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.