Seraching criteria
-
Hi all, Actually the searching criteria is changed in codeproject, and i am unable to find the new one...Can anybody please tell me how to search a article for example(progress bar in mfc) Thanks in advance
-
Hi all, Actually the searching criteria is changed in codeproject, and i am unable to find the new one...Can anybody please tell me how to search a article for example(progress bar in mfc) Thanks in advance
Now you have to use an expression to find out like this AND, NOT, OR and grouping parentheses supported. Enclose phrases in quotes. eg. CListCtrl; "Grid Control" ; ((C# AND NOT Grid) OR Spreadsheet) Try this link it gives you info about progress bars http://www.codeproject.com/KB/tree/progresshourglassfx.aspx[^]
Regards, Pankaj Sachdeva There is no future lies in any job but future lies in the person who holds the job
-
Hi all, Actually the searching criteria is changed in codeproject, and i am unable to find the new one...Can anybody please tell me how to search a article for example(progress bar in mfc) Thanks in advance
yes, even i experienced the same for a while. But I am getting pretty much used to it now. If you want to see any articles in MFC, then you can find them on the left of the screen. its under the heading 'CHAPTERS'. under that, you go to 'platforms, frameworks & Libraries' and choose 'MFC'. You can also find the articles regarding MFC controls under the section 'Desktop Development'. Or else, you can always use Google to find the articles here on CP. When I don't find the article that i am looking for with the search option here in CP, I use Google to search for the article. I put the key words in Google and Google gives me a direct link to the article. For example, to find the 'progress bar in MFC', i put the key words 'progress bar + MFC + codeproject' in Google and I get a direct link to articles explaining about progress bar in mfc on codeproject. you can easily navigate from there to find similar articles. Its a strange approach, but it works for me. :)
Regards, Vijay.