d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Looking For Guide To Programing Visual Interface > Need Help/guide
Add Reply New Topic New Poll
Member
Posts: 451
Joined: Jan 6 2017
Gold: Locked
Trader: Scammer
Jan 26 2017 04:51am
Hi,

I am looking for a guide or help with programing a visual interface.

The data should be loaded from excel format.

The interface should be able to respond to commands with base in the excel file.

Member
Posts: 36,389
Joined: Jul 18 2008
Gold: 3,192.00
Jan 26 2017 05:31am
You are going to provide a bit more detail.

What commands is it going to need to handle?
What do you mean by "with base in the excel file"? Do you mean it is going to save every change that is made?
And what programming language?

This post was edited by Mastersam93 on Jan 26 2017 05:39am
Member
Posts: 451
Joined: Jan 6 2017
Gold: Locked
Trader: Scammer
Jan 26 2017 06:26am
Quote (Mastersam93 @ Jan 26 2017 12:31pm)
You are going to provide a bit more detail.

What commands is it going to need to handle?
What do you mean by "with base in the excel file"? Do you mean it is going to save every change that is made?
And what programming language?


dont have any experience programming.

Among others, should it be able to give a notification when a number is below a predefined value.

It is basicly the same excel file just with an visual interface.

And yes it needs to save the changes made in the interface to the excel file
Member
Posts: 36,389
Joined: Jul 18 2008
Gold: 3,192.00
Jan 26 2017 06:58am
Quote (Skaldepande @ Jan 26 2017 07:26am)
dont have any experience programming.

Among others, should it be able to give a notification when a number is below a predefined value.

It is basicly the same excel file just with an visual interface.

And yes it needs to save the changes made in the interface to the excel file


Then I think you are in over your head.
Member
Posts: 451
Joined: Jan 6 2017
Gold: Locked
Trader: Scammer
Jan 26 2017 07:04am
Quote (Mastersam93 @ Jan 26 2017 01:58pm)
Then I think you are in over your head.


Thats exactly why i made this topic.
Member
Posts: 10,803
Joined: Apr 5 2010
Gold: 20.00
Jan 26 2017 11:11am
from excel format what?

look up html, with no programming experience this shits easy to learn literary in minutes
Member
Posts: 26,401
Joined: Aug 3 2011
Gold: 21,628.00
Jan 26 2017 06:03pm
Quote (Mastersam93 @ Jan 26 2017 05:58am)
Then I think you are in over your head.


C# is pretty user friendly, and there are numerous guides that basically start out with what he wants to do :) it's possible but is it plausible ?
Member
Posts: 14,631
Joined: Sep 14 2006
Gold: 575.56
Jan 26 2017 08:53pm
excell files are actually packs of other files formatted in xml
you can right click an excell file (.xslx) and either explore or unpack it to view the contents
from there you simply have to parse out the values you need and analyze them

packages to do this already exist on the web but those will just provide you code incorporate into your own program microsoft even has an interop for C# that allows you to start the application and manipulate it programatically using all the features of excel like conditional formatting and there are a number of Java packages for parsing excel files

As for the user interface... sorry but it's one of those things that you have to know how to do to know how much you don't know. You can make a gui pretty easy with visual studio using the xaml editor or java using the fx scene builder but either way you will have to get into some code in order to make the UI actually work.

gimmie all ur fg and i'll do it for ya
Member
Posts: 451
Joined: Jan 6 2017
Gold: Locked
Trader: Scammer
Jan 27 2017 02:26am
Quote (Ideophobe @ Jan 27 2017 03:53am)
excell files are actually packs of other files formatted in xml
you can right click an excell file (.xslx) and either explore or unpack it to view the contents
from there you simply have to parse out the values you need and analyze them

packages to do this already exist on the web but those will just provide you code incorporate into your own program microsoft even has an interop for C# that allows you to start the application and manipulate it programatically using all the features of excel like conditional formatting and there are a number of Java packages for parsing excel files

As for the user interface... sorry but it's one of those things that you have to know how to do to know how much you don't know. You can make a gui pretty easy with visual studio using the xaml editor or java using the fx scene builder but either way you will have to get into some code in order to make the UI actually work.

gimmie all ur fg and i'll do it for ya


Deal

Lmk when its done i will sent you the fg, i prefer it as an engine with "notifications" it should be able to search keywords in all the excel files in a directory

/ it should also give a list of were the keyword is present in all of the excel files

This post was edited by Skaldepande on Jan 27 2017 02:32am
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll