Using VS 2008, .NET 3.5, C#, Windows form
I have an app that queries AD (LDAP) on startup. This takes approx 8 seconds. I'd like to pop up a dialog box saying something like "System is loading.....
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23838588.html
I want to have a title for each of my forms that is consistent throughout. And Id like to spiff it up a bit with mixed font and color, if possible. As an example, if the Labels text Property is...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_24046505.htm...
How can I proceduralize a sequence of similar operations.
I have a class called "Employee". Which includes properties of LastName, FirstName, and Address. The Class includes validation for eac...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_24052838.htm...
HI!
I have a destructor in my singelton class that will unregister a tcp channel when the class is destroyed, but I have a few other "objects" in the class that is private fields.
So my quest...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_24600916.html
.Net VB Crystal Reports Passing more than one Pram
I have a report that I need to pass 2 parameters to it.
@form_id as int
@reason as string
I have some code but can't seem to get the 2nd...
http://www.experts-exchange.com/Programming/Languages/.NET/.NET_Framework_3.x/Q_24325476.h...
Hi!
I need some help using events with remoting.
I have a class on the server side that needs to send a message to a client, the problem is that this class(server class) cannot be serialized....
http://www.experts-exchange.com/Programming/Languages/.NET/Q_24789280.html
Hi guys!
How do I listen for the F12 key even when my application is not in foucs?
just using the
protected override void OnKeyUp(KeyEventArgs e)
{
}
only works when...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_24850042.html
Zones:
C#Date Answered: 11/03/2009 Rating: 9.4 Views: 4
Hi!
I need so save the location of my form and get it to work with dual monitors.
It's no problem to save it when using only one monitor but how do I solve it for dual monitors?
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_24870264.html
Zones:
C#Date Answered: 11/05/2009 Rating: 9.6 Views: 6
Hi, I have been tasked with looking into sending an UDP broadcasting message to users on the network when an entry has been entered to a database table (SQL Server 2005).
I am new to this and w...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23774265.htm...
Have a Resource Dictionary:
<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<!-- ...
http://www.experts-exchange.com/Programming/Languages/.NET/.NET_Framework_3.x/Q_23797810.h...