Click here to Skip to main content
15,890,527 members
Home / Discussions / C#
   

C#

 
GeneralRe: GetWindow Pin
yyf26-Feb-04 3:21
yyf26-Feb-04 3:21 
QuestionGet the width of a (formatted) string? Pin
Verdant12325-Feb-04 9:56
Verdant12325-Feb-04 9:56 
AnswerRe: Get the width of a (formatted) string? Pin
Judah Gabriel Himango25-Feb-04 10:42
sponsorJudah Gabriel Himango25-Feb-04 10:42 
GeneralRe: Get the width of a (formatted) string? Pin
Verdant12325-Feb-04 12:26
Verdant12325-Feb-04 12:26 
GeneralException thrown from within Application.Run(Form); Pin
jerrycainjr25-Feb-04 9:25
jerrycainjr25-Feb-04 9:25 
GeneralRe: Exception thrown from within Application.Run(Form); Pin
scadaguy25-Feb-04 10:33
scadaguy25-Feb-04 10:33 
QuestionHow to get the number of visible forms on screen ? Pin
Andres Coder25-Feb-04 9:04
Andres Coder25-Feb-04 9:04 
AnswerRe: How to get the number of visible forms on screen ? Pin
Verdant12325-Feb-04 12:38
Verdant12325-Feb-04 12:38 
if i am not mistaken, there is nothing in "System.Windows" except the forms namespace...

this is probably because the current .net windows gui system is called "Windows Forms"

as to counting the number of open forms, why not either make an inheritable form with a counter to use in your applications, or increment and decrement a counter when you open/close forms....

other then that all i can think of is using EnumWindows in user32, and checking the window titles...
GeneralRe: How to get the number of visible forms on screen ? Pin
Andres Coder25-Feb-04 21:51
Andres Coder25-Feb-04 21:51 
GeneralRe: How to get the number of visible forms on screen ? Pin
Verdant12326-Feb-04 2:25
Verdant12326-Feb-04 2:25 
Generalcool icons Pin
OmegaSupreme25-Feb-04 8:21
OmegaSupreme25-Feb-04 8:21 
GeneralRe: cool icons Pin
RNEELY25-Feb-04 8:29
RNEELY25-Feb-04 8:29 
GeneralRe: cool icons Pin
OmegaSupreme25-Feb-04 9:24
OmegaSupreme25-Feb-04 9:24 
GeneralRe: cool icons Pin
Werdna25-Feb-04 8:40
Werdna25-Feb-04 8:40 
GeneralRe: cool icons Pin
RNEELY25-Feb-04 9:16
RNEELY25-Feb-04 9:16 
GeneralRe: cool icons Pin
OmegaSupreme25-Feb-04 9:27
OmegaSupreme25-Feb-04 9:27 
GeneralDynamic display of datagrids with Checkboxes Integrated Pin
Ananthanatarajan25-Feb-04 6:36
Ananthanatarajan25-Feb-04 6:36 
GeneralRe: Dynamic display of datagrids with Checkboxes Integrated Pin
Heath Stewart25-Feb-04 7:23
protectorHeath Stewart25-Feb-04 7:23 
GeneralRuntime user code Pin
Joel Holdsworth25-Feb-04 6:28
Joel Holdsworth25-Feb-04 6:28 
GeneralRe: Runtime user code Pin
Heath Stewart25-Feb-04 6:59
protectorHeath Stewart25-Feb-04 6:59 
GeneralHttpWebRequest authentication Pin
godzooky25-Feb-04 4:23
godzooky25-Feb-04 4:23 
GeneralRe: HttpWebRequest authentication Pin
Heath Stewart25-Feb-04 5:20
protectorHeath Stewart25-Feb-04 5:20 
GeneralRe: HttpWebRequest authentication Pin
godzooky25-Feb-04 5:36
godzooky25-Feb-04 5:36 
GeneralRe: HttpWebRequest authentication Pin
Heath Stewart25-Feb-04 6:23
protectorHeath Stewart25-Feb-04 6:23 
GeneralSome questions about webservice Pin
Forrest Feather25-Feb-04 4:16
Forrest Feather25-Feb-04 4:16 

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.