|
-
Nov 24th, 2007, 03:20 AM
#1
Thread Starter
Frenzied Member
[2005] Add new listbox to a FORM
should this work???
Code:
Dim 1stMessages as New ListBox
-
Nov 24th, 2007, 03:56 AM
#2
Hyperactive Member
Re: [2005] Add new listbox to a FORM
Yeah it's works fine...
but what is the problem...
MCP, MCTS, Microsoft MVP [Asp.Net/IIS]
For more .NET development tips visit .NET Tips
If the post is useful then please  Rate it
-
Nov 24th, 2007, 04:09 AM
#3
Re: [2005] Add new listbox to a FORM
 Originally Posted by kiwis
should this work???
Code:
Dim 1stMessages as New ListBox
Hi,
No it will not work, because your going to have an error : Identifier expected
You can try:
Code:
Dim firstMessages As New Listbox
Wkr,
sparrow1
-
Nov 24th, 2007, 07:20 AM
#4
Re: [2005] Add new listbox to a FORM
As sparrow1 implied without actually saying, identifiers must begine with either a letter or an underscore.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|