| Thread | Last Post | Replies |
|
| When set border as none. screen looks strange. | 25 Jul 2007 02:39 GMT | 2 |
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 SortedDictionary | 24 Jul 2007 21:32 GMT | 1 |
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 class | 24 Jul 2007 21:23 GMT | 8 |
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 strings | 24 Jul 2007 19:31 GMT | 3 |
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 database | 24 Jul 2007 18:10 GMT | 12 |
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 lines | 24 Jul 2007 18:10 GMT | 1 |
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 reply | 24 Jul 2007 17:49 GMT | 2 |
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 question | 24 Jul 2007 17:47 GMT | 6 |
Is there an equivalent code for "WithEvents" (of VB6) in CSharp ? Yoav.
|
| C# winform masked textbox | 24 Jul 2007 16:51 GMT | 2 |
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 assembly | 24 Jul 2007 16:40 GMT | 10 |
I have 120 .cs files in single directory containig POCO s like: Entity1.cs: namespace Model { public class Entity1 {
|
| Disadvantages of C#??? just curious | 24 Jul 2007 16:00 GMT | 34 |
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 Focus | 24 Jul 2007 15:46 GMT | 3 |
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 error | 24 Jul 2007 15:25 GMT | 3 |
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 GMT | 2 |
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 generics | 24 Jul 2007 14:37 GMT | 6 |
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>
|