No announcements
Found 3179407 threads
-
1 Votes
search within html file
If you know the file is xhtml then parsing the XML and searching with XPATH might give the best performance.Answered | 3 Replies | 1557 Views | Created by aniyahudi - Monday, August 27, 2012 12:55 AM | Last reply by MasaSam - Monday, August 27, 2012 12:33 PM -
2 Votes
Code to search for a folder containing certain text and to search within sub folders of a given path location
Use recursive method: http://stackoverflow.com/questions/22645347/loop-through-all-subfolders-using-vbaMichałAnswered | 4 Replies | 473 Views | Created by Ken Allen 1976 - Tuesday, September 1, 2015 6:54 PM | Last reply by Ken Allen 1976 - Wednesday, September 2, 2015 7:01 PM -
0 Votes
Javascript Code for searching within SharePoint List Customization
If you want to the user press "Enter" to search, we need add the code below.Answered | 5 Replies | 1691 Views | Created by N.coll9 - Thursday, March 21, 2019 12:43 PM | Last reply by N.coll9 - Monday, March 25, 2019 12:55 PM -
0 Votes
searching documents using Find file within a library versus search
As far as I know it uses the same index, but is automatically scoped to only include files in that document library.Answered | 1 Replies | 1043 Views | Created by dipster321 - Wednesday, March 26, 2014 4:34 PM | Last reply by Paul stork, [MCM, MVP] - Wednesday, March 26, 2014 4:36 PM -
0 Votes
C++ , CSV file ,search string
Welcome to the All-In-One Code Framework!Answered | 4 Replies | 5882 Views | Created by dacid38 - Tuesday, November 17, 2009 1:08 PM | Last reply by Nancy Shao - Thursday, November 19, 2009 8:16 AM -
3 Votes
Search text file code
For simplicity, simply dragNdrop a text based file from explorer into the open TW, when the 'Path\Textfile.ext ?Answered | 3 Replies | 739 Views | Created by edstar360 - Tuesday, April 21, 2015 9:24 PM | Last reply by Pappa Lapub - Friday, April 24, 2015 6:57 PM -
0 Votes
C++ code quick question
Come to that, it does not really contain a proper question, because you never told us what your code was supposed to do.Answered | 20 Replies | 4197 Views | Created by qwerty221 - Saturday, November 13, 2010 10:31 PM | Last reply by davewilk - Sunday, November 14, 2010 11:08 AM -
0 Votes
How to search within datagridview
The Visual C# forum discuss and ask questions about the C# programming language, IDE, libraries, samples, and tools.Answered | 6 Replies | 886 Views | Created by myknowledge - Monday, July 4, 2016 3:31 PM | Last reply by Moonlight Sheng - Thursday, July 7, 2016 1:23 AM -
5 Votes
question of c#
Learn how to search the web.Answered | 8 Replies | 1585 Views | Created by possumcrash - Sunday, October 21, 2012 4:39 PM | Last reply by Jonathan Wood - Wednesday, November 14, 2012 5:39 PM -
0 Votes
Unable to import the C++ header files into C# code
C# does not work that way.Answered | 1 Replies | 4299 Views | Created by neethap - Tuesday, February 17, 2009 5:05 PM | Last reply by Rudedog2 - Tuesday, February 17, 2009 5:31 PM -
0 Votes
questions about C# code . . . .newbie
try { // your code } catch(Exception) { // ...Answered | 20 Replies | 3115 Views | Created by loser321123 - Tuesday, September 16, 2008 6:39 PM | Last reply by ZuechB - Wednesday, September 17, 2008 3:21 AM -
0 Votes
Create SDF file within a C++ MFC project
I have passed the code to a project in 2005 for WM6 and I finally was able to build it.Answered | 6 Replies | 8435 Views | Created by lopezavila69 - Tuesday, April 20, 2010 8:42 AM | Last reply by lopezavila69 - Friday, May 7, 2010 7:56 AM -
5 Votes
beginner question - inherited leftover codes. i want to learn coding from it within 2 weeks.
thanks, but isnt it time for such SIRI app to exist for writing C# codes?Answered | 4 Replies | 498 Views | Created by dantelance3 - Wednesday, March 21, 2018 6:20 AM | Last reply by dantelance3 - Thursday, March 22, 2018 1:26 PM -
1 Votes
Searching for documens within dates
You can find a list of managed properties ("Manage Search Schema") in the Search admin pages of Central Admin or Office 365.Answered | 7 Replies | 1557 Views | Created by MAS Services - Friday, December 13, 2013 7:45 PM | Last reply by MAS Services - Tuesday, December 17, 2013 5:00 PM -
0 Votes
c# question search a list box
Hi, you could use something like this private void Button_Click(object sender, RoutedEventArgs e) { foreach (var item in ...Answered | 1 Replies | 744 Views | Created by DarcyV1980 - Saturday, March 15, 2014 2:38 PM | Last reply by chriga - Saturday, March 15, 2014 5:10 PM -
1 Votes
C# - Issue with a code that imports values that are outside the searching range.
Hi thoart, I have created a demo based on your text files and make some changes on your code as below and you could have a look.Answered | 2 Replies | 516 Views | Created by thoart - Thursday, December 31, 2015 8:20 PM | Last reply by thoart - Friday, January 1, 2016 7:42 AM -
0 Votes
Searching for a File on remote machine using WMI C#
For example, if you want to search the folder 'c:\SomeDirectory' on MyServer, then you can give the path as \\MyServer\c$\SomeDirectory.Answered | 3 Replies | 5183 Views | Created by Shawn Dan - Tuesday, October 23, 2012 3:17 AM | Last reply by Adavesh - Tuesday, October 23, 2012 5:17 AM -
2 Votes
Is a code text within a comment?
The goal was to run my own C preprocessor on code, not within comments.Answered | 4 Replies | 3232 Views | Created by psteckler - Tuesday, August 30, 2011 2:22 AM | Last reply by psteckler - Tuesday, October 11, 2011 1:04 AM -
0 Votes
configure Search box for search within current location
Hi, I think this is handeled by SharEPoint 2010, Whenever you go inside any list or library, the search only searches within that ...Answered | 2 Replies | 3598 Views | Created by Danushka Silva - Wednesday, October 19, 2011 5:05 PM | Last reply by Babasaheb - Thursday, October 20, 2011 9:55 AM -
1 Votes
Process search result in C#
Hi Vilhelm, This is a good question and one that I had when I first tried doing something similar.Answered | 2 Replies | 1516 Views | Created by Vilhelm - Friday, November 7, 2014 10:41 AM | Last reply by Vilhelm - Monday, November 10, 2014 8:39 AM - Items 1 to 20 of 3179407 Next ›
No announcements