| | |
code need
![]() |
have any code for all form. I mean, here I write But I want I write one line. like: "allform.show". or other what is right.
Visual Basic 4 / 5 / 6 Syntax (Toggle Plain Text)
form1.show form2.show form3.show
I like sword. Attack or Defense.
0
#2 20 Days Ago
I guess only one form can be active at a time.
Last edited by ithelp; 20 Days Ago at 7:11 am.
•
•
Join Date: Jan 2008
Posts: 218
Reputation:
Solved Threads: 31
0
#3 19 Days Ago
Abu,
Try the following. Yes you can display more than 1 form, Just set the focus to the form you need. Remember that every form takes up memory, slowing your application!!!!
Hope this is what you were looking for.
Try the following. Yes you can display more than 1 form, Just set the focus to the form you need. Remember that every form takes up memory, slowing your application!!!!
Visual Basic 4 / 5 / 6 Syntax (Toggle Plain Text)
Public Sub LoadAllForms() Dim Form As Form For Each Form In Forms Form.Show Next Form Form1.Show 1 End Sub
Hope this is what you were looking for.
Please mark questions as answered when done.
Be the ONE!!!
Be the ONE!!!
![]() |
Similar Threads
- Code Snippet: Sample code for taking user input from Shell (Java)
- Code Snippet: code to split (and reconnect) an Access database (part 1) (Visual Basic 4 / 5 / 6)
- Code Snippet: Code that stores and retrieves. (C)
- Code Snippet: Efficient code for extracting unique elements from sorted array. (C)
- Code Snippet: Strings: Looking at ASCII Code (C)
- Code Snippet: Morse Code (C)
- Code Snippet: Gray Code Conversion (C)
- Code Snippet: code to validate data in Access withOUT using messageboxes (Visual Basic 4 / 5 / 6)
- Code Snippet: code to split (and reconnect) an Access database (part 2) (Visual Basic 4 / 5 / 6)
- Code Snippet: Send HTML code to Internet Explorer from basic (Legacy and Other Languages)
Other Threads in the Visual Basic 4 / 5 / 6 Forum
- Previous Thread: DatePicker Problem
- Next Thread: help pls in resizing treeview on run
| Thread Tools | Search this Thread |
* 6 429 2007 access activex add age application basic beginner birth bmp calculator cd cells.find click client code college component connection connectionproblemusingvb6usingoledb copy creat ctrl+f data database datareport date delete dissertations dissertationthesis dissertationtopic edit error excel excelmacro file filename form hardware header iamthwee image inboxinvb internetfiledownload keypress label listbox listview liveperson login looping machine microsoft movingranges number objectinsert open oracle password prime program prompt range-objects readfile reading record refresh remotesqlserverdatabase report save search sendbyte sites sort sql sql2008 sqlserver subroutine tags textbox time urldownloadtofile vb vb6 vb6.0 vba visual visualbasic visualbasic6 web window windows






