 |
|
|
 |
|
 |
I have an ini file which is passed to me as a string.Can i use the ini4j api to read values from this string and then write back to it.
Thanks
Marlys
|
|
|
|
 |
|
 |
After setting the Dock property of the control to Fill, I receive the following error message while restoring the window after minimizing
System.ArgumentException: Parameter is not valid.
at System.Drawing.Bitmap..ctor(Int32 width, Int32 height, PixelFormat format)
at System.Drawing.Bitmap..ctor(Int32 width, Int32 height)
at KIS.Controls.Windows.HeaderPanel.DrawCaption(Graphics canvas)
|
|
|
|
 |
|
 |
The caption is none client area, right? But I can't get WM_NCLBUTTONDOWN message in the caption? Why?? Who knows? Anyone who knows please send mail to me: maxl@yahoo.cn ,thanks!
|
|
|
|
 |
|
 |
Nice control, something I've been wanting to do for awhile.
Here's my question: It seems that the panel's shadow "fades" to white, not the background color of the form.
Does the form background need to be white, or is the implementation of the shadow not fading it transparently?
See a related article which does a transparent shadow. "Transparent Drop Shadow in C# (GDI+)"
Suggestion to author: Perhaps you could utilize the code in that article to paint a transparent shadow.
-- modified at 19:24 Tuesday 26th June, 2007
|
|
|
|
 |
|
 |
if some one can help.
i want to create a docking control of this control but can't figer out how to do that an i have tryd evrything but no succes.
i have only succeed to ad a label at the top under the caption but if jou a a control to it an docked to fill it hides behind the label.
helllllp
more people more fun
|
|
|
|
 |
|
 |
Hey, thanks for the control.
One bug noticed today while trying it.
If you put some control into this panel and that control has Anchor other than upper-left it will move on every refresh.
Let me know if you need more info.
|
|
|
|
 |
|
 |
Hi Gary Perkin,
Thankx alot for providing such a User Friendly Code.
I have one problem when I try to put image in Button.
Kindly suggest some Solution.
Thanks Alot in Advance
Rahul Joshi
|
|
|
|
 |
|
 |
can you please implement the rounding of corners.
this control is great! it just lacks rounding of corners
|
|
|
|
 |
|
 |
Did you implement the ClientSize so that you cannot place controls on top of headers?
|
|
|
|
 |
|
 |
Hello,
No I didn't. Actually you have to intercept the WM_NCXXXX message and the recalculate the client area in that message handler.
Regards,
Prasad P. Khandekar
Knowledge exists, man only discovers it.
|
|
|
|
 |
|
 |
Good control, thanks first.
But if i put a unDockFill control in this panel, and move this control extend the border of panel intended,
and then, i turn AutoScroll to True for panel,run it,
when scrolling, perphas the panel haven't repaint, so the panel get messy.
|
|
|
|
 |
|
 |
Hello,
Thank's a lot for brining this issue to my attention. I shall be posting an update which will fix this issue soon (2-3 Days).
Regards,
Prasad P. Khandekar
Knowledge exists, man only discovers it.
|
|
|
|
 |
|
 |
How about raising some events in the control :
1. captionIconClick
2. captionIconDoubleClick
3. captionAreaClick
4. captionAreaDoubleClick
Something like that.
best, Bill
"The greater the social and cultural distances between people, the more magical the light that can spring from their contact." Milan Kundera in Testaments Trahis
|
|
|
|
 |
|
 |
Thanks so much for this very nice piece of control design.
best, Bill
"The greater the social and cultural distances between people, the more magical the light that can spring from their contact." Milan Kundera in Testaments Trahis
|
|
|
|
 |
|
 |
System.ArgumentException: Rectangle '{X=0,Y=0,Width=147,Height=0}' cannot have a width or height equal to 0.
|
|
|
|
 |
|
 |
Hello,
Are you getting this exception at design time?
Regards,
Prasad P. Khandekar
Knowledge exists, man only discovers it.
|
|
|
|
 |
|
 |
I get this exception at runtime (probably it exsists in design time)
grab window bottom and drag on top.
I think this happens on brush creation or something like.
|
|
|
|
 |
|
 |
Hello,
I have corrected the said bug and updated the source. Also added in this release is support for four new border styles namely (Inset,Outset,Groove and Ridge).
Regards,
Prasad P. Khandekar
Knowledge exists, man only discovers it.
|
|
|
|
 |
|
 |
Nice looking control
How about using the SystemInformation class in System.Windows.Forms to setup defaults like the CaptionHeight, etc? This will allow the defaults to have a better L&F on different setups
|
|
|
|
 |
|
 |
Hello,
I have incorporated your suggestion. Have a look at the new control and let me know about your opinion.
Regards,
Prasad P. Khandekar
Knowledge exists, man only discovers it.
|
|
|
|
 |