C# - Create Silverlight Slide In Panel

Aug 1, 2011

I am looking to create a custom slide in menu that will host all of my modules for my application. The part I need guidance on is how to create the animation for the panel to slide in and out. I am looking to have a button on my application and when a user click on it I want it to expand down and right to show available modules. Is this done with the slider panel or a canvas, custom animation or something else?

View 2 Replies


ADVERTISEMENT

2 Panels On The Form - Panel One To Slide Height And Panel 2 To Slide Width

Oct 24, 2009

Im using this code

Private Sub Form1_MouseEnter(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.MouseEnter
For i As Integer = 38 To 2 Step -1
Panel1.Height = i
Next

[CODE]...

I have 2 panels on the form butttt for panel one i want to slide height and panel 2 i want it to slide width.

View 4 Replies

VS 2010 Slide Out Panel Control?

Jan 30, 2012

Just a quick one really folks. Has anyone come across any VB.net control that acts similarly to a kind of slide out panel. I'm thinking a form in which there is a little tab at the side which can be grabbed and pulled out to reveal more controls. (Pulling the panel over the current form). I assume that this is something I will have the create myself but I was just wondering whether anyone has come across a control that already does this.

View 4 Replies

Make Application Look Very Nice With A Slide Out Panel?

Aug 27, 2009

Alright im trying to make my application look very nice with a slide out panel. The panel has all the settings for the application.How do i make it so when the mouse is not on it, it will side back, But it will leave a tiny pixel of panel still showing. But when the mouse is over that how would i make it slide back out?

View 9 Replies

Create A Dock / Slide Tab Control?

Mar 13, 2012

I have a tab control on my MDI parent form that I want to have docked so just the tabs show from the bottom up on the screen. Then on mouse over it slides open to reveal another form/controls that are contained in the tabs.

Just to understand me a little better I am including some images.

The first is where I want the tabs to start. The second is where I want it to slide to on mouse over or click.

View 5 Replies

Create A Photo Slide-show In A PictureBox?

Mar 20, 2012

How to put more than 1 picture in a PictureBox then show all the pictures one by one such that it looks like a small slide-show?

I am working on a project that needs me to show all my products on the form.

View 1 Replies

Create A Simple Slide Show Using Timers?

Feb 14, 2011

I'm trying to create a simple slide show using timers.I tried this but doesn't seem to work.

Code:
Dim Count As Integer
If Count = 3 Then Timer1.Enabled = False
PictureBox1.Image = My.Resources.Water_lilies
Sleep(900000)

[Code]...

View 2 Replies

Create The Slide Transition In The Windows 8 Lock Screen?

Feb 25, 2012

How could i re create the slide transition in the windows 8 lock screen. I want my form1 to quickly slide up while revealing form2(Both forms are borderless and in maximized state) (like when the lock screen slides up while revealing the logon screen in windows 8)

View 2 Replies

Create A Dynamic Calendar In Silverlight?

May 26, 2009

I am attempting to create a long range calendar that dynamically loads (and unloads) event data as the user scrolls left or right through time. I'm really struggling to figure out how to lay the basic framework of the UI out and how to dynamically build the interface as the user scrolls by clicking and dragging the mouse in the view area. See the image below for a basic diagram of the intent. Each slice would have potentially multiple rectangles in it for events that occurred on that day (slice). I would like each slice to be a canvas to allow me to position those rectangles appropriately.

There are a few problems that I am not yet sure how to tackle but this is the first big one that I've been mulling over for a while and can't quite wrap my head around:

I know how to dynamically create controls but how would I go about adding things to one end of the scrollable content while removing things from the other depending on the way the user is scrolling?

View 2 Replies

How To Create Unit Test For ActualHeight In Silverlight 4

Apr 22, 2010

How can I write a unit test to test the actualWidth property to a userControl in Silverligh 4? I hoped that this method would pass, but it fails. I am using the Silverlight ToolKit april 2010, and VS 2010.

<TestMethod()> _
Public Sub TestAcrtualWidth()
Me.MyUserControl.Width = 100
Me.MyUserControl.UpdateLayout()
Assert.IsTrue(Me.MyUserControl.ActualWidth > 0)
End Sub

View 1 Replies

Port WinForms To Silverlight 2 Or Silverlight 3

Mar 19, 2009

I have a LOB app written in VB.NET with a WinForms front-end and SQL back-end. After many months weighing up how to get onto the Web, I decided last month to use Silverlight 2. Now, Silverlight 3 Beta is out, but there is no end-user runtime.

Does anyone know when the runtime will be available for deployment of SL 3 apps onto client sites?
My dev timeline is about 3 months: should I persist with SL 2 and then u/g to SL3, or jump straight in to SL3?

View 5 Replies

Panel Alignment - Center The Red Panel In The Middle Of The Dark Grey Panel ?

Jun 6, 2009

I need to center the red panel in the middle of the dark grey panel, when you resize the form the red panel should be in the middle, and the red panel can't be resize, anyone have a code or property to do this?

View 2 Replies

Create ASP.NET Page To Act As A "proxy" For Silverlight WebClient?

Sep 29, 2009

I need to create an ASP.NET application to access a URL, when this application is live it is able to access the feed URL correctly as the clientaccesspolicy.xml and crossdomain.xml are on the server but only allow non-localhost connections so the debug version won't connect. How do I create a file, so this kind of link:

[URL]

Can be used to pass-through to the RSS feed service live URL like:

[URL]

So that I can develop my application via localhost as I can add a clientaccesspolicy and crossdomain file to this application so my Silverlight Application can access the live RSS service, while being developed without having to deploy it online every time I need to see what the application will look like.
A dummy RSS file is not suitable as I need to see various "Items" from the Feed.

View 1 Replies

How To Create A Table On A Panel

Dec 16, 2009

how to create a table on a panel at runtime

View 3 Replies

Create A Panel Visable Logic?

Aug 15, 2011

I am going mad trying to sort this logict

Public Sub Panels()
If RadPanelSearchCur.Visible = True Then
RadPanelTenant.Visible = False
'RadPanelProp.Visible = False

[code].....

the idea is if one panel is opened the others are closed?

View 3 Replies

Create Two Semi Transparent Panel?

Feb 14, 2010

I am trying to create two semi transparent panel.When I click on panel 1, the color is semi-transparent red. Panel 2 will become semi-transparent green. When I click on panel 2, the color is semi-transparent red. Panel 1 will become semi-transparent green.

Using class below:

Public Class TransparentPanel
Inherits Panel
Private mIsActive As Boolean = False
Public WriteOnly Property IsActive() As Boolean

[code].....

When I click on panel 1, it is semi-red, when I click on panel 2, panel 1 become semi-green. When I click back on panel 1, it seems to draw the semi-red on top and make it not semi-red but more red. The more click I do, the transparent is gone. Is there a way to drop the graphics and repaint it with semi-red? OR, is there a way to restore the graphics to its original state in semi-red? OR, is there a way to clear the graphics and repaint it with semi-red?

View 2 Replies

How To Create Dynamic Groupboxes In The Panel

Jun 30, 2010

How can Create Dynamic Groupboxes in the Panel??and also create Radiobuttons in each Dynamic GroupBoxes??

View 1 Replies

VS 2008 Create Panel Within A Picturebox?

Jan 31, 2010

Is there anyway of creating a panel within a picturebox?

View 1 Replies

Create A Panel In WPF That Can Be Dragged Outside The Main Window?

Apr 7, 2010

Trying to replicate the docking controls in Visual Studio 2008. My application replays the RADAR environment for the FAA and I want the ability for dual monitor users to drag the control panels to the other monotor to leave the main canvas clear. This functionality is similar to the way the different panels in VS can be dragged outside of the main window.

View 1 Replies

Create A Vertical Separation Line In A Panel?

Jun 5, 2011

I need to create a vertical separation line in a panel?

do i need to create a place holder and just load an image

View 1 Replies

Create And Change A Panel Object At Run Time?

Jan 9, 2012

I havn't got any test code for this, as i dont know what way i am going to approach this yet.

at the moment i have a groupbox on a form with 3 radio buttons.

what i would like to happen is when a radio button is selected for it to display a panel with a few controls on it.

i am looking to know what is the best way to code this, i have read a few guides on creating objects at runtime, but none of which i have looked at have any information on adding objects to the likes of a panel.

i am thinking that their are probbably 2 way to attempt this.

my logical thinking tells me i should either

1) Create a class will contain the controls and subs that i need and then try to load the class when it is needed.

