January 24th, 2004 08:12 AM
The only solution I found was to delete the values added in the combobox edition and insert them at runtime (before dialog start)
:(
Ric
January 23rd, 2004 07:00 AM
I'm trying to change the font of the main dialog window (at run time) using the code below (found in the forum).
int CInitialDlg::DoModal()
{
// TODO: Add your specialized code here and/or...
August 18th, 2003 05:50 AM
Thanks alan_doh
That was an old project I was working on. At that time I ended up given up and forget about the thumbnail thing.
I'll try andlet you know!!
Thanks again,
Ric
April 22nd, 2003 09:05 AM
Hi!,
I´m trying to insert a Graph (vertical bars) on my report without success. There are three AccessDB fields that need to be shown in the graph (as a bar each).
I created a summary for these...
March 14th, 2003 01:07 PM
Thanks alot ReorX. That´s exactly what I had on mind (allthough I´ll have do some research from now on to implement it...no problem!!!).
Anymore tips from experts will be very welcomed.
Ricardo
March 14th, 2003 07:35 AM
Hi,
I'm developing a Dialog based app which has a form for user input and is supposed to be always available while the program is running . At the same time I need to monitor the serial port and...
October 20th, 2002 12:03 PM
Exactly solarflare!!
Sorry about the way I wrote. The point is...I don´t want just to update it...i need to keep all the previous info. displayed and then automatically scroll as new info. arrive....
October 20th, 2002 09:47 AM
I´m writing an app where I need to show the info. I get from serial port (after processing it) in a Text box.
My intention is to have an small box where the info. are presented just like "Movie...
September 24th, 2002 08:45 AM
I am not able to include a class derived from a COleClientItem base class in my dialog based app.
Could some body give some info. on that? I´m looking on the MSDN for that and, apparently, I need...
September 23rd, 2002 08:25 AM
I need to include a OLE control in my app. Since I´m new on that any help will be appreciated.
I´m trying to include the "Microsoft PowerPoint Slide" object in my dialog app. I´ve done that on...
September 19th, 2002 08:55 PM
That´s it guys!! Your info. were very useful as usual!!
I decided to read line by line instead of loading all the file on the memory and it´s been working fine so far. I´m not sure about the...
September 19th, 2002 08:11 AM
What´s the fastest way to find a string in a text file (among hundreds of words)? I´m developing a app that needs to filter some "Text Messages" using the words stored in a text file.
Any help...
September 19th, 2002 07:20 AM
Does anyone know how to show the slides of a power point presentation as a Thumbnail on a Dialog app? Is that possible?
Thanks in advance.
September 16th, 2002 12:24 PM
That´s it Jeff!!
Thank you very much again.
Ric.
P.S. As you noticed I´m pretty new on the Visual Studio tools!!
September 16th, 2002 07:15 AM
I´m trying to do an app for PowerPoint automation. Since I am really knew on this I was woundering:
How could I know what are the possible values that I could use for the methods I´ve found.
...
August 20th, 2002 09:39 AM
August 20th, 2002 07:37 AM
I need to access the main window variables in a Dialog base app, from a child dialog. Can I access them directly or i need to create another variable and transfer its content?
Anyone could help...