Click here to Skip to main content
15,888,816 members
Home / Discussions / C#
   

C#

 
QuestionLockbits and 8-bit grayscale images Pin
gigahertz20522-Jul-08 12:39
gigahertz20522-Jul-08 12:39 
AnswerRe: Lockbits and 8-bit grayscale images Pin
Guffa22-Jul-08 13:39
Guffa22-Jul-08 13:39 
GeneralRe: Lockbits and 8-bit grayscale images Pin
gigahertz20522-Jul-08 15:26
gigahertz20522-Jul-08 15:26 
GeneralRe: Lockbits and 8-bit grayscale images Pin
Luc Pattyn22-Jul-08 15:42
sitebuilderLuc Pattyn22-Jul-08 15:42 
GeneralRe: Lockbits and 8-bit grayscale images Pin
gigahertz20522-Jul-08 15:50
gigahertz20522-Jul-08 15:50 
GeneralRe: Lockbits and 8-bit grayscale images Pin
Guffa23-Jul-08 4:33
Guffa23-Jul-08 4:33 
QuestionOpen (or focus) forms from listbox items Pin
nelsonpaixao22-Jul-08 12:34
nelsonpaixao22-Jul-08 12:34 
AnswerRe: Open (or focus) forms from listbox items Pin
Luc Pattyn22-Jul-08 13:29
sitebuilderLuc Pattyn22-Jul-08 13:29 
Hi,

you could keep a Dictionary<string,form> that maps titles to Forms, and before opening
a new Form, look for an existing one if any, then act accordingly. You would have to
remove entries when forms get closed then, using the Closed event.

Or use Application.OpenForms and search for a matching title.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

Voting for dummies? No thanks. Dead | X|


AnswerRe: Open (or focus) forms from listbox items Pin
nelsonpaixao23-Jul-08 14:06
nelsonpaixao23-Jul-08 14:06 
Questiondata insert mysql+c# Pin
SHINOJK22-Jul-08 12:09
SHINOJK22-Jul-08 12:09 
AnswerRe: data insert mysql+c# Pin
Dirso22-Jul-08 12:30
Dirso22-Jul-08 12:30 
GeneralRe: data insert mysql+c# Pin
Mbah Dhaim22-Jul-08 23:37
Mbah Dhaim22-Jul-08 23:37 
QuestionYet another multi-threading question... Pin
DavidBoyd22-Jul-08 11:58
DavidBoyd22-Jul-08 11:58 
Questionpivot table control in c# Pin
Shuaib wasif khan22-Jul-08 11:46
Shuaib wasif khan22-Jul-08 11:46 
AnswerRe: pivot table control in c# Pin
Vimalsoft(Pty) Ltd22-Jul-08 12:03
professionalVimalsoft(Pty) Ltd22-Jul-08 12:03 
GeneralRe: pivot table control in c# Pin
PIEBALDconsult22-Jul-08 12:10
mvePIEBALDconsult22-Jul-08 12:10 
AnswerRe: pivot table control in c# Pin
Guffa22-Jul-08 12:22
Guffa22-Jul-08 12:22 
QuestionCreate a file chooser. Pin
AgroDuck22-Jul-08 11:32
AgroDuck22-Jul-08 11:32 
AnswerRe: Create a file chooser. Pin
Vimalsoft(Pty) Ltd22-Jul-08 11:56
professionalVimalsoft(Pty) Ltd22-Jul-08 11:56 
AnswerRe: Create a file chooser. Pin
PIEBALDconsult22-Jul-08 12:13
mvePIEBALDconsult22-Jul-08 12:13 
Questionsocket programming Pin
AlexPizzano22-Jul-08 11:28
AlexPizzano22-Jul-08 11:28 
AnswerRe: socket programming Pin
DavidBoyd22-Jul-08 11:47
DavidBoyd22-Jul-08 11:47 
GeneralRe: socket programming Pin
AlexPizzano22-Jul-08 11:50
AlexPizzano22-Jul-08 11:50 
AnswerRe: socket programming Pin
nelsonpaixao22-Jul-08 12:22
nelsonpaixao22-Jul-08 12:22 
QuestionBlocking Input Pin
Dirso22-Jul-08 11:15
Dirso22-Jul-08 11:15 

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.