Search results for query: *

  1. vicdeveloper

    Question Deleting Items from ListView

    Hello, I want to know how can I delete duplicates items from a listview. I hope anyone helps me, See ya,
  2. vicdeveloper

    Question Printing Windows Form as a Receipt

    Just to know, what about PowerPacks for Visual Studio?. It is currently supported to VS2015 version?. Thanks, I have done. I create a demo receipt using a PrintDialog, PrintDocument, PrintPreview. =]. Just when the receipt will be send it to the pos printer, in the same click event of my...
  3. vicdeveloper

    Question Create, Resize and Modify a MDI Form

    I found it!. In my toolstripmenuitem from form2, I have the code below: It will show me my form2 as a child in my mdi parent. Is needed to set Is a Mdi Container property to True. See ya,
  4. vicdeveloper

    Question Accesing a Fn Keys

    Thanks for your response dude. Everything is working Ok with KeyData instead KeyCode. See ya,
  5. vicdeveloper

    Question Accesing a Fn Keys

    Hello dude, I have and found the solution. It need to be added this code in the KeyDown event and the KeyPreview is needed to set True. See ya,
  6. vicdeveloper

    Question CRUD and ListView control

    Hello, Thanks dude. See ya,
  7. vicdeveloper

    Question Create, Resize and Modify a MDI Form

    Hello, Im working on a POS project for learning and studying purpose, and I want to know how can I create a MDI form and all of controls inside can resize as well as I need. For example: Starts the MDIform in a Window Default State and Position, and if I minimize it all controls inside my...
  8. vicdeveloper

    Question Consuming WS in VB Desktop App

    Hello, I want to know if is possible consume a Web Server using VBNET in a desktop application and if is possible provide me the links or resources of how can I do it and how to create a Web Service too. The thing is that Im making a desktop pos app, and I want to have a cloud database and...
  9. vicdeveloper

    Question Printing Windows Form as a Receipt

    Hello Community, I want to create a custom receipt for a pos application that Im actually making, but, I dont want to use ReportViewer or CrystalReport to do this task. (please see the attached image). See ya,
  10. vicdeveloper

    Question Accesing a Fn Keys

    Hello, I want to know how can I make an option to use F1 or Fn keys when my form loads. I guess that it need to be related with KeyDown or KeyPress Events, but, I dont know how to do it. The things that I want to do with this is, call a form or function when Fn key is pressed. See ya,
  11. vicdeveloper

    Question CRUD and ListView control

    Hello community, I want to know how can I create a complete-fully crud operations using MySQL as a database and show/populate data in a ListView control. Also, in the process, connect to the database using a module with Ado.net or ODBC. Please, Im a new on this kind of topics and currently...
Back
Top