| Thread | Last Post | Replies |
|
| Round to next value | 26 Aug 2007 17:49 GMT | 4 |
I want to ROUND the value if it is .5 or more to next integer. I am using like this: adAmount = Math.Round((basicPay * PerOrAmount) / 100, 0); But it is not doing correctly. Suppose of adAmount = 132.5, it will
|
| Very strange behaviour, can't cast to Object! | 26 Aug 2007 16:37 GMT | 5 |
I'm getting a very strange behaviour while running a project I've done.... Let's expose it: I've two projects. Both of them use a Form to do some Gui stuff. Other threads pack up messages this way like: public class UiMsg
|
| Obtaining the index of an array item from inside an event | 26 Aug 2007 05:46 GMT | 7 |
Quick Question Seems to be an easy task, but apparently I'm not very bright. I have an array of checkboxes, created at runtime and inserted in a panel. Upon creation, they're each attached to the same CheckChanged event. Within this event, how do I know the index of the
|
| cache question | 26 Aug 2007 02:04 GMT | 2 |
What is the difference between putting an object into the cache this way
Cache["ObjName"] and this way :
|
| Let's Unite Against Jews and Mongrels! | 26 Aug 2007 01:55 GMT | 1 |
Rise up and shine, white sons and daughters Rise up and shine, you gotta fight to part those waters When we swim in the light, all will be okay The black, yellow and brown man will wash away.
|
| Basic math Q: how do I make a number-generation function that is biased toward a specified numeric value | 26 Aug 2007 01:03 GMT | 13 |
I have written a simple function that attempts to set the angle of objects so as to place them in aesthetically appealing ways. The code follows; there is some stupidness in it (e.g. a test for meaningless <=180 as a boolean test). The function is designed to return values that ...
|
| Read text file to Temp file and apply formating and color changes | 26 Aug 2007 00:48 GMT | 14 |
I want to open a text file and format it into a specific line and then apply color to a specific location of the text and then display it in a RichTextBox after all of this is done. I can do all of the above after the file is loaded into the RichTextBox, and
|
| log4net question | 26 Aug 2007 00:16 GMT | 2 |
I know this isn't the log4net support mailing list, but I was hoping someone could give me a quick hand with this. I just don't like the idea of subscribing to a mailing list to ask a single question, have to filter through all the stuff I don't care about and then unsubscribe ...
|
| parameterized datetime query | 25 Aug 2007 21:29 GMT | 3 |
I want to know how can i query from sql server date field without the time? i mean if i have the following dates: 8/22/2007 12:00:00 AM 8/22/2007 12:23:00 AM
|
| SqlClient and System.TypeInitializationException - Real Head Scratcher | 25 Aug 2007 19:53 GMT | 3 |
I solved this, but would appreciate an explanation if one is to be had...this seems like a real WTF to me (sorry, I'm particularly put out right now). Please note 2 questions following the explanation of the issue:
|
| Plotting a graph | 25 Aug 2007 19:05 GMT | 8 |
Having plotted a graph from x,y co-ordinate to x,y co-ordinate, the graph disappears immediately (after the last plot). Writing " " to a label, in between subsequent plots, solves this problem. Could someone please shed some light on the cause of this?
|
| first message by me | 25 Aug 2007 13:41 GMT | 1 |
Hello [color=#006699:dc61d80649]This is [/color:dc61d80649] a good [color=#006699:dc61d80649]site for this[/color:dc61d80649]
|
| dll referance | 25 Aug 2007 12:43 GMT | 1 |
Is .net 2 dll can refer in .net 1.1 application.???
|
| is it possible to change fonts in a graphics drawstirng? | 25 Aug 2007 06:00 GMT | 5 |
hey, I want to draw one thing, then dynamically change fonts to a different font in the same string. can I do that?? any help ?? it needs to be using "Graphics.Drawstring" method myactual problem is that I want to put certain, small writing underneath
|
| Exception List | 25 Aug 2007 05:56 GMT | 3 |
I see exceptions in lots of different namespaces. Is there a complete list somewhere of all the exceptions from all the different namespaces? Thanks.
|