Hey community,
i want to save an Image with a predefined filename (out of a Textbox, like a serial Number) to a specific folder in C#!
Actually following thing is working fine;
axCVimage1.SaveImageByUserDialog("", “Save Image”, “CVC Image Format (.bmp)|.bmp”);
But this is not what i want - i found in , ImageManager: under Methods: boolean SaveImage ( BSTR Filename )
I think that is what i need, but i don’t know how to handle with it (I’m a beginner…). I need to put ,string filename" inside (), but how can i take name out of textbox (e.g.: textBoxName) and save it to a path (e.g.: C:\Images\Grabs).
The example code (,Loadimage", …should be the same…) ,Visual Basic - VB Fileformats Example" is not existing in my folders
Thank u all!
André