| Thread | Last Post | Replies |
|
| error very strange | 13 Nov 2006 21:36 GMT | 4 |
a function, whose parameter is a ref to a collection of class I private void func(List<I> i){ for(int n=0;n<MAXVALUE;++n){ for(int m=0;m<MAXVALUE;++m){
|
| Best way to send email via outlook 2k3 | 13 Nov 2006 21:25 GMT | 2 |
I have a C# application. In part of it, users can define distribution lists, which is basically an email group. To actually send the email, I've been using Process.Start with a mailto: link. This works fine for single email addresses, but when
|
| Print Chinese in Delphi successful but in C# failed. | 13 Nov 2006 21:23 GMT | 4 |
DELPHI code: unit test1; interface uses
|
| Trying to reference one of my forms and it isn't listed - Help?? | 13 Nov 2006 20:28 GMT | 5 |
I have a form in my project called "Uploader" and I want to access it from a menu within the main form using the following: Uploader frm = new Uploader(); frm.ShowDialog();
|
| Return complex data type from a web method | 13 Nov 2006 20:00 GMT | 2 |
I am implementing web services and try to return a collection of records, say 1,"John","Doe",1/1/1990 2,"Jane","Doe",2/1/1990
|
| exception | 13 Nov 2006 19:52 GMT | 6 |
Im learning C sharp, and I am trying to grok exceptions Using the following code name is returning "N/A" where I want it to return the string held by tempHold What am I doing wrong?
|
| get Type from string | 13 Nov 2006 19:23 GMT | 3 |
I am looking for an easy way to get a Type from a arbitrary string. What I found looks like: ---- string TypeString = "System.String"; // only as example...
|
| Access method name in the method itself | 13 Nov 2006 19:20 GMT | 2 |
Could I write a code that will get the method name within which the code is written. like I want void showMethodName(){
|
| Q: Displaying computed database fields, gives error on saving... | 13 Nov 2006 19:20 GMT | 9 |
I have two computed datafields that i am displaying in my windowsform. When i try to update the dataset and commit the transaction. I get an error message telling me that i cant update calculated fields. That i can understand
|
| Function Arguments - Reference to a Value type? | 13 Nov 2006 19:17 GMT | 3 |
Another noob question for you all . . . I have functions written in C++ that I want to call from C#. I need to be able to pass a reference to a value type (like an int) so that the function can change the value - just like passing a pointer to an int
|
| Crystal Report | 13 Nov 2006 18:39 GMT | 2 |
Hola, Tengo un report con Crystal Report que coge los datos de una tabla de un dataset. Pero a este dataset por código le añado unos campos. Como puedo imprimir estos campos que he añadido por código en el crystal
|
| Compress a String | 13 Nov 2006 18:35 GMT | 6 |
Can anyone recommend a simple way to compress/decomress a String in .NET 1.1 ? I have a random string of 70 characters, the output from a DES3 encryption, and I wish to reduce the lengh of it, thanks,
|
| TCP Send Timing Issue | 13 Nov 2006 18:17 GMT | 5 |
I am building a simulator that needs to send out 2 messages on a tcp connection each at a rate of 1 packet / 50ms. Right now it kind of works in that it is sending 8 (4 of each) at 200ms. Is there a way to force the packets to at the least go out every 50 ms?
|
| Scrolling text that doesn't flicker | 13 Nov 2006 18:08 GMT | 17 |
I have seen loads of different ways to do this, but the all seem to yield the same result - text that doesn't flicker when it's moving too slowly! Does anyone know 'the best way' to make text scroll...
|
| Serious Bug System.Collections Sort | 13 Nov 2006 17:30 GMT | 14 |
There is a longer article about this subject here: http://www.codeproject.com/useritems/SortedList_Bug.asp See the main article and the reply thread started by Robert Rohde. Alternatively look at this code:
|