Click here to Skip to main content
15,921,351 members
Home / Discussions / C#
   

C#

 
AnswerRe: creating labels Pin
Alaric_22-Jan-07 2:40
professionalAlaric_22-Jan-07 2:40 
GeneralRe: creating labels Pin
boss-tech22-Jan-07 2:55
boss-tech22-Jan-07 2:55 
GeneralRe: creating labels [modified] Pin
Martin#22-Jan-07 3:48
Martin#22-Jan-07 3:48 
AnswerRe: creating labels Pin
Alaric_22-Jan-07 4:01
professionalAlaric_22-Jan-07 4:01 
GeneralRe: creating labels [modified] Pin
boss-tech23-Jan-07 7:35
boss-tech23-Jan-07 7:35 
AnswerRe: creating labels Pin
David Domingues22-Jan-07 4:10
David Domingues22-Jan-07 4:10 
GeneralRe: creating labels Pin
Alaric_22-Jan-07 10:37
professionalAlaric_22-Jan-07 10:37 
GeneralRe: creating labels Pin
David Domingues22-Jan-07 23:57
David Domingues22-Jan-07 23:57 
GeneralRe: creating labels Pin
Alaric_23-Jan-07 2:08
professionalAlaric_23-Jan-07 2:08 
Questionloading authentication information from a config file Pin
Alaric_22-Jan-07 2:22
professionalAlaric_22-Jan-07 2:22 
QuestionGet Desktop Layout Pin
deanpugh22-Jan-07 2:12
deanpugh22-Jan-07 2:12 
AnswerRe: Get Desktop Layout Pin
Dave Kreskowiak22-Jan-07 5:12
mveDave Kreskowiak22-Jan-07 5:12 
GeneralRe: Get Desktop Layout Pin
deanpugh22-Jan-07 5:17
deanpugh22-Jan-07 5:17 
GeneralRe: Get Desktop Layout Pin
Dave Kreskowiak22-Jan-07 6:03
mveDave Kreskowiak22-Jan-07 6:03 
GeneralRe: Get Desktop Layout Pin
deanpugh22-Jan-07 6:11
deanpugh22-Jan-07 6:11 
AnswerRe: Get Desktop Layout Pin
Marc Clifton22-Jan-07 5:22
mvaMarc Clifton22-Jan-07 5:22 
GeneralRe: Get Desktop Layout Pin
deanpugh22-Jan-07 5:28
deanpugh22-Jan-07 5:28 
GeneralRe: Get Desktop Layout Pin
Marc Clifton22-Jan-07 5:39
mvaMarc Clifton22-Jan-07 5:39 
QuestionDuplicate child forms Pin
baluts22-Jan-07 1:55
baluts22-Jan-07 1:55 
AnswerRe: Duplicate child forms Pin
Marc Clifton22-Jan-07 5:40
mvaMarc Clifton22-Jan-07 5:40 
baluts wrote:
but when we again click the same menu the sme form will come duplicating.. how can we avoid this ?


The point of MDI is to be able to open multiple documents. You either want SDI (single document interface) or you need to test if the form is already open. Sort of defeats the purpose of MDI though.

Marc


Thyme In The Country

People are just notoriously impossible. --DavidCrow
There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith


QuestionHow to change a homebrew screen saver's title? Pin
Lumpie22-Jan-07 1:18
Lumpie22-Jan-07 1:18 
QuestionHide Taskbar Pin
TRK@UK22-Jan-07 1:13
TRK@UK22-Jan-07 1:13 
JokeRe: Hide Taskbar Pin
blackjack215022-Jan-07 1:17
blackjack215022-Jan-07 1:17 
GeneralRe: Hide Taskbar Pin
TRK@UK22-Jan-07 1:20
TRK@UK22-Jan-07 1:20 
GeneralRe: Hide Taskbar Pin
aSarafian22-Jan-07 2:43
aSarafian22-Jan-07 2:43 

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.