2)create a control array then try and work with it that way.

View 9 Replies

Create Custom Transparent Panel Control In VB?

Dec 27, 2008

I'm trying to create a simple transparent PANEL control. I want to create a custom control based on the existing Panel Control with a property added called "transparent" which can be set to true or false. If it's set to true it's transparent(not invisible). So if I place it over some controls in a form say a button or text box... they are visible but disabled.

View 2 Replies

Create Pre Style Snap To Grid On Panel

Feb 20, 2012

how can i implement a pre vb.net style snap to grid effect on a panel (at design time)?if you remember, you start dragging a control + the grid has a (gravitational) pull on the control

View 6 Replies

VS 2008 Create A Panel Tasks Runtime

Aug 14, 2010

I need to create a custom panel that will let me add items to the 'Panel Tasks' list: how I might accomplish adding items to this list and make it usable during runtime? I look at the Controls.Panel properties, but nothing was immediately apparent and, surprisingly, I wasn't able to find much via Google.

View 5 Replies

VS 2010 Create Forms With Panel Opacity

May 30, 2011

I want to create forms with panel opacity, but this is not possible. Panel's don't have an opacity option and making the entire form transparent, makes everything you put into it just as transparent.

[Code]...

View 12 Replies

VS 2010 Save As Class - Create A Panel Full Of Items

