Archive

Posts Tagged ‘listbox’

Converting Microsoft Access For To C#.net Or Vb.net Form

May 19th, 2011 Comments off

Hello,i have an microsoft access form- it is a complicated form- because it uses a listbox and has a second listbox invisible – that helps the form perform its functions.
I want to know if you can create a C#.net form or a VB.net form to do the same thing the access form is doing?
THE EXACT SAME THING- here is how form works:
you enter a service no and hit tab or enter


you select your name and hit tab or enter
you select a part and hit enter and the part fills the listbox
you select another part and hit enter and the part fills the listbox
( I also need a button to remove a part mistakenly entered into listbox)
If you click the button view/edit records in my ms access form you will see how records fill into database.
I Do not need the tables to work the same- actually I am not happy with way this database is set up-
BUT I DO need this to work that exact same way as MS ACCESS FORM DOES.
The hard part is having the listbox being able to have mulitple items added- for one service no and one name.
I am hoping to have asap
thank you

Turn Access Form Into Vb.net Or C#.net Form

May 19th, 2011 Comments off

Hello,i have an microsoft access form- it is a complicated form- because it uses a listbox and has a second listbox invisible – that helps the form perform its functions.
I want to know if you can create a C#.net form or a VB.net form to do the same thing the access form is doing?
THE EXACT SAME THING- it will be not easy and i am only offer 40 dollars.
here is how form works:
you enter a service no and hit tab or enter
you select your name and hit tab or enter
you select a part and hit enter and the part fills the listbox
you select another part and hit enter and the part fills the listbox
( I also need a button to remove a part mistakenly entered into listbox)
If you click the button view/edit records in my ms access form you will see how records fill into database.
I Do not need the tables to work the same- actually I am not happy with way this database is set up-
BUT I DO need this to work that exact same way as MS ACCESS FORM DOES.
The hard part is having the listbox being able to have mulitple items added- for one service no and one name.
This is not easy project and I am hoping to have asap
thank you

Simple Vba – Listbox That Hides Rows

April 25th, 2011 Comments off

This should be fairly easy for anyone with even a little bit of VBA experience.

I’ve provided a hard coded example of what I want done, but need it to be more flexible.

If you click on the green column that says “Name 1″ it hides all of the columns except for the others that say “Name 1″. I want to do this automatically instead of using hard-coded ranges.

So I want to be able to give it a range and it reads these names into some sort of listbox and then you can check the names that you want to be shown.. all other columns in the “green, yellow, and gray” sections will be hidden.

Craigs.list Location Selector

June 24th, 2009 Comments off

I need to give users ability to select their exact CL location on 1 single html page. This includes Country selection, State and suburb selection OR mayor city selection.

I think it will be best to offer 3 HTML listboxes, similar to a Make, Model, Year search tool where content of 2nd HTML listbox is populated depending on 1st selection.

So initially there will be 1 listbox with all CL countries, depending on chosen Country, 2nd listbox will be active and populated with country specific states and mayor cities. If a state is chosen, 3rd listbox will become active and allow selection of County / Suburb.

Sample:
User selects USA from 1st listbox, user selects California from 2nd listbox, user selects Monterey Bay from 3rd listbox.

After doing db lookup, this link value needs to be passed on:
http://monterey.CL.org/

I will provide mysql db with all CL links, I have another project for this open:

http://www.scriptlance.com/projects/1245855919.shtml

_________

Contact through PM if interested doing this location selector tool or if you have a CL links db ready.

Bear