C# - How to save images to a local database

Поділитися
Вставка
  • Опубліковано 31 жов 2024

КОМЕНТАРІ • 15

  • @Coffeecupdev
    @Coffeecupdev  13 років тому

    @puremaths729 Button can call whichever functions are attached to them. I don't know the specifics about your situation, but in general, yes, it it possible.

  • @wojtek77338
    @wojtek77338 13 років тому

    Thank you Fabio.

  • @KeenCode
    @KeenCode 13 років тому

    Hey good video man. In your next video about retrieving the data, could you also include how to retrieve text and put it in something like a listbox?

  • @NikkAfonin
    @NikkAfonin 12 років тому

    Thx a lot, very good video. Do you have web-site with txt-version your lessons?

  • @puremaths729
    @puremaths729 13 років тому

    Hi thanks for your reply I appreciate it so much. I've got 11 buttons, the first button is set to enabled=true, and the rest are disabled. When I click the first button it is disabled and the second button is enabled. And when I click the second button, the second button is disabled and the third button is enabled, and etc until all buttons are disabled. There's so much clicking, is there a way the to do so I can use the enter key instead of keep on clickling the buttons. Thanks for your help.

  • @Scleavers
    @Scleavers 13 років тому

    great!

  • @icouldcarelessabout2
    @icouldcarelessabout2 11 років тому

    agree what happened to the retrieving the images video?

  • @arielnet2003
    @arielnet2003 11 років тому

    Thanks for the tutorial Fabio it was very helpful for me.
    But how can i show the saved picture in a picture box, please help me ?

  • @puremaths729
    @puremaths729 13 років тому

    Is it possible to set more than one button as AcceptButton?

  • @CoderboyPB
    @CoderboyPB 11 років тому

    Yes of course it is. You just have to write SQL Code which creates the database and send it va SqlCeCommand Funktion to the DB server. That's all.

  • @balachandran263
    @balachandran263 11 років тому

    Hi Fabio!!!!!
    Can you please upload a tutorial on retrieving the stored images
    from the database ..
    Thnx in advance!!!

  • @Outlander-TCG
    @Outlander-TCG 11 років тому

    This may be a to difficult question to answer here but... How could I save a single image of 2 picture boxes over top of each other and merge them like layers?

  • @arunavoray
    @arunavoray 7 років тому

    I want to store some histogram data that i have generated from images.... should i store it in blobs ....
    and can u help on how to store these things

  • @ViktorYakunin
    @ViktorYakunin 13 років тому

    you should use a byte buffer to read blocks from file, imagine if user stores videos in db!

  • @NGxDTV
    @NGxDTV 5 років тому

    I only get this: "System.Byte[]". What can I do? :D