Search:
Type: Posts; User: hvpp
Search :
Search took 0.01 seconds.
April 23rd, 2002 03:35 AM
Well, I can understand why the controls can't be enabled in my program.
It's simply because I disable them in the OnInitialUpdate function of my view class. But I didn't know that this function is...
April 23rd, 2002 03:05 AM
Another bug in my program.
In the OnInitialUpdate function of my view class, I add columns in a list control. When the user (me) opens a file, this function is called once again and it adds once...
April 23rd, 2002 02:45 AM
Hi,
Thanks for your help. I can't find any documentation above the OnSyncToDoc function.
And I cannot compile it correctly because the UpdateToDoc function doesn't exist.
Can you give me...
April 22nd, 2002 10:14 AM
Hi everybody,
Here a strange problem for me.
In the OnInitialUpdate of my CView class, I disable buttons and control lists because no data is loaded.
When the user opens a file, in my...
April 18th, 2002 08:10 AM
Thanks a lot for your response.
April 18th, 2002 04:37 AM
Hi everybody,
A simple question. Someone told me that the following code creates inaccessible areas in memory. Tell me more please.
void MyFunc()
{
char* pMyString = "My string";
...
February 28th, 2002 04:56 AM
Hi everybody,
I would like to know how I can determine if a program I've developed create memory leaks after its end.
Is there any tool under Windows 2000 or Visual C++ to scan the memory ?...
February 5th, 2002 04:54 AM
Hi there,
The application I'm working on is SDI application style.
The InitInstance function, creates an object from my own class which will manage independant threads. After the creation of...
February 5th, 2002 02:46 AM
Thanks for your reply.
I have another question then. If the application allocates memory during execution, can I suppose that Windows will free automatically the objects allocated when the...
February 4th, 2002 10:23 AM
Hi everybody,
I have to work on a big application. This application consists in several processes.
The processes are launched with a batch file (START command).
When the administrator wants to...
November 3rd, 2000 11:05 AM
OK, thanks for your help.
Here is the solution I've kept to resolve my problem :
CWnd* pParentWindow = GetParent();
CWnd* pNextWindow = pParentWindow->GetWindow(GW_HWNDNEXT);...
November 2nd, 2000 09:05 AM
Hi everybody,
A new problem for me : I would like to enumerate the current running windows in my computer. I use the EnumWindows function to do it. EnumWindows does enumerate too much windows for...
October 24th, 2000 03:31 AM
Hi everybody ! I'll try to explain you my problem in the best way I can (I'm not english, of course !)
In a CFormView, I've inserted a CWnd object (called CArea in my project). In it, I draw...
October 17th, 2000 10:04 AM
Hi !
Here is my problem : I've developed a chat-like application with VC 6.0
In it, I've added a common drawing area.
Each time a user draws something in the draw area, a draw order is sent...
April 18th, 2000 08:55 AM
Hi everybody,
Can someone tell me how to display a message on the status bar when the mouse is over any control in a dialog based application ?
It's possible to display a message with buttons...
April 18th, 2000 08:46 AM
Hi everybody !
I have a new problem to ask you : in my dialog based application, I would like to implement the tooltip functionality. I have done it with samplecode given in a developer forum....
April 10th, 2000 08:31 AM
Hi everybody,
Here's my problem : in a dialog based application, how can I change the text and background color of all the controls in the dialog box ?
I don't want to change the colors for...
OK !
I've found what was wrong in my project ! I had changed for a reason that I cannot remember, the system date in my computer.
Some hours after, I decided to create additional icons to my...
Hi everybody,
After cleaning and rebuilding the project, the problem still exists. It only affects the app.res and app.exe files.
Here is what I have seen : with other projects, if you don't...
Sorry, even after rebuilding the application, the error message still appears. Cleaning the files has the same effect.
What is wrong in my project parameters then ?
Thanks...
March 31st, 2000 09:07 AM
Hi everybody,
After changing something (but what ???) in my workspace configuration, I have the following dialog box before executing my application :
One or more files are out of date or don't...
Click Here to Expand Forum to Full Width