Hello,
I want to allow users to resize buttons as they wish at runtime. Is this possible?
I have my windows form with a few buttons, but can't see how to enable resizing.
please help!
Th...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23027506.html
Zones:
.NETDate Answered: 12/18/2007 Grade: A Views: 0
This is a dumb question, but am taking over a legacy project and the previoud developer used Trace.WriteLine frequently - what is the purpose behidn it and where are the results stored/how do I acc...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23104892.html
I am building a form to input payment information. I would like a facility to add additional form fields(a row of input or select fields) on the click of a button and then refer to them within a C#...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23110596.html
i'm using WebClient and DownloadFileAsync to download files. I'm looping thru a file listing, and calling "DownloadFileAsync(url, file)" each time thru the loop. I have it wired to events which upd...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23113757.html
Is it possible to have a client side event trigger an UpdatePanel to postback? What i am trying to do is type text into a text box and use that text to filter some results.
As i understand it...
http://www.experts-exchange.com/Programming/Languages/.NET/.NET_Framework_2.0/Q_23128438.h...
Hi folks,
I am passing to my GridView a List of Users (IList<User>). My class is something like that:
class User {
private string name;
private Area ar;
// getters and setters
}
I wan...
http://www.experts-exchange.com/Microsoft/Development/.NET/Q_23145953.html
I've recently started learning .net. Doing some exercises I've found and did a few simple tutorials. I'm now however trying to create a bank type system. I have to create two different accounts. Fo...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23161004.html
Zones:
.NETDate Answered: 03/03/2008 Grade: A Views: 0
What are groupboxes and panels used for in .NET Windows Form Application?
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23167765.html
Zones:
.NET,
C#Date Answered: 02/15/2008 Grade: A Views: 0
How can I link a button to a webpage?
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23199563.html
Using the following XML document:- <ModuleQuestions>
- <mt_Module mt_ModuleID="1">
- <mt_Question mt_QuestionID="1">
<mt_Answer mt_AnswerID="1" />
</mt_Question>
- <mt_Question mt_Questio...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23229...