Click here to Skip to main content
15,894,546 members
Home / Discussions / C#
   

C#

 
GeneralRe: Is it allowed to use the <p></p> tag in Xml Summary Comment tag ? Pin
Chris Richner11-Feb-03 11:25
Chris Richner11-Feb-03 11:25 
AnswerRe: Is it allowed to use the tag in Xml Summary Comment tag ? Pin
James T. Johnson11-Feb-03 20:17
James T. Johnson11-Feb-03 20:17 
Questionknowing the client visible area of datagrid ? Pin
Paresh Gheewala11-Feb-03 9:18
Paresh Gheewala11-Feb-03 9:18 
GeneralSerial port baud rate programming Pin
moacirferreira11-Feb-03 4:36
moacirferreira11-Feb-03 4:36 
GeneralRe: Serial port baud rate programming Pin
perlmunger11-Feb-03 4:50
perlmunger11-Feb-03 4:50 
QuestionHow do I create a command window/console? Pin
se99ts11-Feb-03 3:54
se99ts11-Feb-03 3:54 
AnswerRe: How do I create a command window/console? Pin
perlmunger11-Feb-03 4:39
perlmunger11-Feb-03 4:39 
GeneralRe: How do I create a command window/console? Pin
se99ts11-Feb-03 5:05
se99ts11-Feb-03 5:05 
GeneralRe: How do I create a command window/console? Pin
perlmunger11-Feb-03 5:59
perlmunger11-Feb-03 5:59 
GeneralRe: How do I create a command window/console? Pin
jtmtv1811-Feb-03 9:29
jtmtv1811-Feb-03 9:29 
GeneralRe: How do I create a command window/console? Pin
se99ts11-Feb-03 10:00
se99ts11-Feb-03 10:00 
GeneralRe: How do I create a command window/console? Pin
se99ts11-Feb-03 9:59
se99ts11-Feb-03 9:59 
GeneralCurious about C# and desktop apps Pin
John Mautari11-Feb-03 3:45
John Mautari11-Feb-03 3:45 
GeneralRe: Curious about C# and desktop apps Pin
Stephane Rodriguez.11-Feb-03 4:14
Stephane Rodriguez.11-Feb-03 4:14 
GeneralRe: Curious about C# and desktop apps Pin
TigerNinja_11-Feb-03 8:18
TigerNinja_11-Feb-03 8:18 
GeneralRe: Curious about C# and desktop apps Pin
Stephane Rodriguez.11-Feb-03 8:44
Stephane Rodriguez.11-Feb-03 8:44 
GeneralRe: Curious about C# and desktop apps Pin
jpwkeeper11-Feb-03 9:01
jpwkeeper11-Feb-03 9:01 
GeneralRe: Curious about C# and desktop apps Pin
John Mautari11-Feb-03 9:34
John Mautari11-Feb-03 9:34 
GeneralRe: Curious about C# and desktop apps Pin
Furty12-Feb-03 19:59
Furty12-Feb-03 19:59 
GeneralError Creating Window Handle Pin
jpwkeeper11-Feb-03 1:51
jpwkeeper11-Feb-03 1:51 
I'm having a problem where I run out of window handles, even though the number seems to be within the realm of the sane.

What I'm doing is creating a scrollable list of bar charts. The bar charts are interactive, so what I did was make each bar a separate control. This made selecting, floating tooltips, and many other things very easy. They're built dynamically. I was very proud of this idea.

Now, I have 100 bar charts, with 108 bars (in this case) each and say 12 other controls per chart (may be slightly less than that). That only amounts to 12,000 window handles, which even on 95/98 should be OK and I'm running XP Pro. I can't imagine that my main app window is using over 4,384 window handles.

When I hit my AddRange, I run out of window handles and get "Error Creating Window Handle".

I can't even do this with 50 charts. Any ideas on how to work around this without having to re-write my bar graph displays? Also, any idea on how spy on my application's window handle usage so I can determine exactly what I'm up against?

John Woodard
GeneralRe: Error Creating Window Handle Pin
perlmunger11-Feb-03 5:00
perlmunger11-Feb-03 5:00 
GeneralRe: Error Creating Window Handle Pin
leppie11-Feb-03 6:05
leppie11-Feb-03 6:05 
GeneralRe: Error Creating Window Handle Pin
jpwkeeper11-Feb-03 8:57
jpwkeeper11-Feb-03 8:57 
GeneralRe: Error Creating Window Handle Pin
leppie11-Feb-03 9:35
leppie11-Feb-03 9:35 
GeneralRe: Error Creating Window Handle Pin
leppie11-Feb-03 9:39
leppie11-Feb-03 9:39 

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.