Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
A

al2006

@al2006
About
Posts
4
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to manipulate Windows forms?
    A al2006

    Thanks Christian for reply. Could you please give me a sample of how to use Application.Forms collection for my purpose? Thank you.

    Visual Basic winforms tutorial question

  • How to manipulate Windows forms?
    A al2006

    Thank you for the inputs. If I would do the newform global, how then i can access and change individual forms properties? Does some one can give me a workable solution Thanks again.

    Visual Basic winforms tutorial question

  • How to manipulate Windows forms?
    A al2006

    I am using Visual Studio 2008 I thought it might help if I mention this info. Thanks

    Visual Basic winforms tutorial question

  • How to manipulate Windows forms?
    A al2006

    Hi , I’m doing a little experiment. I created procedures that can create new forms at run time. ------------------------------------------ Private Sub createForms() Dim i As Integer For i = 1 To 10 newform = New Form newform.Name = "Form_" + i.ToString newform.Show() Next End Sub ------------------------------------------ Now I want to move those forms on the screen, close them one by one, change size etc. I cant find the way to acces the forms that I just created. I tried using newform.Name property but it dosent work. Any suggestions??? Thanks

    Visual Basic winforms tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups