Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / December 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Graphics20 Dec 2005 14:59 GMT6
I'm trying to get a color value and adjust it by xx% (darken or lighten
the color)
Is there any build in classes for this like:
Color NewColor = AdjustColor(Color.Red, -10%);
This code is efficient20 Dec 2005 14:54 GMT13
Hello, Is this code efficient?
public static string HTML_FASE1_OTROS_GENERAL =
"    <table id='tFase1' cellspacing='0' cellpadding='0' width='800' >" +
"        <tr>" +
Beginner design question20 Dec 2005 14:47 GMT2
I'm curious how others would deal with something I'm building.
The app itself is a form of diary; it allows the organisation of diary
entries and a number of other data types.
Each diary entry is listed under its title, and double clicking brings
Copy a screen area20 Dec 2005 14:43 GMT5
How I can copy an screen area (in C# Pocket PC) in order to modify and then
to restore de original content ?
Thanks in advance.
Overhead base class versus derived class method invocation20 Dec 2005 14:29 GMT1
I want to know incase there is any performance difference or overhead
in calling a base class method and a derived class method.
Basically I am talking about simple method that is not overridden nor
virtual. If I declare a method in the base class say M1() and another
pocket pc20 Dec 2005 14:07 GMT2
Can any one give me an example code for turning on and off WLAN on pocket
pc?
Thanks,
Jorge
Need Help20 Dec 2005 14:04 GMT2
in C#.net what is the equivalent function or anything for Redim preserve
statement
or can any one tell me the equivalent code for follwoing vb.net code.
(db is the object for database.vb class )
Asynchronous connection / normal connection20 Dec 2005 13:55 GMT1
I would like to ask you what is the difference in creating both kinds
of connections.
What are advantages and disadvantages?
Is there a rule saying that  in some cases we should send data
Global Catching of All Unhandled Exceptions20 Dec 2005 13:43 GMT1
Hello.  I was wondering if its possible?  Basically my program has a ThreadPool and that ThreadPool
works on many different methods.  Its very important to me that no pop up's ever occur; I have a
"try/catch" block around my main but any exception that the ThreadPool creates ...
Creating custom toolbar for Internet explorer20 Dec 2005 13:40 GMT1
I want to create a custom toolbar which will have controls like drop down,
push buttons etc. I have to do it in C#. I have never done it before. Can
anybody give me the direction in this regard.
Thanks in advance.
String vs string20 Dec 2005 12:33 GMT1
does anybody knows the difference between String( object) to
string(primitive)?
Regards
shayke
Play .wav file then move to next window (ASAP please)20 Dec 2005 11:39 GMT2
I recently came across some code to help play .wav;
http://www.codeguru.com/Csharp/Csharp/cs_graphics/sound/article.php/c6143/
and while I got this to work in a stand-alone application, I have been
unable to make it work in a bigger one.
DLL Hell - graceful handling/application termination20 Dec 2005 11:03 GMT3
I am writing a (unmanaged) Win32 DLL. I want to be able to handle any
SEGVs (segmentation violations) gracefully, by using an error handler of
sorts.
Currently, if a user of my DLL (typically a VB programmer) passes a null
Validation and Undo20 Dec 2005 11:01 GMT10
General question about how WinForms handles undoing a change during a
control's validation, if it does at all.
After a change to a control's value, if the data is determined to be
invalid, then in the control's Validating event handler, setting e.Cancel =
Getting TargetInvocationException when calling a virtual function from a constructor20 Dec 2005 10:42 GMT1
I am facing a strange problem, please take a look at the code below:
public SaveTree()
{
.......
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.