Hi All......
I have copied and pasted 10 check boxes on my dialog based app.
Can anyone tell me how to create an array of these controls in Visual Studio 2008.
I have a simple dialog app which has 1 single line edit box and a couple of buttons on it.
Id like to place the cursor in it when the app opens, but most importantly, the edit box...
Hi hoxsiew
Thanks for your reply.
Yes.. your right, I need to over ride the OnOK() event.
Up till now I have used Visual studio 6, Im now using visual Studio 2008.
I have found the avaliable list...
Simple question Im sure....
I have a simple dialog based app that has the usual OK and Quit buttons.
Ive just put a CEdit box on it and I find that when I press the return key, the...
H guys..
Thanks for the reply.
yep hoxiew I have the pointers in the m_numberGrid aray.
Are you suggesting that I invent an ID dynamically and suplly it to both the Create and SubClassDlgItem...
Im hoping someone can help me with something.
I want to call SubClassDlgitem() against an object that I have just dynamically creted, so I have a pointer to the item.(its a Cstatic...
Hi Victor
Thanks for the reply.. and that would certainty do the job. However, for reasons best known to myself, I have an array of pointers to my CStatics from which I have created my objects, and...
I would like to change the BK colour of a CStatic object on my Dialog window.
Is this possible without deriving my own CStatic class and changing the painting method?
Also, how would I...
Hi...
Well the grid (or table) will vary in size depending on the user. It doesnt have to be a 2d array, but I would like to access it using co ordinates i.e GetAt(3,4) etc. Having created it I just...
Im trying to re-develop my C++ skills and have a little project in which I want to declare, fill and create a 2d array of CStatic pointers then draw them on a dialog box in a grid...
I thought the X,Y thing would be a way of accessing my array as if it was a table. i.e GetAtTable(5,4) would return me the number at the 5th column and 4th row even...
I want to create a grid/table of CStatic text boxes. The size of the grid will be user defined.
Having created the text boxes I want to draw them on a dialog window.
I think I should...
Hi All... :)
I have been out of programming for a few years now. However I find myself needing to add some functionality to an application I am running on a touch screen PC running XP. The...
Hi All...
Bit of a SQL noob, so bare with me please.
I have a folder on my PC containing .frm , .myi and .myd files. I want to import the tables into a new database hosted on my PC.
Can anyone...
Hi ..
The Idea is to display user defined EXIF data for any file that contains it, so that the user can quickly and easily compare camera settings for digital images.