| Thread | Last Post | Replies |
|
| Graphics | 20 Dec 2005 14:59 GMT | 6 |
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 efficient | 20 Dec 2005 14:54 GMT | 13 |
Hello, Is this code efficient? public static string HTML_FASE1_OTROS_GENERAL = " <table id='tFase1' cellspacing='0' cellpadding='0' width='800' >" + " <tr>" +
|
| Beginner design question | 20 Dec 2005 14:47 GMT | 2 |
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 area | 20 Dec 2005 14:43 GMT | 5 |
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 invocation | 20 Dec 2005 14:29 GMT | 1 |
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 pc | 20 Dec 2005 14:07 GMT | 2 |
Can any one give me an example code for turning on and off WLAN on pocket pc? Thanks, Jorge
|
| Need Help | 20 Dec 2005 14:04 GMT | 2 |
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 connection | 20 Dec 2005 13:55 GMT | 1 |
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 Exceptions | 20 Dec 2005 13:43 GMT | 1 |
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 explorer | 20 Dec 2005 13:40 GMT | 1 |
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 string | 20 Dec 2005 12:33 GMT | 1 |
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 GMT | 2 |
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 termination | 20 Dec 2005 11:03 GMT | 3 |
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 Undo | 20 Dec 2005 11:01 GMT | 10 |
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 constructor | 20 Dec 2005 10:42 GMT | 1 |
I am facing a strange problem, please take a look at the code below: public SaveTree() { .......
|