Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: SidYuca
  • Content: Threads
  • Order by date
  1. SidYuca

    BULLS' EYE- Students A, B & C

    This happened in a class. What would you, as a good understanding teacher say to each student, A, B, and C? Consider two concentric circles with center at O, where the radius of the smaller circle (interior is Black) = 1 and the first drawn larger circle with white interior having radius = 2...
  2. SidYuca

    Turn over baby!

    I hesitate but I am a risk taker! I offer you a chance to play a game. The rules are simple. There are 100 cards, face down. Of the cards, 55 say "win" and 45 say "lose!" Although the problem doesn't say I assure you that the table is not clear glass etc. The problem IS the problem. You begin...
  3. SidYuca

    I can Predict your response with '90%' accuracy.

    I Enjoyed this thread and thought that I'd contribute. 1. Multiply 2 single digits to form a product 2. Continue to multiply the resulting product by a single digit of your choice until said product is 7 digits (or more in length) 3. Circle one of the non-zero digits of the product...
  4. SidYuca

    How to display png graphics in picture/image box.

    will someone direct me to way to display png graphics in picture/image box?
  5. SidYuca

    Is users' Sound Volume control 'on'

    An option available to the user is called "Talk". When called the program Speaks the name of the date in a native language. Here is my code: Private Sub Talk_Click() Dim lngRC As Long 'First Play Tzolkin Coefficient lngRC = PlaySound(SoundFile + Asnd, 0&, &H2) 'Then Say Tzolkin Day...
  6. SidYuca

    & in frot of letter on menu does not underline

    I am using VB6. Short cuts on second level Menus work i.e. 'Ctrl S' works to turn on Seconds in my app but '&Seconds' does not display as underlined 'S' in 'Seconds'. Am I doing something wrong or is this a 'lost' feature of VB6?
  7. SidYuca

    Form in shape of frayed Parchment paper

    I am looking for a way to make a form in the shape of an old sheet of parchment paper which has frayed(irregular) edges. This form will hold image boxes. I've tried to use a gif representation of the parchment with the picture property of a normal form but don't get the desired frayed/torn...
  8. SidYuca

    Child Menu Goes off when other child gets focus

    Imagine an MDI form with no menu (perhaps a design flaw). On MDI form sits form A with a menu. When a certain menu option is exercised Form A is resized And Form B (with several cmd buttons) is introduced to the left of Form A. When any of the cmd buttons on B is clicked...then Menu on Form A...
  9. SidYuca

    How to use icons in Main Caption of Form Menu

    I have seen icons on sub menus of a form (like scissors near the word "cut") but not in the top level menu. In some items I want only an Icon and in the others, normal text. Can anybody help or point me in right direction?

Part and Inventory Search

Back
Top