| Thread | Last Post | Replies |
|
| C# v2.0 | 20 Oct 2006 03:33 GMT | 4 |
I currently have VS V7.1 which uses the 1.1 .Net Framework. Do I need to upgrade my VS If I wanted to use the 2.0 framework? I need to use C# 2.0 thanks for the feedback
|
| Compressing several files to the same zip file output! | 20 Oct 2006 01:18 GMT | 1 |
I use the code below to zip files to a single .zip destination. I get the expected result when i work on my developement machine (WinXP sp.2). When i deploy the web application which host the code on win2k3 , it only works for a single file.
|
| Blue screen program in C# | 19 Oct 2006 22:25 GMT | 17 |
I need a program what generates me a blue screen in Windows XP with .net! This should be simple, but how? Please help me. Mario
|
| Embedded XML File | 19 Oct 2006 22:01 GMT | 3 |
I have a XML file the I use as config file for a libary. Is there a way to use reflection to access the file using XMLReader? Thanks
|
| byte problem | 19 Oct 2006 21:52 GMT | 4 |
im a newbie here and in desperate need of help. Some of you might think this is a stupid question or a too easy to answer question but here goes. I am making a UDP client server application using C# everything is all set except for one thing. when sending a message, the message ...
|
| GUI Invoke stalls thread | 19 Oct 2006 21:05 GMT | 6 |
I hope someone can help. I have written a simple form to demonstrate my problem/question. The code follows. The form starts a thread, which using delegates updates a label (Every second adds another dot to the label). This works great. However,
|
| is this possible? an indexed property to have sub-properties? | 19 Oct 2006 20:52 GMT | 3 |
I have two classes. Class A and Class B. I give class A 5 properties int prop1(){} int prop2(){}
|
| Is there a ProcessMessages in .net? | 19 Oct 2006 20:37 GMT | 5 |
Part of my new app does some quite intensive calculations. In Delphi (my previous language) one could call Application.ProcessMessages; in the calculation loop to make sure that the system was being given enough time to process it's own messages (makes the app and desktop much ...
|
| what is abstract class and abstract method | 19 Oct 2006 20:23 GMT | 4 |
hai, what is abstract class and abstract method
|
| write a C# code inside a javascript code, before body tag | 19 Oct 2006 19:44 GMT | 1 |
How can I write a C# code inside a javascript code, before body tag, as we wrote in classic asp? (I have a code file separated with a lot of C# code) I would like anything like this:
|
| Byte problem | 19 Oct 2006 19:27 GMT | 6 |
Im a newbie and i need help.. would appreciate any help at all... I need to make a method that accepts a 34 bytes data and inside the method i need to get the 2nd, 3rd, 4th or any of the byte needed.. Is there an easy wasy to do this? Ex. i need the 4th byte of the 34 bytes given. ...
|
| up cast to base | 19 Oct 2006 18:21 GMT | 3 |
I have a base class that is serializable and a derived class that is not. I want to pass the base class object to an external function that requires a serializable object. How can I cleanly create a new instance of the base class that copies the base class from the derived
|
| How can I "save as" a solution?? | 19 Oct 2006 18:17 GMT | 5 |
I have been using C# 2005 Express to make class libraries for use in another software program. Each version of this software has a different .NET API, so maintaining multiple solutions of the same project for each version of the software is neccessary.
|
| 3rd Party Tools | 19 Oct 2006 18:15 GMT | 3 |
I'm researching different component suites to use in VS 2005 and SQL 2005. I'm a beginner @ C# and ASP, so I'm looking for something stable, fast, and easy to learn. I've found 2 that I think are good, Syncfusion's Essential Studio and ComponentOne's Studio Enterprise. Has anyone ...
|
| Plotting a thumbnail of line graph | 19 Oct 2006 18:10 GMT | 4 |
Got a query regarding plotting a preview / thumbnail for a graph which reads data from a binary file. The preview should should take very less time, look exactly like the original graph i.e. not miss the peaks and curves should look similar. Is there algorithm or anyway to
|