January 25th, 2010 08:43 AM
Hi all
I have a general question as to how I should implement the following in Visual C++ (v6):
I would like to read in a whole bunch of data from a file and save to memory so I can then...
November 16th, 2009 04:38 PM
Hi
Thanks very much for the reply. I don't think I can use the CImage class since I am using VC++6.0 Is there a way to write to a JPG file using VC6?
Thanks
November 16th, 2009 02:10 PM
Hi all
I am wanting to write a collection of GDI+ objects (rectangles, lines etc) and save the resulting diagram to a graphics file (JPG or PNG). I can easily draw what I want to screen by doing...
January 20th, 2009 03:03 AM
Hi
I would like to be able to encrypt a double precision number and then save it to a binary file. Does anyone know whether or not it is secure to encrypt individual numbers? I'm guessing it is...
November 29th, 2008 08:11 AM
Hi
Thanks very much for the reply. Eventually I tried a different approach whereby I have written a simple function which determines what the base and exponent. That way when I write the...
November 29th, 2008 08:02 AM
Hi all
I am writing a simple Windows MFC program which generates an input file for a program which we have installed under Linux. At the moment, when I try to run the program under Linux on this...
November 23rd, 2008 10:36 AM
Hi all
I am trying to write a bunch of exponential numbers to a file. I can easily change the overall size using setw(x) and setprecision(x) to set the precision. However what I want to do is...
January 30th, 2007 04:01 AM
Hi
I am trying to select an item in a list control using the SetItemState method. The method selects the item however the item is not highlighted on screen.
What I have at the moment is:
.....
October 15th, 2006 09:48 AM
Hi
Thank you very much for showing me what to do. It works great now - cheers!
Robbie
October 15th, 2006 09:11 AM
Hi
Thanks for the very quick reply.
I couldn't find the "topmost" property however I selected the "Set Foreground" option for the main dialog box. Is the topmost property on the properties...
October 15th, 2006 08:22 AM
Hi
I have a problem with dialog boxes I was hoping someone could help me with:
I have a dialog based project where I am creating another window from the main dialog OnInitDialog function:
...