Forum: C++ Jun 30th, 2007 |
| Replies: 5 Views: 1,359 Re: Non-fibonacci series Thanks lerner. but that is where i am getting stuck at the code. i mean at the third step where i basically have to filter out the non fibo numbers from the first container/array. |
Forum: C++ Jun 30th, 2007 |
| Replies: 5 Views: 1,359 Non-fibonacci series Hi
i have been asked to write a program to generate fibonacci as well as non fibonacci numbers till a certain value. i have just started learning c++. i managed to find the fibonacci series but i... |
Forum: Visual Basic 4 / 5 / 6 Jun 29th, 2006 |
| Replies: 2 Views: 3,088 |
Forum: Visual Basic 4 / 5 / 6 Jun 29th, 2006 |
| Replies: 2 Views: 1,617 |
Forum: Visual Basic 4 / 5 / 6 Jun 29th, 2006 |
| Replies: 4 Views: 2,446 |
Forum: Visual Basic 4 / 5 / 6 Jun 25th, 2006 |
| Replies: 4 Views: 2,446 eliminate duplicate items in combobox! pls help! can someone tell me how to do this???
i have a product category in a combobox and the associated product codes in a list box.
i'm using oracle for backend.
the combobox on form loading shows the... |
Forum: Visual Basic 4 / 5 / 6 Jun 24th, 2006 |
| Replies: 8 Views: 2,557 |
Forum: Visual Basic 4 / 5 / 6 Jun 24th, 2006 |
| Replies: 1 Views: 2,325 generate unique numbers can anybody tell me how to generate unique numbers say of 5 digits each starting with the letter C? I have a form where i want to generate a code in a textbox for one product when i click on the... |
Forum: Visual Basic 4 / 5 / 6 Jun 24th, 2006 |
| Replies: 8 Views: 2,557 |
Forum: Visual Basic 4 / 5 / 6 Jun 23rd, 2006 |
| Replies: 8 Views: 2,557 Re: Delete from a listbox it is deleting from the oracle database,but in my code only the associated text boxes are getting cleared and not the item in the listbox. if i am using prodList.clear then it is clearing the entire... |
Forum: Visual Basic 4 / 5 / 6 Jun 23rd, 2006 |
| Replies: 8 Views: 2,557 Delete from a listbox I have just started to learn VB.i'm making a database using oracle and vb6.
i have a listbox of items and a search button. one can see the details of a particular item in the listbox in a couple of... |