Hi, i m hooking the messages that come whenever any menu item is clicked. This is done on a global scale i.e. it handles all the msgs generated for any appln. Now i 've to do this thing for only the "Help" menu item, as this is the most common one. I want to check whether the clicked menu item has ...
I'm attempting to make an Ncurses based menu frontend for a Hyper Text Coffee Pot Control Protocol Client. This was an april fools RFC and the spec for this can be found here: http://www.ietf.org/rfc/rfc2324.txt At the moment the ncurses based menu works pretty well, you can pick the additions to add your coffee without any problems. Where the problem lies at ...
Hi I need to do a text menu for my program. I know that I could just use printf, fgets and sscanf but there are a few problems. Say if I want 1 digit from the user to use as their choice in the menu I can do it but the user can type as much as he wants untill he ...
Here is some code ...which I use for my purposes .... U can modify it for Ur needs ... Works on DOS platform ..... - Venu Gopal. int color; // Length of Help Menu items should be 80 ... menu_box(int c,int r,int fc,int bc,int br,int tc,int ac,int n,int l,char * title,char * menu,int w,int h,char * th,int centre) { char ch; ...