Click here to Skip to main content
15,907,874 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to detect if a user leaves a control while holding a Mousebutton down? Pin
musefan23-Mar-09 22:57
musefan23-Mar-09 22:57 
GeneralRe: How to detect if a user leaves a control while holding a Mousebutton down? Pin
Megidolaon24-Mar-09 1:52
Megidolaon24-Mar-09 1:52 
GeneralRe: How to detect if a user leaves a control while holding a Mousebutton down? Pin
King Julien24-Mar-09 3:32
King Julien24-Mar-09 3:32 
GeneralRe: How to detect if a user leaves a control while holding a Mousebutton down? [modified] Pin
Megidolaon24-Mar-09 21:48
Megidolaon24-Mar-09 21:48 
Question.Net error..... Pin
S K Y23-Mar-09 22:40
S K Y23-Mar-09 22:40 
AnswerRe: .Net error..... Pin
Eddy Vluggen23-Mar-09 23:20
professionalEddy Vluggen23-Mar-09 23:20 
Questionexcel sheet Pin
Mangesh Tomar23-Mar-09 22:37
Mangesh Tomar23-Mar-09 22:37 
AnswerRe: excel sheet Pin
Nagy Vilmos23-Mar-09 23:01
professionalNagy Vilmos23-Mar-09 23:01 
<repbot engaged=true>
1) Please use punctation, it helps make sense of gibberish.
2) DO NOT SHOUT UNLESS YOU WANT TO BE FLAMED!
3) Spelling helps. It helps a lot.
4) Format your code, see the buttons on this page for <code></code> in line or

<pre>blocks of code</pre>


Compare:

if (FD.ShowDialog() == DialogResult.OK)
{
textBox1.Text = " " + FD.FileName;
}



and
if (FD.ShowDialog() == DialogResult.OK)
{
   textBox1.Text = " " + FD.FileName;
}


</repbot>



Panic, Chaos, Destruction.
My work here is done.

QuestionPersiaDevelopers.com Pin
Majid Shahabfar23-Mar-09 22:13
Majid Shahabfar23-Mar-09 22:13 
AnswerRe: PersiaDevelopers.com Pin
Eddy Vluggen23-Mar-09 22:35
professionalEddy Vluggen23-Mar-09 22:35 
QuestionRetrieve items from the last index on Dictionary. Pin
CodingLover23-Mar-09 21:59
CodingLover23-Mar-09 21:59 
AnswerRe: Retrieve items from the last index on Dictionary. Pin
12Code23-Mar-09 22:13
12Code23-Mar-09 22:13 
QuestionRe: Retrieve items from the last index on Dictionary. Pin
CodingLover23-Mar-09 22:19
CodingLover23-Mar-09 22:19 
AnswerRe: Retrieve items from the last index on Dictionary. Pin
12Code23-Mar-09 23:42
12Code23-Mar-09 23:42 
QuestionRe: Retrieve items from the last index on Dictionary. Pin
CodingLover23-Mar-09 23:53
CodingLover23-Mar-09 23:53 
AnswerRe: Retrieve items from the last index on Dictionary. Pin
12Code24-Mar-09 0:07
12Code24-Mar-09 0:07 
GeneralRe: Retrieve items from the last index on Dictionary. Pin
CodingLover24-Mar-09 0:41
CodingLover24-Mar-09 0:41 
GeneralRe: Retrieve items from the last index on Dictionary. Pin
12Code24-Mar-09 17:03
12Code24-Mar-09 17:03 
GeneralRe: Retrieve items from the last index on Dictionary. Pin
12Code23-Mar-09 23:53
12Code23-Mar-09 23:53 
QuestionRitch text box Pin
Sajjad Leo23-Mar-09 21:13
Sajjad Leo23-Mar-09 21:13 
AnswerRe: Ritch text box Pin
Deresen23-Mar-09 22:30
Deresen23-Mar-09 22:30 
GeneralRe: Ritch text box Pin
Sajjad Leo25-Mar-09 18:50
Sajjad Leo25-Mar-09 18:50 
GeneralRe: Ritch text box Pin
Deresen25-Mar-09 22:13
Deresen25-Mar-09 22:13 
Question[Message Deleted] Pin
w.hooper23-Mar-09 20:56
w.hooper23-Mar-09 20:56 
GeneralRe: C# I need a windows service that returns values to any application via a DLL interface Pin
King Julien23-Mar-09 22:58
King Julien23-Mar-09 22:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.