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# / October 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Visual Studio Test Wizard23 Oct 2007 16:59 GMT1
I'm using Visual Studio 2005 Team Edition for Software Developers.
I've created new a test project and tests using the wizard under Test -> New
Test... That seemed to work.
I checked in my new test cases last night. This morning, I checked out my
CodeDOM sealed class with virtual properties23 Oct 2007 16:17 GMT1
I have code that generates a class.
    [Serializable()]
    public sealed partial class ProductInfo {
        private string _ProductID;
Treeview and ContextMenuStrip23 Oct 2007 16:14 GMT9
Let's say I have a Treeview control on a form. Each leaf node in the
Treeview has a ContextMenuStrip, each with one ToolStripMenuItem, and
all ToolStripMenuItems Click event is handled by a comment event
handler.
MSMQ body format issue.23 Oct 2007 15:48 GMT4
I wrote an application that puts in a message into MSMQ using C++ and
MFC. If I try to put a message called 'sample' I see that the body of
the
message in MSMQ would be set to: 's.a.m.p.l.e'.
extending system class23 Oct 2007 15:22 GMT4
Is it possible to extend the system classes?
I want to create a function for converting a DateTime into a TimeSpan.
Any Ideas?
at the moment i've created:
"global::" usage23 Oct 2007 15:16 GMT11
I find in other team member's project, they are referencing a type in
following format
"
           public static global::ErrorReport.Description Description
animated form background?23 Oct 2007 14:53 GMT1
I wonder if there is a efficiant way to provide a animated background
for Form/Control?
If I redraw the background of a control, all it's sub controls will be
forced to redraw, right?
DEVExpress23 Oct 2007 13:57 GMT3
Does anyone know if DEVExpress is still around.  Their website does
not seems to work anymore.  I hope they are not gone.  http://www.devexpress.com
Using Reflection with a collection class - syntax question23 Oct 2007 13:19 GMT10
I hope this is the right forum for this question.
I am trying to use reflection for several custom collection classes. For
example, what I want to do is take a line of code like this:
   myCollection.Add(mySecondCollection.Item(i))
Equivalent of Python Dictionary23 Oct 2007 12:52 GMT1
I have my own class and I'd like to save objects of this class in a
dictionary. In python this works something along the lines of:
a = MyObject();
b = MyObject();
Using code pages23 Oct 2007 12:44 GMT6
I'm writing strings to an embedded console that only supports Extended ASCII
Code Page 437.
The strings are stored in a lookup table in a database .
My original code is as follows which writes to a memory stream:
using bound datagrid or unbound23 Oct 2007 11:18 GMT1
I just wonder when is it necessary to use unbound datagrid. It's far simpler
to use databound datagrid by using the wizard.
Can you just point on some particularly example when an unbound datagrid
would be suitable.
Converting VB code to C#23 Oct 2007 10:24 GMT2
I have to convert this VB code to C#.
[VB Code]
Dim dvProduct As DataView =
CType(sqlDS_Halloween.Select(DataSourceSelectArguments.Empty),DataView)
How can I see Show All Files in Solution Explorer23 Oct 2007 10:07 GMT2
How do I do to accomplish this "select Show All Files in Solution Explorer
to view the bin folder"
//Tony
Easy question about a not working tutorial about ado.net23 Oct 2007 09:46 GMT2
I use VS2005 and C#.
I'm looking at ADO.NET and have found some test tutorial on
microsoft MSDN.
It can be found on google when searching for "Walkthrough: Saving Data to a
 
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.