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# / July 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Generics Questions29 Jul 2008 15:39 GMT10
Two questions regarding Generics:
1. I'd like to constrain my Type parameter to be one of a preefined
group of types. For example:
   class Field<T> where T: Byte, Int, String, Array<byte> {}
Wow, C# 2.0 (Visual Studio 2005) does not support Polyline29 Jul 2008 15:37 GMT6
This language C# is more primitive than I thought.  I just found out
that C#2.0 does not support polyline (see below), a very useful
feature for connecting points with a line automatically.  Only C# 3.0
supports this.  I'm curious, what did people do before version 3.0 was
Displaying a portion of a image and zoom29 Jul 2008 15:35 GMT2
I'd like to display an imagem in a picture box, but just a portion of
it
Example (please ignore the dots, I use them to keep the alignment)
+-----------------------------------------------+
constains or linq29 Jul 2008 15:20 GMT5
linq on objects...
want to find if the object exist in its collection
if I have a  loop searching in the collection
          foreach (myClass r in collections)
List Property in Designer29 Jul 2008 15:11 GMT1
I have the following problem:
I have a base Form with some general functionality and I want to create
several derived Forms from it.
The base Form contains a List - in particular a List of BindingSources -
How to catch event KeyDown,KeyUp and KeyPress29 Jul 2008 14:35 GMT2
I have created a Control that consist of a label and a textbox.I have called
this class ctlLabelTextbox.
public partial class ctlLabelTextbox : UserControl
{
COM interop and Object Required29 Jul 2008 12:12 GMT4
Summary
Getting the error message Run time error 424 Object Required when attempting
to assign a value to a C# COM visible property of type object.
I have created a COM visible class as below
hiiiiiiii29 Jul 2008 11:34 GMT1
Here gret88 interview question website, which will be very helpful.
www.bestitquestions.com
To maintain this site please click on sponses links as well.
LINQ to SQL - Count of Columns in Result?29 Jul 2008 11:03 GMT1
Does anyone know of a way to count the number of columnns in a
Linq2SQL result? (In this case ISingleResult).
I am building a method to get summary report data. I want to be able
to add a column to my stored procedure at some point, without amending
Using generic EventArgs29 Jul 2008 10:29 GMT3
I need to validate document DataGridview rows. Rows can be different types:
invoice rows, order rows etc.
I created generic EventArgs type for this:
public class CellValidatedEventArgs<TRow> : EventArgs
How can I prevent an application being ended by "Task Manager". How     to keep it always alive?29 Jul 2008 09:26 GMT4
Dear Members
I have a critical program written in c#. It runs every time the user
log on. But sometimes log-oned user forces my application process to
quit by “End Process” in task manager.
Is this newsgroup managed?29 Jul 2008 08:14 GMT4
Just wondering if anybody here knows if any MVP or Microsoft employee reads
the messages posted to these newsgroups before they are published. Is the
content of messages posted here evaluated for appropriateness before the
messages are let into the public domain?
DataGridView: all control properties readonly in child form.29 Jul 2008 05:13 GMT1
I have a windows form "BaseForm"  that contains a DataGridView that is
not bound to any datasources and a button.  Both of these controls
have a modifier of "Protected Internal" and none of the controls are
locked on this form.
Named Pipes28 Jul 2008 21:47 GMT1
I'm trying to get Named Pipes working. It works fine as long as the server
is up and going. Once I stop the server, the client doesn't notice the
server isn't there on the first message, which is lost but then it notices
that the pipe is down.
New icon in ControlBox28 Jul 2008 19:42 GMT1
I Would like to add a new icon near the close/minimiez/maximize button in a
winfor
Did someone know how to do it ?
Thanks in advance
 
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.