| Thread | Last Post | Replies |
|
| Progromaticly build OnClientClick | 22 Jul 2008 17:56 GMT | 1 |
Here's my code snippet: protected void Page_Load(object sender, EventArgs e) { Page.RegisterStartupScript("SetFocus",
|
| Override add on bindinglist | 22 Jul 2008 16:50 GMT | 2 |
Good morning, I have a bindinglist of my custom objects and need to check, before adding items, if an item exists in list and then cancel inserting. I have tried to create an object that inherits from
|
| Figure out disk space for all local drives. | 22 Jul 2008 16:49 GMT | 1 |
How can I get the disk space for all of the local hard drives? TIA - Jeff.
|
| Windows Mobile | 22 Jul 2008 16:20 GMT | 1 |
How to post questions about Managed Development on the Mobile SDK? I want to change the default lock / unlock screen of my PPC device. How to do this?
|
| converting to hours (time) from kilobytes streamed? | 22 Jul 2008 14:26 GMT | 2 |
Could somebody provide me with a formula (or, better, a code example) for converting kilobytes to hours (or, time) from the server? Thanks.
|
| Monitor Battery Status | 22 Jul 2008 14:23 GMT | 1 |
Could someone please help me with writing codes for check the battery status of windows mobile device using C#? Thanks,
|
| Delegates are useful, and here is why (sample program) | 22 Jul 2008 14:20 GMT | 74 |
They usually don't teach you in most textbooks I've seen that delegates can be used to call class methods from classes that are 'unaware' of the delegate, so long as the class has the same signature for the method (i.e., as below, int Square (int)).
|
| timer, threading and appDomain ... complicated question | 22 Jul 2008 14:12 GMT | 2 |
I have some trouble with threading and AppDomain ... :-(( Within a MDI Container Form, I am loading a assembly into a AppDomain like this: "System.AppDomain local_AppDomainPlugIn =
|
| Crystal Reports and C# - Application Deployment | 22 Jul 2008 13:53 GMT | 7 |
Hey Guys, I'm totally flipping out. I developed an application which makes use of the built in Visual Studio 2005 Crystal Reports components. I have references on my solution which state:
|
| Hello All | 22 Jul 2008 08:30 GMT | 1 |
it is urgent questin.. Pls need help we wrote a lot of dll which was been using by an windows service.And we make some revision some of them.And then build them..and deploy to the location.But some properties seen as methods for example. In code domain there is a
|
| URGENT * PLEASE - problem when sending mail - C# - Framework 1.1 | 22 Jul 2008 07:55 GMT | 2 |
Hey all, I have a URGENT problem and I hope someone could help me... scenery: I have a windows app, coded using C# (framework 1.1 - VS2003)... The
|
| try/catch/finally | 22 Jul 2008 05:58 GMT | 1 |
If I have something like: StreamReader fin = null; try {
|
| Translucent form, opaque text. | 22 Jul 2008 02:35 GMT | 3 |
As far as I know if I change the form's opacity, every control on the form also inherits that opacity. But in many real applications (not application programs), we see opaque text (100% opacity) on a traslucent background, for example text messages on TV. Or look at the
|
| What do you look for in code review? | 22 Jul 2008 02:22 GMT | 4 |
On the coding practice side proper exception handling/logging will be on the top of my list, followed by (in no specific order) null checking, use of enumeration instead of return code, functions that do way too much, ....
|
| Interface between libraries | 22 Jul 2008 02:17 GMT | 2 |
I build a library and I want to let other developers to add some features to my library. For example, I want to provide an interface or abstract class (?) like this: interface IExample
|