| Thread | Last Post | Replies |
|
| CSharp Source Code | 12 May 2007 21:29 GMT | 5 |
I am trying to inherit a class from the C# class, and override a method, but before I can start coding, I need to know what goes on in the C# method, before I can make any corresponding changes to my method,
|
| simple casting problem (with small code example) | 12 May 2007 19:22 GMT | 8 |
Can someone explain this: void Test() { short x = 10;
|
| class / namespace hierarchy issue - don't want same name twice | 12 May 2007 19:15 GMT | 2 |
I want to have a Win32 class (to dump my win32 dll imports in). I want this in it's own directory Win32 in the solution explorer (since I have other classes to put in this folder), which makes Win32 a namespace. So, this ends up with:
|
| Is Partial Class feature required | 12 May 2007 15:55 GMT | 12 |
Would like to know from the crowd that why do we require a Partial Class. By having such feature aren't we going out of the scope of Entity Concept. Help me to understand in what context this feature is better and when it is not.
|
| Can I remove text from a StringWriter ? | 12 May 2007 14:37 GMT | 2 |
Can I remove text from a StringWriter ? I have a StringWriter object, the content of which looks like this: "<div>Some other html which I wish to keep</div>" Can I remove the unwanted <div>, </div> tags? i.e. remove the last 4
|
| Call delphi .dll | 12 May 2007 12:13 GMT | 1 |
Hi, I need to call 2 functions from an old Delphi .dll but am struggling to formulate my call to the second one :( I have managed to one of them as follows:
|
| threading and delegates | 12 May 2007 10:54 GMT | 4 |
Hi, this is a hard question to ask without posting some code, so sorry if its to much. Im using a control which Ive added labels. Basically I want update the data every second. Ive rad up on threadind and now know that I need to use a delegate with my control because it uses a
|
| forms looks different on different platform; limited things can change in OS theme | 12 May 2007 10:39 GMT | 3 |
I have a big urgent problem to solve. I used to use Windows 2000 Chinese version, now I installed Windows XP (English) system. The problem is not about 2000 or XP, it is about English and Chinese.
|
| IStream interface | 12 May 2007 10:21 GMT | 4 |
I am developing website application in asp.net , visual C# and atl com. I am using atl com component in visual C# application. One of the function of com component interface returns IStream interface. I want to read data from that IStream interface. I am new to visual c#. I
|
| returning a string and bool type from a member of a class | 12 May 2007 01:39 GMT | 11 |
Hi I have the method below that returns a bool, true or false depending on if the conversion to date tiem works. It takes a string input. I am only returning the bool but would also like to return the string message ex.message, just wondering how to do this since I think you can ...
|
| Question on a COM project. | 11 May 2007 22:03 GMT | 8 |
Hello group, I will appreciate it if you give me some advice on my question: I am asked to write a program. This program is supposed to act as "Adobe PDF" feature which some of you either have it or see it in your
|
| controls in groupbox | 11 May 2007 22:03 GMT | 4 |
I need to have controls in groupBox, which should not be clipped as per the size of the group box. so if they are longer, the control like a text box should appear (unclipped) Thanks, Shilpi
|
| Wrap SSL Around Existing Socket... Externally | 11 May 2007 21:52 GMT | 4 |
My boss asked me if it is possible to wrap SSL around an existing socket which is running with a C++ program (I know it is, I have done it before). I am wondering if it is possible to do this in a C# application so that when the C# program is running in the background, it is ...
|
| Performance tuning | 11 May 2007 21:37 GMT | 13 |
I'm currently developing an application that uses a lot of computational power, disk access and memory caching (to be more exact: an information retrieval platform). In these kind of applications the last thing that remains is bare performance tuning.
|
| StackOverflowException with attribute | 11 May 2007 20:13 GMT | 9 |
I have a project based on .Net 1.1 and VS 2003,now I am trying to upgrade it to .Net 2.0 and VS 2005.The project passes the 'Build Solution',but When I start Debug, it suddenly comes StackOverflowException and Debug stops. The main Exception point is the function below:
|