Click here to Skip to main content
15,900,325 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# code to find Prime Numbers Pin
Robert Rohde21-May-05 20:04
Robert Rohde21-May-05 20:04 
GeneralRe: C# code to find Prime Numbers Pin
diabolusgorgon21-May-05 13:27
diabolusgorgon21-May-05 13:27 
GeneralRe: C# code to find Prime Numbers Pin
Robert Rohde21-May-05 20:37
Robert Rohde21-May-05 20:37 
QuestionHow to include HTML Pin
Murtuza Husain Miyan Patel21-May-05 4:13
professionalMurtuza Husain Miyan Patel21-May-05 4:13 
AnswerRe: How to include HTML Pin
DavidNohejl21-May-05 4:22
DavidNohejl21-May-05 4:22 
Generalobfuscator/urgent!!! Pin
rabi kumar21-May-05 1:39
rabi kumar21-May-05 1:39 
GeneralListbox Context Menu Pin
Da`Sooty20-May-05 23:06
Da`Sooty20-May-05 23:06 
GeneralRe: Listbox Context Menu Pin
S. Senthil Kumar21-May-05 0:16
S. Senthil Kumar21-May-05 0:16 
That's fairly simple. Create a context menu by drag/dropping a ContextMenu from the Toolbox. Subscribe to the MouseDown event of the listbox. Check if there are any items selected (listBox.SelectedIndex != -1). If true, then call contextMenu.Popup().

Regards
Senthil
_____________________________
My Blog | My Articles | WinMacro
GeneralRe: Listbox Context Menu Pin
Robert Rohde21-May-05 0:26
Robert Rohde21-May-05 0:26 
GeneralProblem reading stream Pin
AnonymousTwo20-May-05 22:50
AnonymousTwo20-May-05 22:50 
GeneralRe: Problem reading stream Pin
Robert Rohde21-May-05 0:48
Robert Rohde21-May-05 0:48 
Generaljoin DBF files Pin
Bedevian20-May-05 20:07
Bedevian20-May-05 20:07 
GeneralRe: join DBF files Pin
Robert Rohde20-May-05 20:56
Robert Rohde20-May-05 20:56 
GeneralRe: join DBF files Pin
Bedevian20-May-05 23:56
Bedevian20-May-05 23:56 
GeneralRe: join DBF files Pin
Robert Rohde21-May-05 0:15
Robert Rohde21-May-05 0:15 
GeneralRe: join DBF files Pin
Bedevian21-May-05 19:34
Bedevian21-May-05 19:34 
GeneralRe: join DBF files Pin
Robert Rohde21-May-05 20:02
Robert Rohde21-May-05 20:02 
GeneralRe: pass dataset to new database Pin
sevan22-May-05 21:03
sevan22-May-05 21:03 
GeneralShortcut key for C# Application Pin
Anonymous20-May-05 20:05
Anonymous20-May-05 20:05 
GeneralRe: Shortcut key for C# Application Pin
ekynox20-May-05 22:47
ekynox20-May-05 22:47 
GeneralNTFS Folder Security Permissions Pin
ekynox20-May-05 17:18
ekynox20-May-05 17:18 
GeneralWebResponse and UTF8 Pin
Danny Mark20-May-05 16:00
sussDanny Mark20-May-05 16:00 
GeneralDifference between WebClient and HttpWebRequest/Response Pin
Jason Manfield20-May-05 15:19
Jason Manfield20-May-05 15:19 
GeneralRe: Difference between WebClient and HttpWebRequest/Response Pin
minhpc_bk21-May-05 7:34
minhpc_bk21-May-05 7:34 
GeneralClient/Server application question Pin
StephenMcAllister20-May-05 14:48
StephenMcAllister20-May-05 14:48 

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.