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
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.