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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
System.Reflection.RuntimePropertyInfo - accessing actual datatype of property30 May 2007 19:29 GMT2
Is there a way to access the actual datatype of a property when
looking at the PropertyInfo?
For example:
Property defined:
keyedcollection30 May 2007 19:08 GMT8
please bear with me, I already tried the built-in help, Google but not
finding the solution.
I want to use generic KeyedCollection
first crack
How to access a resource string within a DescriptionAttribute30 May 2007 19:03 GMT5
I am using [Description("A description")] in my code.
I want to be able to reference a text string within my "Resource file" like
this:
[Description(MyApp.Properties.Resources.strADesciption)].
Double-Click row in datagrid and trigger function?30 May 2007 18:53 GMT1
I have three datagrids in a WinForm.  I want dataGridView1 to retrieve
data and make dataGridView2 visible and the same with dataGridView3.
Any help is appreciated.
Thanks,
GTK# Development Libraries?30 May 2007 18:25 GMT2
I'm trying to start cross-platform development with Mono/.NET and
GTK#.
However, I love the VS.NET IDE, so I'd like to do my coding on Windows
with Visual Studio 2005 instead of on Linux with the crappy
What do I have to write in OracleConnection string for "Data Source" ?30 May 2007 17:38 GMT2
I tried to connect to an existing Oracle Database with the following ConnectionString:
using System.Data.OracleClient;  // + Added Reference "System.Data.OracleClient"
string cs = "Data Source=XE;User Id=karl;Password=mypasswd";
connection = new OracleConnection(cs);
dataGridView1 column separator help...30 May 2007 16:45 GMT1
I have a dataGrid that when I try to add a row, I can't keep the data
separated into columns.
Here is what I tried to separate the columns (a coma):
string[] completeProductsString = new string[1000];
COM+ Application Config. Issue30 May 2007 16:37 GMT6
I have a COM+ application built using C# and the MSI for it runs just
dandy, its basically a COM proxy for .NET to ASP.  However, when
running a test VBScript, I get the following message whenever I
attempt to execute one of the methods (object seems to get created
problem with  Select in datatable30 May 2007 16:31 GMT4
I want to select from a datatable like below:
mydatatable.Select("Name='"+this.textbox1.Text+ "'");
it works properly but when I edit textbox1 with something like this   re'fd
that contains   ' or "   the Select gives me an error "Missing Operand".
Conceptual - Communication between Objects30 May 2007 15:46 GMT7
I am working through some design patterns, and one recurring theme for me is
the need to be able to communicate between objects while promoting
encapsulation and loose coupling between them.
Based on a couple design patterns I have built a sample app that seems to be
Where do i find .NET class libary in Visual studio?30 May 2007 15:26 GMT3
Where do i find .NET class libary in Visual studio? I mean if you would like
to browse through the classes and members. Or if you want to search fr specific
classes or members.
Thanks in advance.
Version auto-increment issue30 May 2007 15:19 GMT2
I cannot seem to get the version number of my VB app to increment
properly in VS2005. When I build the app each day the "build" number
increments with no problem as does the version number but if I make
multiple changes to my code during the day and then build again that
Setting the resolution30 May 2007 15:08 GMT5
We have a product that is running as a kiosk. Occasionaly, some yahoo goes
in and screws with the screen resolution. Is there some way I can force it
back to a resolution that I know works?
TIA - Jeff.
Importing a C#.NET dll into Delphi30 May 2007 14:39 GMT4
I have a dll created in C#.net, that I wish to call from Delphi 5.  I
have strong-named the assembly, deployed it in the GAC, and registered
it with RegAsm, but whenever I create the pas file (either through the
'Import Type Library' option in Delphi, or via an InteropUtils program
A hint on marshalling a byte array into a void* pointer30 May 2007 14:01 GMT3
I have to pass a byte array as an input parameter to a function in a
propertary dll.
The c++ signature of the original function is the following:
---------- C++ ----------
 
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.