| Thread | Last Post | Replies |
|
| problem with using CompareTo when having string | 28 May 2008 15:24 GMT | 2 |
I have method CompareTo written below. But I have a problem because I want to sort on HeatNumber which is of type int and if this is the same on MspName which is a string. But according to the compiler I'm not allowed to use < on
|
| VB6.0 to newbie C# | 28 May 2008 15:20 GMT | 2 |
Is there a C# equivalent to Vb6's Erase when dealing with arrays? Also vb6 handles the long variable type better (speedwise) than int. Is this also the case in C#? TIA Mick.
|
| advanced object browser | 28 May 2008 14:51 GMT | 1 |
I often want to look for functions that deal with a particular type either as a parameter or a return type, but i dont know where they are, or what they are called. It would be ideal if the object browser could do this,
|
| Why can't operator overloads be abstract? | 28 May 2008 14:14 GMT | 8 |
This code won't compile because "the modifier 'abstract' is not valid for this item". abstract class X {
|
| Performance issue whilst writing to Excel | 28 May 2008 13:45 GMT | 1 |
We have a code snippet that downloads data to Excel. it is writing row by row. This causes a performance issue. Any ideas on how to speed this up will be appreciated. Please find below an excerpt of the code:
|
| Acrobat DLL Exception (Transforming pdf to tif) | 28 May 2008 13:43 GMT | 10 |
I'm trying to use the following VB function to transform a pdf document to a tiff one: http://forums.microsoft.com/msdn/showpost.aspx?postid=1665127&siteid=1&sb=0&d=1& at=7&ft=11&tf=0&pageid=1 Private Sub savePDFtoTIF(ByVal fullPathPDF As String, ByVal
|
| System.DateTimie | 28 May 2008 12:37 GMT | 2 |
I am struggling a little with these 2 problems: 1. How can I convert an integer, representing x days from 01/01/0001 (the minimum value for DateTime, in dd/MM/yyyy) to dd/MM/yyyy? 2. Is there any functionality for converting a date from one locale to
|
| Unable to initialize COM in VC Dll when invoked via C# application | 28 May 2008 09:53 GMT | 7 |
I have a C++ DLL, it exports some some plain C style functions. This functions internally initializes COM and then MAPI. This works fine if I use the DLL from a C++ application (I tested with a C++ Win32 console application).
|
| reg Object data type | 28 May 2008 07:18 GMT | 4 |
I've need clariifcation regarding the Obejct data type. Is this object a value type or reference type?.... can you please some articles which give explaination as to why it's treated as value type\reference type???
|
| Wizard Type Framework | 28 May 2008 03:53 GMT | 3 |
I would like to create a framework for implementing wizards. The wizards will be driven from entries that are contained within a database. For example a "questions" table would hold all the questions for a wizard, adding more entries to the question table would add more
|
| Adapter Pattern - Verständnis | 28 May 2008 01:36 GMT | 5 |
wollte kurz nachfragen ob ich das Adapter Pattern richtig verstanden habe. Es scheint mir irgendwie so einfach zu sein. Also, wenn man zwei inkompatibele Klassen hat. Da die Klient Klasse eine bestimmte Methoden-Signatur (besser Interface) verlangt und diese
|
| "forcing" garbage collection | 28 May 2008 01:35 GMT | 11 |
I'm trying to wrap my ming around C#/CLR garbage collection. In an ASP.NET project, I'm having a problem because an object destructor is being called by another thread, long after my code is done. I'm wanting to know if I can force it to happen immediately (when the object goes ...
|
| Import large CSV file data into Oracle Table | 28 May 2008 00:42 GMT | 3 |
Language: C#.NET 2.0 Technology: ASP.NET 2.0 Database: Oracle 10g Hi All,
|
| Limit C# console app to one instance | 28 May 2008 00:41 GMT | 8 |
Using Visual Studio 2008 I want to prevent myconsoleapp.exe from executing multiple times on a given Windows host. The desire is, if a user launches myconsoleapp.exe a second time the second instance dies because there is already one myconsoleapp.exe
|
| C# code in DB? | 28 May 2008 00:34 GMT | 8 |
Is it possible to place parts of a C# application (code + GUI) in a database like Oracle? The application should be a "thin client", i.e. it does little else than getting code from the DB and executing it. How do I do it? (Please no details, I am only evaluating the
|