|
-
May 7th, 2007, 03:29 AM
#1
Thread Starter
Member
Quick question
OK, is there a wizard in Visual Basic, when i pick a command button and place it on the form, i want the command wizard to show, this is usually done in access, how do i enable it in Visual Basic.
Thanks again
-
May 7th, 2007, 03:32 AM
#2
Re: Quick question
I suppose the Visual Application Wizard might be what your looking for
-
May 7th, 2007, 03:36 AM
#3
Thread Starter
Member
Re: Quick question
Very fast responce, thanks where is that located, where can i enable it.
-
May 7th, 2007, 03:53 AM
#4
Re: Quick question
When it asks you to make a 'New Project' Double Click the icon labeled VB Application Wizard.
-
May 7th, 2007, 04:01 AM
#5
Thread Starter
Member
Re: Quick question
Thats a wizard to create the whole form isn't it? i just tried it and thats not what i'm after.
I'm looking for a wizard to automatically popup when i place a command button down and then will give me a number of options such as Close, save, next, previous, etc like in access.
-
May 7th, 2007, 04:04 AM
#6
Re: Quick question
I believe Visual Basic 6.0 has nothing that you are looking for. Well at least not that i know of.
-
May 7th, 2007, 04:14 AM
#7
Thread Starter
Member
Re: Quick question
aw would of been nice, since the feature in access is really helpful and i don't have to manualy add much code. OK np thanks anyways
-
May 7th, 2007, 09:55 AM
#8
Re: Quick question
Not much point to that in VB. Who wants a language that limits what you can do? It makes sense in a VBA environment where the program creates a limit on what is reasonably available, but in a full language, the only limit should be the imagination and capability of the the coder.
You can certainly make that functionality, but you can't assume it.
My usual boring signature: Nothing
 
-
May 7th, 2007, 05:14 PM
#9
Re: Quick question
 Originally Posted by mattonline
Thats a wizard to create the whole form isn't it? i just tried it and thats not what i'm after.
I'm looking for a wizard to automatically popup when i place a command button down and then will give me a number of options such as Close, save, next, previous, etc like in access.
Those are things you can do to a database with the button. Since buttons aren't bound in VB, you have to write code to do the same things. VB is a rapid development environment, not a write-the-code-for-you-instantly environment. You have to know how to write code.
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
-
May 8th, 2007, 02:38 AM
#10
Thread Starter
Member
Re: Quick question
not the answer i was hoping for, but its nto a problem working with code will just have to learn it
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
|