April 10th, 2009 05:49 AM
Can anyone tel me how to add context help to the application such that when i enable context help short cut . My mouse cursor will change and on clicking it anywhere inside the mdi form . I'll get...
March 28th, 2009 09:46 AM
Actually I know how to create an object and call the function . The thing was I was traeting those files as an empty file . I hadn't stored it in some project . Those files were all over the plcaes...
March 27th, 2009 10:22 PM
I have this header file
#ifndef DRAWTRACK_H
#define DRAWTRACK_H
class VectorDraw
March 26th, 2009 02:12 AM
int myArray={{0.1} , {2,3} }
Int (*ptr) [2][2] = &myArray;
March 23rd, 2009 03:58 AM
1. In classes the default scope is private whereas in structures u have public.equir
2.Also u can define the scope according to is requiremeuctunts in claasses.
3. In classes u can create fn nd...
March 23rd, 2009 03:38 AM
Most of the people talk differentiate classes and structure on basis of setting varriables etc as public or private by default.
the thing here to understand is that procedures can be calles ,...
March 23rd, 2009 03:32 AM
You can use a pointer to look for the item
March 16th, 2009 04:32 AM
Its a text That I had copied from some white paper . hope this will help you
Most operators can be overloaded by a programmer. The exceptions are
. (dot) :: ?: sizeof
There is no...
March 16th, 2009 03:01 AM
I think defining B and C as virtual would be a much better choice but this choice can differ depending on the structure and how u intend to use the varous classes .
Keep in mind only one thing...
January 5th, 2009 06:19 AM
Here's the direction I'm working on .I got it from some other form and seems to do the trick for me
Create your GUI application as normal. In it you can use the System.Diagnostics.Process.Start...
January 5th, 2009 06:11 AM
@ toraj58: I've updated the thread with restrictions and the way I'm trying to solve the problem.
Thanks for your Patience ,I really appreciate that
January 5th, 2009 02:28 AM
I'm hoping to somehow use already existing console application with GUI. I don't have the time to rewrite application again and it is a very huge application .
Also I have not been provided with any...
January 5th, 2009 01:28 AM
I have a console application which has already been compiled .I have no code with me . I want to invoke this app through GUI GUI . What is the best time saving maneuver to do that .
Also the...