C/C++ :: Navigate Down In Submenu

Oct 16, 2014

I create program that create menu and sub-menu. User have the ability to move up and down in parent menu and only have the ability to move down in sub-menu ....

The problem that when user navigate through sub-menu down the sub-menu disappear and i do not want that any solution i now it is easy with functions to create but i need it without function my code

#define ENTER 13
#define ESCAP 27
#define HOME  71
#define UP    72  
#define DOWN  80
#define END  79
#define TAB  9
#include<conio.h>
#include<stdio.h>  

[Code] .....

View 2 Replies


ADVERTISEMENT

C :: How To Upload And Navigate Files

Apr 23, 2013

i am new to c . is it possible to upload and navigate files in c . Any sample program.

View 5 Replies View Related

C Sharp :: How To Navigate Through Controls Using Enter Key

Oct 22, 2014

How to use enter key? When am using two textbox then to enter the key automatically goto next form. This time am not using tab or mouse ??

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved