| Thread | Last Post | Replies |
|
| RTF generator | 22 Mar 2006 11:58 GMT | 7 |
Anyone knows if there is any free or comercial RTF generator/writer for C#? I want to generate RTF files with text, tables and probably other things too. regards
|
| Can't reference classes within a class | 22 Mar 2006 11:54 GMT | 3 |
I have a dataclass that was created by a code generator. A snippit of its output is as follows: namespace SoftwareAG.EntireX.NETWrapper.Generated.laf801n1.Groups {
|
| method allias | 22 Mar 2006 11:51 GMT | 5 |
hy, i m looking for define a method alias in c# RTrim and LTrim doesnt exists... and we need to use TrimStart TrimEnd so.... how define a alias
|
| C# code needed to open the windows "Open with" dialog | 22 Mar 2006 10:45 GMT | 1 |
I need C# code needed to open the windows "Open with" dialog Regards, Shilpa
|
| Form Focus Problem | 22 Mar 2006 10:20 GMT | 2 |
i m having a problem getting the focus on the form, i m starting two form one after another, here is the sequence. first is splash second is dialog taking values main()
|
| strategy of migration to VS 2005 | 22 Mar 2006 10:16 GMT | 8 |
i have like tasks to migrate an applcation (a great application , so many packages and much design) coding in C#1.1, and i have ti migrate it in C#2.0 (VS 2005), i hope so for help to doing a strategy and how i can doing this work,
|
| Displaying an image url in c# | 22 Mar 2006 09:00 GMT | 3 |
I have an image url (eg:http://myimages.com/pic1.jpg) Now i want to display the above image in a C# windows form. Which control should i use? i am using VS .NET 2003.
|
| Unicode character conversation | 22 Mar 2006 08:18 GMT | 4 |
I need to convert a unicode string to ASCII. I can simply use getbytes method to do that but i would use some characters since Unicode is 16bit. But i thought there might be some way to convert characters like "ü"
|
| Converting string to date time | 22 Mar 2006 08:15 GMT | 14 |
I'm trying to convert a string to a date time in a C# web service. I'm passing in a string parameter and I have a localization setting in my Web.config file: My app is blowing up on the first line here, with a"Value does not fall
|
| are System.Data.SqlClient.SqlConnection thread safe? can many threads share a System.Data.SqlClient.SqlConnection instance without any synchronization? | 22 Mar 2006 07:34 GMT | 1 |
are System.Data.SqlClient.SqlConnection thread safe? can many threads share a System.Data.SqlClient.SqlConnection instance without any synchronization?
|
| C# webform doesn't update immediately | 22 Mar 2006 07:32 GMT | 1 |
I've modified some C# .aspx file, but in the IE6 browser, that .aspx shows up just as before it was changed. How do I fix this problem. Thanks for help.
|
| where can I download Managed Spy | 22 Mar 2006 07:15 GMT | 2 |
It is said a new tool http://msdn.microsoft.com/msdnmag/issues/06/04/ManagedSpy/ to use as Spy++ in .net, is there anyone can give me a download link? Tanks
|
| The mechanics of vs2005 projects | 22 Mar 2006 07:11 GMT | 2 |
Hello, I work with a vs2005 solution that has about 10 pretty heavy duty projects. All projects have dependencies among themselves via project references (as opposed to DLL references). As you can imagine vs2005 takes its sweet time when I press the run/debug button.
|
| Help Needed! Really Stuck. C# dvents & null delegates | 22 Mar 2006 06:53 GMT | 7 |
i know there is a lot of code and ive reduced it as much as i could, its a bit much to ask but i am really stuck! i've been at this for a week! this is converted from vb to c# and something has gone wrong with the events as the original code used
|
| Identify a file type and open a file | 22 Mar 2006 06:48 GMT | 3 |
I want to write C# code to identify a file type and open the file in the associated editor. For example, text files should be identified and opened in notepad, html should be opened in internet explorer/netscape/mozilla.
|