Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / November 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
error very strange13 Nov 2006 21:36 GMT4
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 2k313 Nov 2006 21:25 GMT2
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 GMT4
DELPHI code:
unit test1;
interface
uses
Trying to reference one of my forms and it isn't listed - Help??13 Nov 2006 20:28 GMT5
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 method13 Nov 2006 20:00 GMT2
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
exception13 Nov 2006 19:52 GMT6
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 string13 Nov 2006 19:23 GMT3
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 itself13 Nov 2006 19:20 GMT2
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 GMT9
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 GMT3
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 Report13 Nov 2006 18:39 GMT2
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 String13 Nov 2006 18:35 GMT6
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 Issue13 Nov 2006 18:17 GMT5
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 flicker13 Nov 2006 18:08 GMT17
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 Sort13 Nov 2006 17:30 GMT14
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:
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.