Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. hoangluc19

    Load data from database to Datagridview C#

    Hello everyone,all my data uploaded in datagridview 2 is for easy viewing just need to get information. actually not uploaded. What to do after I book the meeting room in another form with the time column data: start, stop, roomname will display on datagridview1 which means that after you book...
  2. hoangluc19

    Auto map time and room to datagridview C#

    I want to look at the datagridview to know what time of the meeting is as shown in the picture. after selecting the start time and end time and choose the room will automatically fill in the datagridview and have the background as shown. but the following code does not get that position, hope...
  3. hoangluc19

    Load hour and minute to datagridview C#

    Hello everyone, I have a datagridview like the left column is the meeting room I took from the database and the hour column from 08:00 to 18:00 is that I add a new column in the datagridviewcolumn and I set Name="column1", Headertext="08: 00" to..... end of....Name="column18, Headertext="18:00"...
  4. hoangluc19

    Create gridview meeting room and meeting time

    The left column is the data get from the database, and the column is hours drawing without a solution, hope everyone can help
  5. hoangluc19

    Create gridview meeting room and meeting time

    Hello everyone, can I ask how to show the meeting time and meeting room as shown in the picture, how can I do it on the C# datagridview after I set the schedule and the room will show up on the gridview. Design a j-style interface and automatically map the registered time frame.
  6. hoangluc19

    Load data to combobox by call api

    Hello everyone, I have a function to load data into the combobox like this, but it fails to get the data, hope you guys see how wrong the error in the above 2 lines is without getting the data: private void getlistVendor() { VendorIndexRS vendorIndexRS = apiDocument.GetVendor(new...
  7. hoangluc19

    Insert data on dynamic textbox windows form C#

    Sincerely thank you, you are probably a very considerate and caring family person
  8. hoangluc19

    Insert data on dynamic textbox windows form C#

    I am a person who does not understand as deeply as you say because my knowledge is not much. So I hope you can help me write the code, thank you very much
  9. hoangluc19

    Insert data on dynamic textbox windows form C#

    i create dynamic textbox and button save app windows form, but i can't insert data to dynamic textbox after i create event button click save private void Createtextbox() { TextBox textboxUsername = new TextBox(); textboxUsername.Location = new Point(420, 50); textboxUsername.Size = new Size(500...
  10. hoangluc19

    Insert voice data

    I want to insert data into sqlserver but when I click on each textbox such as: First Name, Last Name, Gender ... instead of typing, I finished reading and then press the insert button will save SQLServer, working on C # . thanks

Part and Inventory Search

Back
Top