save-dialog Questions
2
Solved
In TSaveDialog I added 2 formats with the same extension:
Format A|*.form
Format B|*.form
Format C|*.diff
Now I want to identify which format user chose:
var Ext: String;
begin
if not SaveDial...
Dotted asked 28/10, 2019 at 17:15
2
Solved
I want to customize my JFileChooser so that instead of saying "Folder Name" at the bottom I want to set it to say "Picture Name" and at the text field I don't want that to change based on where i'm...
Nazi asked 13/7, 2013 at 14:16
1
I have this code to get the image file from the scanner and save it on local disk:
IntPtr img = (IntPtr)pics[i];
SetStyle(ControlStyles.DoubleBuffer, false);
SetStyle(ControlStyles.AllPaintingI...
Depredate asked 13/9, 2016 at 8:16
1
I'm creating an app using node-webkit, so there's a lot of javascript. I have written a node.js function that will take a screen shot and save it to the disk, however, it saves it to the project ro...
Saylor asked 9/7, 2013 at 21:2
1
© 2022 - 2024 — McMap. All rights reserved.