quintoncoert 131 Posting Whiz in Training

Yes, it is. A prayer doesn't require a sacrifice. The last sacrifice required by Christianity was called in ~2k years ago.

i think that the point is that in both cases, praying and sacrificing, the guy hope that a god would intervene where someone else might prefer a good clutch and brake specialist or electronics technician.

quintoncoert 131 Posting Whiz in Training

your english is very unclear. i do not understand you.

if i guess correctly. you have one word. and in that word you have to find another.

the best that i can think of is if you put the first word in a character array. and then you loop through the array. when you find the first letter of the word you are searching for you check to see if the next letter in the first word is equal to the next letter in the word you are looking for. and so on. if you find all the letter like that then you have the word. but if you dont find all the letters all, the one after the other, then only part of the word is there.

reply as to whether this is clear or not. and if this is not what you are looking for then please repeat yourself more clearly.

quintoncoert 131 Posting Whiz in Training

just a quick thought. if frmNew is modal and you then hide it is it still modal? because if frmNew remains modal after being hidden you wont be able to use any other form.

if possible you will at least have to unmake its modalarity before hiding it and loading the new one.

btw. it is not a good idea to load and hide many forms. this all remains in memory and slows your pc down.

quintoncoert 131 Posting Whiz in Training

just a rough guess. cant you just say the following for the very first item added to the combobox?

combobox.additem " Select "


you execute this command in the load event procedure of the form. before you add anything else to the combobox.