search

  1. F

    Search function

    Hello to all. I am newbie here so I would like someone help me with my first project. I need to make a search in the grid view depending of multiple fields criteria. I have 4 ftexboxes: textbox1 textbox2, textbox3 and textbox4. I have one gridview with data from access database. This is ok...
  2. M

    Question Find email address in HTML file, convert to PDF and attach to email

    Hi everybody this is my first post here I got a project where I need to read an HTML file and search for an email address (the name of the email address is random). But at the same time it needs to exclude a fixed specific e-mail address that is always in the HTML file. When the address is...
  3. S

    Document Database

    Hi folks I am a total noob to this and am hoping I wont be too much of an annoyance! I'm looking to write a program in either VB.Net or C# that is basically a document library. The idea is to have a general location of about 300 documents which could relate to one or a handful of products we...
  4. K

    Question search in Datagridview using TextBox - without using Database Connectivity

    I need your assistance to filter the values in Datagrid by using text box. Whenever the I type the value in Text-box, it filters the values in data grid without using any database connectivity. I got the below coding but it is not working and it is not filtering anything. Please provide me the...
  5. A

    Question Need Help With A Program Using Search In A Site

    I want to make a program that i specify the ip and ports and when i search i get the results back, from this site: http://www.ipfingerprints.com/ The code for the button is: Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click Try...
  6. A

    search button problem

    Hello to all i have created a practice program and i cant seem to get it to work correctly. i have created 4 buttons: Button 1. Entry data - creates a text file and stores any words you want onto the text file. Button 2.Search data - asks you to search for any random word (you have to type it...
  7. A

    search a text file

    I finally fixed my code and all that's left for me to do is to create a search button. what I'm trying to create is a search button but i just cant figure it out and i need help doing it. I am a beginner. I just want the program to ask the user what he would like to search for, when the...
  8. M

    Question Extracting Integers from an unpredictable string

    Sorry new here, i want to extract integers from a string which I can't predict, I don't know the best way about going about it for instance I know you can split but how do I know where to split if its a random string Following the number will always be a "ab" and before the numbers will be a...
  9. W

    Question Kill Process with Part of Process Name

    I have to kill a process (an exe file) that does not have a distinctive name. All I know are the first two chars of its name for eg "3D". I have tried to use wildcards (3d*) but these do not work. I have managed to verify that the process is running but I can't figure out how to search through...
  10. D

    New dtSearch® Product Line Release Adds to Document Filters

    dtSearch’s Proprietary Filters Cover a Wide Range of Online and Offline Data Types Bethesda, MD (Oct. 23, 2012) - dtSearch Corp., a leading supplier of enterprise and developer text retrieval software along with document filters, announces Version 7.70 of the dtSearch product line. The...
  11. D

    Question Updating textbox text from an Excel Spreadsheet.

    Hello folks! I'm new to VB and I'm working on a project for work. I'm a 911 Dispatcher and currently we have about 5 books of information that we have to go through by hand to check for things. I'm trying to make an app to speed up the process. So far what I've got is this: I've made a google...
  12. P

    Question Split, search and append files

    Hi All, I have 270 files that I need to merge. These files are basically database files containing information strings. so far straight forward. the problem is that some of the information strings are duplicated so i need to be able to extract these informations strings from file2 and ensure...
  13. A

    Treeview Search and View Node

    This below code does work fine don't select a node but it goes through it... I debugged it .. Can I anyone help ..? Thanks In advance. Public Function TreeView_Search_InsideNode(ByVal ParentNode As TreeNode, ByVal SearchVal As String, Optional ByVal Selection As Boolean = False) As...
  14. P

    Question For Loop to search and determain how many their are.

    Hello, I've just started getting into programming and I'm following a few tasks that have been set to learn and understand VB.NET. What i'm working on is a lottery program i've done all the number generation with an array. Now i'm trying to find out how to search that array for lets say less...
  15. D

    Announcing dtSearch® Beta with Native Visual Studio 2010 Support and a .NET 4.0 SDK

    dtSearch Corp., a leading supplier of enterprise and developer text retrieval and file conversion software, announces a new beta release of the dtSearch Engine, including native 64-bit Visual Studio 2010 support and a .NET 4.0 SDK. The .NET 4.0 support covers a sample application for the...
  16. O

    Question Recursive searching

    ok so basicly ive been attempting to make an application in wich the user puts a file path into a textbox and then clicks a button and the all the subdirectories adn the subdirectories of the subdirectories of the subdirectories etc... are added to a listbox below. It all seems to be working...
  17. K

    RapidSpell Web .NET v3.7 released

    Keyoti are pleased to release RapidSpell Web .NET v3.7 RapidSpell Web .NET provides ASP.NET developers with a spell checking control for web applications. New in v3.7; * .NET 4 DLLs and VS 2010 demos included Further details and evaluation download can be found here...
  18. F

    Question Checkedlistbox Refresh/generate

    i want to learn/know 2 things 1. I want to know how the checked list box can get generated by a folder full of mp3's 2. I want the search funktion to refresh the list so it is only the typed in textbox1 that are showed but in the same way it is now i use 1 textbox and 1 checkedlistbox Public...
  19. H

    Question Replicating Windows 7 Features

    What is the easiest way to replicate Windows 7's Start Search and Volume Mixer? I would like to have the Windows 7 Start Search in an app and the Volume Mixer sucks because it can't be minimized and if you leave it open for a whole day and open and close a lot of applications, you get duplicate...
  20. P

    Do a free text search in a combobox

    Hi. I'd Like to know how to make a free text search function, If you don't Know what i mean by "Free Text Search" then here is an example: Lets say i want to search for the string "ong" in a Combobox(In the list ofc) And we have the following Listitems: then Both Julie and Jimmy Should apper...
Back
Top