| Thread | Last Post | Replies |
|
| [WPF] data binding and SetValue() | 16 Jun 2007 16:08 GMT | 2 |
I have a color chooser class class ColorPicker : Control { public byte R { get; set; }
|
| ArrayList Class Vs. List Generic Class | 16 Jun 2007 12:29 GMT | 2 |
I need an array of objects. I am considering using either ArrayList Class or List Generic Class. Any guidelins regarding when to use one or the other? Thanks
|
| Programming for multiple monitors | 16 Jun 2007 10:06 GMT | 3 |
I'm testing some 3rd-party software and I noticed that the application doesn't remember which monitor it was last running on and always opens on my primary monitor. This got me thinking that if I were ever to write an app for widespread distribution, I'd want to go the extra mile ...
|
| image (bmp) to PCL | 16 Jun 2007 06:07 GMT | 2 |
We are trying to convert an image into a PCL format but unfortanately our efforts are not paying off. The reason for this conversion is because we would like to print on a continuous paper (on dot matrix printers) but if we send the data directly the printer does not recognize ...
|
| regex help | 16 Jun 2007 04:32 GMT | 1 |
i need a regular expression which would match the exact word in a given string. for ex my input is as below and my pattern is .ocx
|
| Urgent! code prob writing to XML file | 15 Jun 2007 23:32 GMT | 5 |
I have an aspx for with a textbox and a button. The goal is to simply have the user type a message, hit the button and it should append to the XML file. I can open the aspx in the browser with no problem, but the XML file does not get updated. What's wrong with this code?
|
| Question about BeginInvoke. | 15 Jun 2007 22:15 GMT | 3 |
I don't understand why the order of events happening here is predictable. Let's say I have a base class user control with a 'Load' event handler and a sub:
|
| XAML and binding problem | 15 Jun 2007 14:43 GMT | 5 |
I'm trying to create a subclass of Slider which slide from one color to the next and has a gradient brush background. The C# code has 2 new properties: StartColor, EndColor The XAML code is the following:
|
| Invoke a remote button on a web page | 15 Jun 2007 12:25 GMT | 2 |
I have a very urgent requirement if somebody can help!!!!!!!!!!!!!!!!!!!!!! i have a requirement to upload a file through a remote web page. Speaking more clearly i have a excel addin that will pick some values
|
| Visible Property automatically getting to false even i set to true ? | 15 Jun 2007 12:17 GMT | 2 |
Visible property automatically getting to false even i set to true.. what could be the problem. its often happening. Thanks & Regards, Srinivasan.K
|
| ODBC and C# Express edition | 15 Jun 2007 11:29 GMT | 1 |
I have some paradox db's i need to connect to. I have figured out that i can do this using ODBC, however C# Express edition does not support this connectivity easily and must be done programmatically. I have a class to do this:
|
| What Event Occurs When Someone Leaves Your Web Site? | 15 Jun 2007 11:04 GMT | 2 |
I need to ensure that session variables are removed whenever someone leaves my web site. My understanding is that this should be happening automatically with the session mode set to InProc. But it's not. Every machine I'm testing this on does the same thing, but then again, ...
|
| Change framework language | 15 Jun 2007 09:01 GMT | 3 |
I need to change which language the .NET framework exception messages is displayed in. I'm using Windows Vista Business with danish as UI language. This means that the exception messages gets translated into danish = completely useless and often very hard to make sense of...
|
| How to install dotnet.framework for a limited user account in Windows | 15 Jun 2007 08:01 GMT | 1 |
Is it poossible to install dotnet.framework for a limited user account in Windows XP? Thanks!!!
|
| Create a tab delimited text file | 15 Jun 2007 07:40 GMT | 2 |
I have two coloumns in a excel worksheet where the first coloumn is a header and the second coloumn is a corresponding value. Also i have a text file That contains header and values in a tabdelimited format. Now the requirement is like I have to compare the Headers in excel
|