Search results for query: *

  • Users: allimbued
  • Content: Threads
  • Order by date
  1. A

    UserControl Appearance in Panel

    I 'am trying to do the same, which is add the usercontrol (usrNewMenu) to a panel (pnlFrmArea). So I create an instance of the usrNewMenu called usrNewMenu_obj and then add this object to the main form and then the main form's panel, pnlFrmArea using the following commands...
  2. A

    paint the screen grey when the application begins

    I am trying to paint the Computer Screen grey for the duration that the splash screen and the next popup screen (both of the dimensions lesser than the Computer Monitor's)run, the background is always grey. I have the following for that...
  3. A

    .vb code queestion

    This question is a silly one but I need to know. I accidentally did something in my .vb code file and the following happened Please tell me what this is and a way to get rid of it. Thanks
  4. A

    Form resize ToolStripMenuItem

    Hi Is there a way to automatically resize the font of the ToolStripMenuItem when the MenuStrip size changes. For example, on form load I change the size of the menustrip. But the change in size does not trigger a change in the font size of the menu items (of type ToolStripMenuItem). Is there a...
  5. A

    User Control Parent Form Problem

    Hi, I am displaying a usercontrol on my parent form and it displays like this: Though the events such as button click on the usercontrol are fired appropriately, the user control fields are displayed as given in the picture. Please help.
  6. A

    MediaControl as ElementHost.Child() and form size

    I am using the System.Windows.Controls.MediaElement in my ElementHost Control of the form called SplashScreen1. In order to use the MediaElement, I have added the reference PresentationFramework.dll and imported the mediacontrol. Now I want to play the video called abc.wmv using my MediaElement...
  7. A

    Merge form.Designer.vb into form.vb

    I am developing an application using VB 2008. I have three forms say Form1, Form2 and Form3, the application codes are in files Form1.vb, Form2.vb and Form3.vb respectively. I have managed to merge all the three .vb files in one .vb file, MainForm1.vb. Going one step further, I was wondering...
  8. A

    View .frm and .frx

    I am trying to view .frm and .frx files on VB.NET. Is there a way that I can view the designer of this obsolete version of the form in VB.NET. Would appreciate your help. Thanks.
Back
Top