No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
| |
Re: I believe that if people ask smaller questions, such as... How do I create a command button on my form and add code to it ...then we would be better off. I have not yet seen an entire project posted on this forum, just explainations. But I haven't been on … | |
Re: The homework problem can be an issue if you let it. Students should NOT just talk to us and get an A. I think that if you give snippets of code rather than full projects out to people they will be happy and they will still need to think. I … | |
I am making a medical program saying what I patient needs, what he has, and what he needs to be tested for. The format is an editable spreadsheet like excel, however I have no control to do this, and I need to color the lines different colors _____________________________________________________ |A sickness … | |
"Invalid procedure call or argument" As I try to remove an item from a listbox call List1 I try this code... If List1.List(i) = List1.List(i + 1) Then List1.RemoveItem (i) if the list contents are identical, remove one of them but it doesn't work! |
The End.