|
|||||||
| Programming A place for our community to discuss their own security related coding projects. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
I would suggest getting into something like a netbeans environment. You can code GUIs in almost any language. You need to decide qt or gtk. Python has a some nice front end tools. Sounds like you dont know much about programming though. Honestly there is pretty much a GUI for every tool out there already.
|
|
||||
|
Quote:
You may need something simpler like this Anjuta Integrated Development Environment |
|
||||
|
Quote:
Thanks
__________________
..lost in silence™ |
|
||||
|
What has google told you? I have provided more than enough search terms for you to complete your goal. Personally I rarely use anything but the command line, in fact I don't even start X unless I have to so I am most likely the wrong person to be asking about GUI code.
|
|
|||
|
for a basic checkbox gui its just some if thens deciding what is inside of a system() call... f.ex simple gui ccheckbox 1,2,3 command name is.... lol
//Could be looped and done lots of other things with and check() is no existent. if (check(1)) {arg1 = "--lolarg1";} if (check(2)) {arg2 = "--lolarg2";} if (check(3)) {arg3 = "--lolarg3";} system(("lol %c %c %c",arg1,arg2,arg3)); |
|
||||
|
putty is a graphical SSH, Telnet and Rlogin client for X. It is a
direct port of the Windows SSH client of the same name. sreenshot: h x x p://img.informer.com/screenshots/8/8410_1.png
__________________
Nought's had, all's spent, ... Where our desire is got without content Last edited by h1jack~~d(^_^)b; 10-05-2009 at 08:02 AM. Reason: + sreenshot |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|