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 TouchToneTommy 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: *

  1. londonDevil

    frames problem

    I have made a Flash button in DW:MX in the top frame that is 'suppose' to load a page in the bottom frame. However when I click on the flash button, it just loads a blank page in the bottom frame(instead of the page it was suppose to load)!! ?? I have checked the page that its loading and yes...
  2. londonDevil

    Searching character by character

    How do I search through arrays character by charcter looking for spaces in order to count the words ? I have gone as far as saving the info from two seperate windows in two different arrays, on selecting a menu option 'Save' as can be seen from the code below: ...... case IDM_SAVE...
  3. londonDevil

    Searching character by character

    How do I search through arrays character by charcter looking for spaces in order to count the words ? I have gone as far as saving the info from two seperate windows in two different arrays, on selecting a menu option 'Save' as can be seen from the code below: ...... case IDM_SAVE...
  4. londonDevil

    adding menu item on extreme right of menu bar

    I am trying to add a menu item to the far right of the menu bar in my program using API. What can I add to my code below or to my '.h' file to have a menu item displayed on the extreme right? Really Hoping SOMEONE/ANYONE can help :) Thanks! the following code is from the '.rc' file...
  5. londonDevil

    Clearing windows using API

    i've been working on a program using API and now am 'TRYING' to develop a feature which would: clear out TWO windows on selecting 'Stats'. This is part of the code from the case statement when 'Stats' is selected: ...... case IDM_Stats: SendMessage(hWndBig, EM_SETSEL,0,MAKELONG(0...

Part and Inventory Search

Back
Top