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# / September 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
ADO from XML20 Sep 2006 15:14 GMT1
Hello.  I was wondering the best approach to read from a dataset, which
contains an xmldocument.  I used dataset.readxml(new
stringreader(xmldocument.outerxml)).  My goal is to shape the data into a
table so I can define rows and columns.
Login control20 Sep 2006 15:11 GMT1
is there any way at all to debug the login control?  It was working
perfectly and now it does not.  Here is my control
<asp:Login ID="Login1" runat="server" BorderPadding="4"   BorderStyle="None"
Font-Names="Verdana" Font-Size="0.8em" ForeColor="#ffffff"  
two forms20 Sep 2006 14:59 GMT6
I am working on an app(C#) with two forms A and B. form A is the main
form and form B is created in A's constructor. when I minimize both of
them. they all shown on taskbar as A and B. my problem is when I click
B, A is always maximized. but I want click B and B maximized. click A
Wmi help20 Sep 2006 14:53 GMT1
         Iam new to using wmi methods. I tried to enable wins using
wmi. The code is below.
        public void EnableWinsServer()
       {
find out if an instance of type type (indirectly) derives from another type20 Sep 2006 14:51 GMT8
When I have an instance of an object wich is of type System.Type, how
can I find out if it directly or indirecly derives from another type?
myTypeInstance == typeof(AnotherType)
only seems to check if they are ultimately the same type (at the very
Multiple forms20 Sep 2006 14:48 GMT2
I want to write a programming with c#.Net having forms like MS Word.
The main form A contain commonly used objects.I have many other forms
(B,C,D) etc that have inherited from A. i realised that when i want to
open B,or C while in any of the forms a completely new form like A, B,
C# 'Correct way' type question.20 Sep 2006 14:19 GMT3
I have a property of my object 'IsValid'. In order to evaluate the status of
the object I have to invoke a method of some sort.
Can I invoke a Method from against the Get method of the property. This
private method sets a private variable, the value of which is then the
Pass pointer from c# to C++ wrapper20 Sep 2006 14:02 GMT1
I have a C++.net wrapper class to a C++ library... A function takes in
a pointer in the wrapper... How do I pass that in C#???  Any help would
be appreciated, Thank you.
// functions in original c++ library
changing variable types of a function of a derived class20 Sep 2006 12:53 GMT2
I have a class that uses some variables to access a sql database, and I
want to make a derived class that inherits all the methods of this
class, because the derived one will do exactly the same process that
the parent one, but with a postgres database, thus I've got to use
Bit Fields20 Sep 2006 11:44 GMT2
Hi all I am trying to convert code that being written in C++ to C# and I
found that structure that using a property in C++ called "Bit Fields" and I
didn't found it in C#, is there any way to convert it to C#
thx all
SerialPort hard lock20 Sep 2006 11:19 GMT1
I'm developing a mixed Windows CE 5 and PC system APP that uses a serial
port component to comunicate with other devices.
App works fine under Windows CE device, but it locks in PC. If it is under
debugger, locks Visual Studio too, and if it running alone, it gives the
Process opens program window when outside Visual Studio20 Sep 2006 10:32 GMT2
My program uses the Process class to start a bat file that starts an
exe. When I run my program inside Visual Studio (debug) the bat and exe
run in the background (are not visible) and all their output is
redirected to my stream reader.
In<T>(T x, params T[] y) where T:struct, IComparable<T>20 Sep 2006 10:15 GMT4
Question:
public static Boolean In<T>(T x, param T[ ] y) where T : struct,
IComparable<T>
{
Generics and Casting - strange behaviour20 Sep 2006 10:11 GMT6
I have a class "Validator" which can be cast to a Control.  The code:
ValidTextBox t = (ValidTextBox)v;
works just fine.
However, because v doesn't descend from t, I can't use "is" or "as".  I
Exception parsing querystring20 Sep 2006 09:34 GMT6
I've got a website that uses links for page positioning which works
great about 99% of the time.   For some reason, 1% of the time I'll get
an error when parsing the querystring, as it's reading the anchor name
as part of the number.
 
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.