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 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Determine if CD/DVD drive is writeable27 Nov 2007 00:27 GMT3
Is there a way to determine if a CD/DVD is writeable?  I have looked at
using WMI (Win32_CDROMDrive) but it did not have any luck.
Thanks.
Creating website via DirectoryServices in C# but will not serve aspx     pages (htm ok)26 Nov 2007 23:45 GMT1
I've seen a similar post about this problem but still cannot find an
automated solution. Below is the code I'm using to create a website
(for IIS 6.0) via C#. once the site is created, it will not serve aspx
pages. If I:
Integrating with CHM File26 Nov 2007 23:11 GMT2
I have added a HelpProvider to my GUI.  And I have been able to
successfully load the file using the following code:
protected override bool ProcessDialogKey(Keys keyData)
{
Target .NET 2.0 using C# 3.026 Nov 2007 22:35 GMT2
The C# compiler in VS 2008 doesn't complain when I use some of the new
features of C# 3.0 (list initializers, etc.)even though my assemblies are
being built for .NET 2.  I'm guessing this is because they are just compiler
tricks and don't take advantage of anything new in the  ...
add header26 Nov 2007 21:17 GMT2
Hi how to add <?xml version ="1.0" encoding="UTF-8" ?> to my xml below?
Please help.
Code:
XmlDocument xmlDom = new XmlDocument ();
Multiple Select Listbox - Help26 Nov 2007 20:49 GMT1
Hi.  I am new to C#, and I am having trouble getting the multiple
selection of listbox to work.  I have an asp.net web form, and I need
two listboxes which are filled with an access table.  I have to be
able to select multiple items, and fill a datagrid with the results.
How to draw a border around text but with round corners?26 Nov 2007 20:02 GMT1
I would like to draw a border around some text I am drawing on the screen (I
am using g.DrawString(…) function).  I would like the edges of the boarder to
be rounded rather than square (90 degrees).
Any idea how can I achieve that?
LINQ Question (Contains)26 Nov 2007 18:27 GMT20
I recently stumbled across a pretty interesting LINQ to SQL question and
wonder, whether anybody might have an answer. (I'm doing quite some
increasing LINQ evangelism down here in Germany.).
Assume I want to select rows from a database and check whether a specific
moving/resizing external application from c#26 Nov 2007 18:27 GMT1
How do I move or resize an external application from within c#?  I can
launch an application no problem (via "Process), but I'm stuck on
controlling it...
~titan
Linklabel26 Nov 2007 18:06 GMT1
I've added a linklabel in my project, but if I click om it nothing happened.
Must I make a event, and how to open the bowser?
Rinaldo
DetailsView Problem26 Nov 2007 17:38 GMT1
In ASP.NET, I've created a DetailsView control, unbound.  There are a
few textboxes in it, and I want to be able to enumerate through all
the rows, and get the values of the textboxes in those rows.  Any
ideas how I should go about doing this?
Create GUi Component26 Nov 2007 16:34 GMT1
I to create Gui component which will allow me to show a list of items
and to sort it by abc. Which one is the best?
Data binding: object reference required26 Nov 2007 16:29 GMT4
I have a data set
MMSDataAccess
with:
   public partial class MMSDataSet : System.Data.DataSet {
Problem adding a self designed control26 Nov 2007 16:26 GMT2
I've designed a control (which opens and shows pdf documents) with
C#.I added it to VisualStudio Toolbox,but when I drag and drop it to a
new form , nothing happens.By 'nothing' I mean completely nothing,even
no error message,
Equals() and inheritance26 Nov 2007 16:06 GMT7
In C++, there is an easy technique to provide an overloaded Equals() method.
A straightforward translation to C# causes a stack overflow. Why does
b.Equals(ba) in the snippet below not understand that it should call (ba as
B).Equals(b) inside?
 
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.