Click here to Skip to main content
15,886,724 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: for each Pin
moonshaddow16-Mar-09 19:04
moonshaddow16-Mar-09 19:04 
GeneralRe: for each Pin
Christian Graus16-Mar-09 19:12
protectorChristian Graus16-Mar-09 19:12 
GeneralRe: for each Pin
moonshaddow16-Mar-09 19:31
moonshaddow16-Mar-09 19:31 
GeneralRe: for each Pin
Christian Graus16-Mar-09 21:11
protectorChristian Graus16-Mar-09 21:11 
GeneralRe: for each Pin
moonshaddow16-Mar-09 21:15
moonshaddow16-Mar-09 21:15 
QuestionHow I create a signout code in asp.net 2 Pin
anilgokulam116-Mar-09 18:29
anilgokulam116-Mar-09 18:29 
AnswerRe: How I create a signout code in asp.net 2 Pin
Christian Graus16-Mar-09 18:41
protectorChristian Graus16-Mar-09 18:41 
QuestionHow to manipulate Windows forms? Pin
al200616-Mar-09 18:24
al200616-Mar-09 18:24 
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
AnswerRe: How to manipulate Windows forms? Pin
al200616-Mar-09 18:31
al200616-Mar-09 18:31 
AnswerRe: How to manipulate Windows forms? Pin
Kenny McKee16-Mar-09 18:38
Kenny McKee16-Mar-09 18:38 
GeneralRe: How to manipulate Windows forms? Pin
Christian Graus16-Mar-09 18:43
protectorChristian Graus16-Mar-09 18:43 
AnswerRe: How to manipulate Windows forms? Pin
Christian Graus16-Mar-09 18:42
protectorChristian Graus16-Mar-09 18:42 
GeneralRe: How to manipulate Windows forms? Pin
al200617-Mar-09 12:33
al200617-Mar-09 12:33 
AnswerRe: How to manipulate Windows forms? Pin
al200617-Mar-09 6:28
al200617-Mar-09 6:28 
QuestionHow can I retrieve 'hInstance' handle of a DLL? Pin
C Emge16-Mar-09 10:49
C Emge16-Mar-09 10:49 
AnswerRe: How can I retrieve 'hInstance' handle of a DLL? Pin
Christian Graus16-Mar-09 12:40
protectorChristian Graus16-Mar-09 12:40 
AnswerRe: How can I retrieve 'hInstance' handle of a DLL? Pin
0x3c016-Mar-09 22:06
0x3c016-Mar-09 22:06 
Questionproperty grid object in object Pin
thesum16-Mar-09 6:21
thesum16-Mar-09 6:21 
AnswerRe: property grid object in object Pin
0x3c016-Mar-09 6:29
0x3c016-Mar-09 6:29 
GeneralRe: property grid object in object Pin
thesum17-Mar-09 3:31
thesum17-Mar-09 3:31 
QuestionHow to delete database records Pin
akosidandan16-Mar-09 2:21
akosidandan16-Mar-09 2:21 
AnswerRe: How to delete database records Pin
Christian Graus16-Mar-09 10:04
protectorChristian Graus16-Mar-09 10:04 
Questioncode to clear datagridview in vb.net Pin
abdulkuddus16-Mar-09 1:48
abdulkuddus16-Mar-09 1:48 
AnswerRe: code to clear datagridview in vb.net Pin
Eslam Afifi16-Mar-09 1:59
Eslam Afifi16-Mar-09 1:59 
AnswerRe: code to clear datagridview in vb.net Pin
tech60316-Mar-09 17:42
tech60316-Mar-09 17:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.