Dec 21, 2010

how to create a panel full of items (textboxes, buttons, labels, ...) and save it as a class with all it's properties so I can create it and place as object on other panel. My goal is to create an application with menu on the side and change workspace (the part on the rest of the form) between 3 or more possible different "workspaces" (made by the classes).

View 5 Replies

VS 2008 Add Buttons To Panel, Button/tab References Create/destroy Entire Tabs/layouts?

Feb 18, 2010

I need to know how to have a button on a tab to create another button on a second tab that contains a panel, with appropriate spacing, the same size as other buttons already present, and the name of the tab that generated this new button as the text on the newly created button. I.e. button1 on tab1 will create and place a new button on a panel in tab2 that already has a grid of buttons (maybe 3x10 buttons) which will be placed underneath a particular column with the text tab2 on the new button which can also refer back to that tab automatically. Hopefully we can get all this code under a single button event.

I also don't know how to have a button on tab1 that focuses on tab2, which sets the back button on tab2 with a reference to go back to tab1 in order to remain dynamic. I.e. clicking on tab1's button will go to tab2 and set the back button there with a link back to the tab it was referred from.

I'd also like to know if there's an easy way to create and destroy tabs with a specific layout. I.e. We have home tab, and comment tab. (This is for the sake of argument) On the comment tab1 (which contains all posted comments), we have a new comment button which creates a comment tab2 (or a dialog box for that matter) with appropriate textboxes, labels, and buttons in the right places which could also make use of the issues I posted above. So the new comment button on the comment tab1 will create either a new comment tab2 with appropriate objects, or a dialog box with the same, and then the submit button on this comment tab2 or box will create a new textfield/buttons on the panel containing the grid of buttons with the information provided in the fields from comment tab2/dialog box which is then destroyed.

I hope i haven't made the examples too confusing, but I can't figure out how to even make progress in these directions. Trying either fails completely, or semi-fails in getting these examples to function 100%.

I've already tried posting in other forums, but with no replies. Hopefully you all can help me figure this out.EDIT: This is not homework, I have scoured forums and google trying to find the answer to these problems. I'm hoping that because these are mainly VB based forums I can find some answers here.

View 6 Replies

Use Pop Out Panels That Would Just Slide ?

Jun 12, 2011

I like to use pop out panels that would just slide but sometimes it looks bad. is there a way i can fix it to make is as smooth as possible?

Here is the code i use:

dim pp as new point
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
pp = Panel1.Size
End Sub

[CODE]...

View 1 Replies

Make A Slide Show?

Jul 5, 2011

I was wondering if anybody could tell me how to make a slide show for a picture viewer. I already have a counter set up for it... all I really need help with is a timer to change the pictures. Here is the application's page and source code:

[Code]...

View 5 Replies

MS PowerPoint Slide Background?

Mar 20, 2012

I'm currently working with PowerPoint in VB.NET and having a bit of trouble getting a slide to have an individual background. Using the SlideMaster method changes all slide in the presentation and I want only one to be affected

PS Using the Background.Fill.UserPicture method doesn't seem to be working, but I'm not sure why...

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved