Please, help me. public myChildWindow() { InitializeComponent(); // set left and top from saved values Margin = new Thickness(70, 50, 0, 开发者_如何学C0);
I am trying to get a control to follow the cursor when the user clicks and drag the control. The problem is that 1.) the control doesn\'t go to the mouse\'s position, and 2.) the control flickers and开
If I have a view inside another view, than its x,y values are relevant to its parent view. I would like to know its x y position relative to the whole screen window-
Could you please help me !!!! For example, I load some page into opera/Firefox etc., there is a text on the page (which is a link). What I need is to find position of the text on the screen and send m
I have a site that has 2 DIV tags, one floats left the other floats right. The left DIV contains text for the page, the other DIV is used to display a video.
I have a div and I have content inside of it.When I make this di开发者_如何学Gov position:relative; it renders all the content inside unclickable only in IE7.When I change it to absolute, static or fi
After playing around with position() in vain I was googling around for a solution and arrived at this older stackoverflow question which almost describes my problem.
I use Visual Studio .NET to create a Windows-based application. The application includes a form named CForm. CForm contains 15 controls that enable users to set basic configuration options for the app
I\'m having a problem with my site http://artygirl.co.uk/pixie/about/ I can\'t seem to get the footer to automatically stick to the bottom of the browser, and show the rest of my background.
I am creating a list .. the elements of the list are drawn from sqlite database .. I populate the list using ArrayList and ArrayAdapter ...upon clicking the items on the list I want to be able to fire