panel

  1. S

    Click on panel and Move mouse Right, then panel follows X axis only?

    Hello everyone. i am working on a application. i need some help figuring out a problem i have with one of the features: i use Visual Basic express 2010 what the feature should do: i have 1 panel in the form that want the user to be able to move the panel along the location.X by now i have...
  2. A

    Controling a group of Buttons using Arrow Keys

    Hi, I'm new to Vb.net programming. I designed a simple form in which I put a group of buttons in a Panel. The panel is initially not Enabled. I added a Start button which Enabled the Panel. Next, I want to use the Arrow Keys to navigate between the buttons in the Panel. I have tried searching...
  3. 1

    Printing a form panel

    Hello, I came across this code online that helped me with printing a panel in my winform. <System.Runtime.InteropServices.DllImport("gdi32.dll")> _ Public Shared Function BitBlt(ByVal hdcDest As IntPtr, ByVal nXDest As Integer, ByVal nYDest As Integer, ByVal nWidth As Integer, ByVal...
  4. Y

    can any one online can help my problem ???

    just give me feedback if there you are now :cool::cool: thankyou it's abbout adding the usercontrol that i cant control the position and the location of each usercontrol added added in a panel it's only added straight to one column down but i want is to have more column as much as the width...
  5. A

    Question Several objects in same if-condition.

    Hello, I'm currently trying to make a beat generator, which allows you to add several labels (boxes) onto a panel, and then sound will be played when the "play slider" reaches the same x-value. However, i can't make the slider find the boxes. OK, so this is what I've got so far! Clicking my...
  6. O

    Printing Panel

    Hi All, I have been developing a app that uses a panel control that displays a scanned tiff file. I then can add controls to the panel that are transparent and highlight the document and also add controls to the panel that act as 'PostIt' notes. I now want to be able to print the document that...
  7. D

    Question How to change Panel Opacity?

    I have a Panel and a button control on windows form. Button is placed behind the Panel. I want to change the opacity of Panel, so that the button control can also be visible. But there is no property of panel control to change the opacity. Is there any way to make the Panel Opaque in this way?
  8. P

    Cannot place control on user control

    Hi all, I've created a user control that acts as a header for my forms onto which I can drop heading labels etc. This uses a custompanel control that inherits from panel and allows you to add curved corners, color gradients etc. I've used this in the past without any problem. I want to use my...
  9. PatelNehal4u

    Question listview in Panel Problem

    I am using a textbox which handle the name of the employee and when it get focus i am using a listview with detail view which shows all available employees and user have to select any of them. I am using all this control in a panel, unfortunately listview need more size then panel, and i cannot...
  10. matt1234hi5

    Question How can i make a panel scroll up.

    hello everyone, lets say I have a panel (tweet_holder) and its autoscroll is set to true because I need it to scroll, how can I make it scroll to the top? Or if that isn't possible, is there any way to know how far the user is scrolled down in the panel. Thanks.
Back
Top