Click here to Skip to main content
15,902,198 members

Comments by Member 8652316 (Top 8 by date)

Member 8652316 13-Mar-15 5:18am View    
I am using Windows forms user control in WPF. i have hosted the "gCollapsableGroupBox" control in WPF. this is collapsable GroupBox. I want to place any of the WPF controls with in this GroupBox(gCollapsableGroupBox).

Thanks for your resonse.
Member 8652316 6-Jun-12 11:01am View    
I did some javascript but by using this i able to increase width but not height in click event of textbox. please have a look on the code

&<script type="text/javascript">
function Increase_Size()
{
document.getElementsByName('txtID').type.size="40";
}


i called this function in textbox onclick event..
Member 8652316 6-Jun-12 10:55am View    
hmm.. Thank you very much. its working fine

One more request when i click on textbox it should automatically increase the size(height) with out enter any text in textbox.. Is it possible?
Member 8652316 6-Jun-12 9:30am View    
thanks for reply i don't know how to use jquery in textbox click event, Please let me know once..
Member 8652316 18-Apr-12 11:43am View    
the solution that u sent is for ASP.net but it didn't work for windows.. Thanks