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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
When set border as none. screen looks strange.25 Jul 2007 02:39 GMT2
I want to make my form's border as MSN like. ( no border )
However, sometimes, it still can show up the border for user to choose
other functions.
The issues is - when I set border between None and 3DFixed, the
finding the closest value in a SortedDictionary24 Jul 2007 21:32 GMT1
  i need a structure to store some 2D points and to be able to
interpolate. The pb is that i need to find very very quickly what are
the the closest values around my point.
Is the SortedDictionary the right structure and how can i search for
Thread.Abort() and Process class24 Jul 2007 21:23 GMT8
I have the following issue with the Thread.Abort():
The main thread creates a worker thread which waits on a process
termination.
void ThreadProc()
words in strings24 Jul 2007 19:31 GMT3
Hello;
How can I count number of word in strings,  and how to find out if
some word exceed number of characters (if this happen table layout is
ruined on web page).
Easily distributable database24 Jul 2007 18:10 GMT12
I'm writing a data driven app, its all just about finished but i
havent decided how to store the data.
I'm looking at some form of database. Requirements:
Easy to Distribute, hopefully just some hard disk files.
Number of lines24 Jul 2007 18:10 GMT1
I have a word document. It has 2000 lines.  How can I find out the number of
lines in the document using C#.
Thanjs
NNTP Post reply24 Jul 2007 17:49 GMT2
Basically I've written a NNTP-client which is able to post new messages,
but inable to post replies to messages.
I've tried posting a reference string into the header of the new article
containing only the message-Id I reply to : results in a new post
WithEvents question24 Jul 2007 17:47 GMT6
Is there an equivalent code for "WithEvents" (of VB6) in CSharp ?
Yoav.
C# winform masked textbox24 Jul 2007 16:51 GMT2
newbie to .net
I have a masked textbox intended to display/input salary.
The mask is 999,999 or ###,###.  When I place the info from the
database into the field it formats incorrectly.
How to create assembly24 Jul 2007 16:40 GMT10
I have 120 .cs files in single directory containig POCO s like:
Entity1.cs:
namespace Model {
public class Entity1 {
Disadvantages of C#??? just curious24 Jul 2007 16:00 GMT34
Hello every body ,
upto now i saw advantages of C# only,i am curious about what are the
disadvantages of C#..(because any programming language should have some
positives and negatives..)
Tool Window and Focus24 Jul 2007 15:46 GMT3
I've a form that opens a tool window. The problem is that when the tool
window is opened, the main form itself passes focus to the toolwindow.
What I want and need is a toolwindow that works like a control with
tabstop=false, i.e. it doesn't get focus when the window is opened, ...
adding a hard coded number to a short creates a build error24 Jul 2007 15:25 GMT3
short x = 1;
//this has build error saying missing conversion
x = x + 2;
Why can't you just add this?
Keeping MDI child form TopMost?24 Jul 2007 15:10 GMT2
I've got an MDI form with X child forms. ONE of these forms I want to keep
on top of the others.
I've set TopMost to true, but it doesn't work.
Can anybody give me an idea about how to accomplish that?
Specialization of generics24 Jul 2007 14:37 GMT6
Is there a way to specialize generic types or methods tha same way as it
is possible in C++ for example?
   I know that instead of specializing a class
class MyCollection<TType>
 
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.