can you create a new wallet with this gui? i
also should indicate (not on error) that simplewallet.exe needs to be in same folder as keys files.
No, you can't create a new wallet as of now. Creating a new wallet with simplewallet command line allows you to write down the mnemonic seed but if I add the option to create a new one using this,
I'm not sure if I can somehow retrieve that info. But yes, simplewallet.exe needs to be located in same folder as the .keys files.
I'm sure you could.. someone in #monero-dev could probably help out if you wanted to get fancy with actually rederiving the mneumonic seed from the keys file, but you could probably just hack the text output from simplewallet somehow. E.g., i know in linux you could probably pipe the output of simeplwallet into some text file and then grep for whatever delimits the mneumonic seed. Sure, there's some problems here with storing the temporary text file - mebbe it can just be blocked in memory somehow.
But in general its something I would really really focus on. GUI's are really made for noob users, right? So its vastly important that a noob user be able to create a new wallet file when using a GUI. If we expect the user to use a CLI to create a wallet file first, then we're assuming they know how to use the CLI, which sort of abrogates the whole reason for creating a GUI.
You know of MoneroX, right? He used the .net framework (i think). Perhaps some code could be ported....
https://github.com/Jojatekok/MoneroGui.Net