Forum  Community Devel...  Community Frame...  Mouse Capture
Previous Previous
 
Next Next
New Post 9/27/2011 5:21 AM
  JamesC
634 posts
www.redcastle.co.uk
1st Level Poster




Re: Mouse Capture 
Modified By JamesC  on 9/27/2011 8:21:57 AM)

Hi again,

you can still go ahead withe the showpopup - you just have to change the popup properties:

eg if your calendar controls are on frmCalendar and your textbox is txtCandar then this will show the popup form directly below your textbox:

frmCaendar CalendarPopUp = new frmCalendar();

CalendarPopUp.Width = txtCalendar.Width; //optional setting that one

CalendarPopUp.ShowPopUp(txtCalendar, DialogAlignment.Below);

 

Currently what is your Calendar Controller - a UserControl?

if so you can easily convert it to a form by editing this line of code at the top of the CS file:

 

partial class UserControl1 : UserControl

to read

public

partial class UserControl1 : Form

 

 

public

 
New Post 10/1/2011 2:03 PM
  palli
11838 posts
1st Level Poster




Re: Mouse Capture 

Hi radoso,

I see that James has already stepped in for help. Thanks James.

Please let us know if James's suggestion(s) didn't help.

Palli

 


Páll Björnsson - Visual WebGui support team - Email: support@visualwebgui.com
 
Previous Previous
 
Next Next
  Forum  Community Devel...  Community Frame...  Mouse Capture
CompanionKit Bottom
.NET Web, Cloud and Mobile application delivery platform | Sitemap | Terms of Use | Privacy Statement | Copyright © 2005-2011 Visual WebGui®       Visual WebGui weblog on ASP.NET Visual WebGui Group on LinkedIn Visual WebGui updates on Twitter Visual WebGui Page on Facebook Visual WebGui YouTube Channel Visual WebGui Platform News RSS