Attach is my form (in excel) that I want to create. This is my first program so I guess is a long way to go. I had a rough idea on how to use vb6 but still I will not call my self programmer now. Here is my query:
1. How to create those drop down MENU?
2. My combo box will get data from an access database, any fine tutorial on this?
I dont have winrar but if you made a form in Excel then your doing VBA programming which is very similar to VB6. You are doing this all in Excel, correct? We have a Office Development Forum just for this type of questions.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum.
just to inform you that more ppl will help you if you change the title to your question. titles like the one you wrote makes ppl not go to your thread rother then go.
ppl that might have had the same question as yours in the past could help you with yours now.
1) If your post has been adequately answered please click in your post on "Mark Thread Resolved".
2) If someone has been useful to you please show your respect by rating their posts.
3) Please use [highlight="VB"] 'your code goes in here [/highlight] tags when posting code.
4) Before posting your question, make sure you checked this links: MICROSOFT MSDN -- VB FORUMS SEARCH
5)Support Classic VB - A PETITION TO MICROSOFT
You can create a "dropdown menu" or Menu by viewing your form in design view and clicking the Menu Editor icon or by going to Tools > Menu Editor (Ctl+E). Then you can build your menu in there and it will appear on the form.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum.
since you just started vb i would sugest that you will stat will comman codes and then look at menus. as you show you app need to have a database and that some complex codes. i sugest that you start off easy
1) If your post has been adequately answered please click in your post on "Mark Thread Resolved".
2) If someone has been useful to you please show your respect by rating their posts.
3) Please use [highlight="VB"] 'your code goes in here [/highlight] tags when posting code.
4) Before posting your question, make sure you checked this links: MICROSOFT MSDN -- VB FORUMS SEARCH
5)Support Classic VB - A PETITION TO MICROSOFT
Yes, that is a good suggestion. Hard code in some values for populating your combo box. Once you get the "feel" you will better understand the tutorial.
Ask any and all questions as we are here to help. I remember what it was like starting out and I sure wish I had found this site back then but it wasnt running back then.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum.
I had some time so i made a little help making menu since i sow that RobDog gave you a good link for a database:
1)
2)
3)
4)
1) If your post has been adequately answered please click in your post on "Mark Thread Resolved".
2) If someone has been useful to you please show your respect by rating their posts.
3) Please use [highlight="VB"] 'your code goes in here [/highlight] tags when posting code.
4) Before posting your question, make sure you checked this links: MICROSOFT MSDN -- VB FORUMS SEARCH
5)Support Classic VB - A PETITION TO MICROSOFT
It's always best to learn programming concepts before jumping into the OOP (object oriented programming) approach. That'll give you a good feel on how to program.