Click here to Skip to main content
15,903,362 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to start a form without being activated? Pin
alin122-Oct-17 2:17
alin122-Oct-17 2:17 
GeneralRe: How to start a form without being activated? Pin
Sascha Lefèvre22-Oct-17 2:51
professionalSascha Lefèvre22-Oct-17 2:51 
GeneralRe: How to start a form without being activated? Pin
alin122-Oct-17 3:22
alin122-Oct-17 3:22 
GeneralRe: How to start a form without being activated? Pin
Sascha Lefèvre22-Oct-17 3:33
professionalSascha Lefèvre22-Oct-17 3:33 
GeneralRe: How to start a form without being activated? Pin
Sascha Lefèvre22-Oct-17 3:35
professionalSascha Lefèvre22-Oct-17 3:35 
GeneralRe: How to start a form without being activated? Pin
alin122-Oct-17 4:14
alin122-Oct-17 4:14 
GeneralRe: How to start a form without being activated? Pin
Sascha Lefèvre22-Oct-17 4:19
professionalSascha Lefèvre22-Oct-17 4:19 
GeneralRe: How to start a form without being activated? Pin
Sascha Lefèvre22-Oct-17 5:11
professionalSascha Lefèvre22-Oct-17 5:11 
GeneralRe: How to start a form without being activated? Pin
alin122-Oct-17 5:53
alin122-Oct-17 5:53 
AnswerRe: How to start a form without being activated? Pin
Eddy Vluggen21-Oct-17 12:56
professionalEddy Vluggen21-Oct-17 12:56 
GeneralRe: How to start a form without being activated? Pin
alin121-Oct-17 14:22
alin121-Oct-17 14:22 
GeneralRe: How to start a form without being activated? Pin
Dave Kreskowiak22-Oct-17 2:03
mveDave Kreskowiak22-Oct-17 2:03 
GeneralRe: How to start a form without being activated? Pin
alin122-Oct-17 2:12
alin122-Oct-17 2:12 
GeneralRe: How to start a form without being activated? Pin
Eddy Vluggen23-Oct-17 8:32
professionalEddy Vluggen23-Oct-17 8:32 
AnswerRe: How to start a form without being activated? Pin
BillWoodruff21-Oct-17 16:54
professionalBillWoodruff21-Oct-17 16:54 
GeneralRe: How to start a form without being activated? Pin
alin122-Oct-17 2:03
alin122-Oct-17 2:03 
GeneralRe: How to start a form without being activated? Pin
Dave Kreskowiak22-Oct-17 2:18
mveDave Kreskowiak22-Oct-17 2:18 
GeneralRe: How to start a form without being activated? Pin
alin122-Oct-17 2:54
alin122-Oct-17 2:54 
That is suitable to my app's workflow. I tested it and it's well intergated with XnView, except that focus issue.

The app's workflow is like this:
- the user wants to arrange some pictures in XnView using the Browser view (rows of thumbnails);
- the user selects the pictures he wants to be arranged (source) and the starts this app;
- the app starts minimized in background, so the user knows that the app got the selected pictures as parameters; he could read the list too in case he forgets which pictures he selected;
- the user selects the target picture (destination) and starts this app again;
- the app gets the target picture as a paramater and does the renaming automatically; after that, the app is closed automatically.
- repeat the process until the pictures are in the expected order.

It feels like a lot of work but it's very fast: just 2 selections and 2 key combos to start the app. Here's a video with this app in action (notice how the files are automatically renamed after the user is doing the selections and starting the app): FileArranger - Streamable[^]
I never seen an app like this before, so I just made one. Instead doing manual renaming to arrange the files, I just let the app to do the heavylifiting.
GeneralRe: How to start a form without being activated? Pin
Dave Kreskowiak22-Oct-17 8:54
mveDave Kreskowiak22-Oct-17 8:54 
GeneralRe: How to start a form without being activated? Pin
alin127-Oct-17 16:41
alin127-Oct-17 16:41 
GeneralRe: How to start a form without being activated? Pin
Dave Kreskowiak28-Oct-17 4:00
mveDave Kreskowiak28-Oct-17 4:00 
QuestionSubjective question: which one of these Lazy Init is best Pin
Super Lloyd19-Oct-17 13:33
Super Lloyd19-Oct-17 13:33 
AnswerRe: Subjective question: which one of these Lazy Init is best Pin
PIEBALDconsult19-Oct-17 14:26
mvePIEBALDconsult19-Oct-17 14:26 
AnswerRe: Subjective question: which one of these Lazy Init is best Pin
Bernhard Hiller19-Oct-17 21:37
Bernhard Hiller19-Oct-17 21:37 
GeneralRe: Subjective question: which one of these Lazy Init is best Pin
Super Lloyd19-Oct-17 21:46
Super Lloyd19-Oct-17 21:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.