About 2,890,000 results
Open links in new tab
  1. visual studio - Creating a search function in c#, windows form ...

    Jun 28, 2018 · The program is in c# and created in a windows form application with visual studio. I need to have a text box that allows entry and then a button to search for any values that match that, but I cannot figure out how to read what is inputted, search the database and return them in …

  2. c# - call / Search Button by their tags using C - Stack Overflow

    Oct 16, 2015 · There are many ways to do this: The first way (Using Visual Toolbox Editor): You added 25 buttons by dragging them from the Visual Studio Toolbox. If they are sorted in ORDER, you just do this: if(c is Button && index==number){ ((Button)c).background = ...; break; } else index++; . The other way (Still using visual studio toolbox):

  3. How to create search button in visual studio - Stack Overflow

    Jul 9, 2015 · Try changing your textbox to a dropdown and have both the member text and memberID as value. You desperately need to parameterize you queries. You should NEVER directly execute a string that contains information submitted in a form. Your code is a textbook example of sql injection vulnerability. @SeanLange So can you tell me how to create it?

  4. Use Visual Studio search to find code & do queries - Visual Studio ...

    Mar 23, 2025 · The Visual Studio search feature is a single search box that helps developers find IDE menus and options, while also searching your code. Whether you're new to Visual Studio or an experienced developer, this feature offers a quick way to …

  5. Implement Search function in Windows Forms Application using C

    Feb 5, 2019 · In this article I will explain with an example, how to implement Search function in Windows Forms Application using C# and VB.Net.

  6. Search button in C# Windows form Application - YouTube

    Apr 3, 2020 · Step by Step approach of coding the Search button in C# windows form application in Visual Studios.

  7. How to create Search bar on Windows Form C# Microsoft Access ... - YouTube

    In this video, I'm going to show you how to create a search bar Textbox with the Events KEYPRESS using the programming language C-sharp C#, database Microsft Access database on Visual Studio...

  8. [SOLVED] - Visual Studio, Creating a search button

    Mar 5, 2012 · Hi i want to create a simple search button in visual studio but it gives error, here is the code: using System; using System.Collections.Generic; using...

  9. Search Button in C# help - DaniWeb Community

    I want to have to have people either enter in an "account number" or a persons "last name" and then be able to hit the search button. And after the search button the prearranged fields would update with the information.

  10. c# - How to create a search box? - Stack Overflow

    How do I create a search box/form for an application to search for information in an access-database (.accdb). I want to use a textbox where I write something from my database, for instance the company's name, and the push the search button.

Refresh