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 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
What does extending a class mean?14 Sep 2005 16:38 GMT5
Hi, I read this in a book about the Xml classes in c#:
"These classes are abstract and therefore must be extended."
I just wanted to know what this statement means.  I know it is not in
context, but the author gave it in such a matter that it appears
Q: Customized Dialogbox.14 Sep 2005 16:34 GMT2
Is there a way to customize a dialogbox. I want buttons with the text:
Yes, No, Yes to all, No to all..
Also a dialogbox with a CheckBox.
Regards
Look for network connection...help14 Sep 2005 15:24 GMT1
Ok,
Is there an easy way to test for network connection in a loop
so that if I were to pull the connection, the user is notified?
Thanks,
How to Hide inherited Object members from intellisense?14 Sep 2005 15:21 GMT4
..Such as ToString(), Equals(), etc.
[EditorBrowsable(EditorBrowsableState.Never)]
        public override String ToString() { return base.ToString(); }
The above doesn't work.
How to handle the DataGrid KeyUp events?14 Sep 2005 15:14 GMT3
I’m using a DataGrid control on my form; and I want to handle the KeyUp event.
So I did:
myDataGrid.KeyUp += new KeyEventHandler(this.OnKeyUp);
When the DataGrid is empty, I mean when It has no data so now rows are seen,
WebClient Question14 Sep 2005 14:41 GMT2
Hi there,
Can anyone tell me why this code appears to be throwing a WebException, and
also why the files are still downloading
try
Auto tab14 Sep 2005 14:31 GMT5
This is for a Win form.
When the field reaches the max limit I want the cursor to go to the next
field.
Saving the user from pressing the tab key.
using reflection to read the value of a public static member14 Sep 2005 14:29 GMT5
I have several classes that all have the same static member:
class A{
  public static string Table = "TableA";
}
Searching Files in Pocket PC?14 Sep 2005 14:19 GMT4
Dear ladies and gentlemen,
   As you know, by building a Smart Device Application in Microsoft Visual
Studio .NET 2003, we could create a project for Pocket PC.
   My question is: How to search files of specific type (such as .bmp) with
black  flicker when resizing14 Sep 2005 14:19 GMT4
I can't get of the black flicker when I resize my form.
this = Mainform : System.Windows.Forms.Form
If I set the size from 300 to 500 I see for ca 500ms some
black areas. I try to solve it with:
Navigation Control like Outlook 200314 Sep 2005 14:01 GMT1
   Is there any open source navigation control available for download that
can be used for windows application?
   Please provide links if anyone knows.
Thanks in advance,
aspx page going to top after refresh14 Sep 2005 13:52 GMT6
All or rather anyone:
I am developing web forms (.aspx pages) that accept inputs from the user at
the top of the page. Near the bottom is a submit button. Also near the
bottom is a text box where the result of a calculation is displayed.
MDI App14 Sep 2005 13:49 GMT1
I have a Windows app using MDI.  My Window menuitem lists the open forms with
a check mark by the form that is currently active.  How can I change the
active form in code from the current active window to another?
LoaderOptimization.MultiDomain Explanation14 Sep 2005 13:46 GMT3
Can some explain how the CLR decides on which assembly will be shared
across domains. The explaination in MSDN is not enough.
>From MSDN:
Indicates that the application will probably have many domains that use
event in control was not clearly disposed.14 Sep 2005 12:27 GMT4
i had some problems and need your sugestion to solve it.
why event of controls that i have been disposed still alive and trigger
method had been bind to it.
best regards
 
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.