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 gkittelson 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

    yes if I try load it with a text link it works fine. With the flash button it doesn't. and yes i have checked over and over again and I am targetting the correct frame and correct page(which iam trying lo load) :-s
  2. 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...
  3. londonDevil

    Searching character by character

    Thanks for all your help!! Much Much Appreciated!! I've made some changes and finally want to display the final count of the variable 'lNumOfWords' this in the Stats Window: I decided to use this search method for the array: case IDM_Stats: { long lNumOfWords= 0; for(long...
  4. 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...
  5. 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...
  6. 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...
  7. 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