| Thread | Last Post | Replies |
|
| Why use a delegate | 07 Dec 2006 19:55 GMT | 3 |
Following on from a previous thread in which types were discussed. I was interested to read more about these differeent types. I started by trying to learn about the delegate type, of which I had never seen before.
|
| Custom Menus | 07 Dec 2006 19:28 GMT | 3 |
I'm new to C# programming and would like to create a menu strip at form-load, based on the results of a SQL query. The function would create a menu depending on user rights. Do you have any article where I can learn about Menustip hierarchy, MenuStrip, ToolStrip,
|
| No web app support on Vista? | 07 Dec 2006 19:12 GMT | 1 |
Has any one been able to successfully install Web Application support for VS.NET 2005 on Vista: http://www.microsoft.com/downloads/details.aspx?familyid=8B05EE00-955... The upate installs but the ASP.NET web application project never shows
|
| Crystal Reports are not opening | 07 Dec 2006 19:00 GMT | 1 |
In my project i have used crystal reports (Vs 2003). When i am running my project in a system with only frame work it was giving error " Invalid code Keycodev2.dll". Its very urgent. Any body know about this. Any help in this area will be very help ful for me.Thanks in ...
|
| Hi | 07 Dec 2006 19:00 GMT | 3 |
I have a date "Mon Dec 04 10:03:59 CET 2006" which i want to convert into "yyyy-mm-ddTHH:MM:SS.SSS" format. I tried using DateTime.Parse and ParseExact but in both case it throws FormatException i.e. "String was not recognized as a valid DateTime."
|
| Instantiate/Show Form From String (where the string contains name of the form class) | 07 Dec 2006 18:37 GMT | 2 |
I'm wanting to know if/how it would be possible to load a form based on a string that contains the name of the form (class). For example, instead of doing this: myForm f = new myForm();
|
| Problems Running an Exe on multiple machines. | 07 Dec 2006 18:13 GMT | 2 |
I have a C# project made in VS2005. The project is an ActiveXLink bridge between two pieces of software. It uses multiple DLL's including 3 DLL's that were created by my company, all are listed in the resources. The project builds fine for debug and release. I've
|
| TreeView and Sorted Lists? | 07 Dec 2006 17:04 GMT | 3 |
I need to populate a TreeView control from SortedList(Winforms application). I've stored ID's as key and Nodes as value. A typical TreeView in my case would like like 1 Goal
|
| MD4 implementation ? | 07 Dec 2006 17:01 GMT | 3 |
Hi , someone know where there is MD4 imlpementation of HashAlgorithm ?
|
| Change Application Icon [ Output file icon] | 07 Dec 2006 16:34 GMT | 1 |
I have created an form based application in c# having some GUI. I have also added localization support to it due to GUI changes for different customers.Now the issue I have the Application icon can be set only through Property page in common properties as is the Output file name. ...
|
| Currency exchange rates | 07 Dec 2006 16:09 GMT | 1 |
I've built a Currency class, more or less like Java's, a Money class to handle rounding and allocation, and a Moneybag that should collect different monies and convert them to a given exchange rate on demand. Anyone encapsulated a strategy for capturing and using exchange rates in ...
|
| web service client without proxy classes | 07 Dec 2006 16:06 GMT | 1 |
Is it possible to invoke a web service with a client written in C# without generating proxy classes from the service's wsdl first? Apache Axis (for Java) provides a Call object which can be used. Is there something similar in C#?
|
| combining FontStyle | 07 Dec 2006 15:24 GMT | 1 |
I know this is probably an easy question. But in VB.Net when you instantiate a fontstyle object, the parameter for fontstyle, if you wanted it to be Bold and Italic, you would enter "FontStyle.Bold + FontStyle.Italics". But in C#, it does not like that syntax. What is the proper ...
|
| Need advice about SDK vs Studio 2005... | 07 Dec 2006 15:16 GMT | 2 |
I have Visual Studio 2003 Enterprise Architect Edition. I have been away from the programming area for a while - since before Studio 2005 came out. I am financially tight and am wondering if going to Studio 2005 is warranted considering what I already have available? Is there
|
| Passing a number of integers between forms | 07 Dec 2006 15:13 GMT | 4 |
I need to pass 4 integers between two forms but am having trouble passing more than one.I am hoping to use the contructor approach as i need the variables straight away Any help would be great
|