Free Resource??
-
I using more than 50 dialog resources in my application..when i click on any of those my system will hang and i have to wait a lot . . . My System config is... P4 2.80GHz with 1Gb Ram Processes running- AVG antivirus wdfmgr svchost(5 instances) DXDebugService VsTskMgr msmgs mdm lsass winlogon services cvslock can any one help me out. . . . Thanks in ADVANCE . .
-
I using more than 50 dialog resources in my application..when i click on any of those my system will hang and i have to wait a lot . . . My System config is... P4 2.80GHz with 1Gb Ram Processes running- AVG antivirus wdfmgr svchost(5 instances) DXDebugService VsTskMgr msmgs mdm lsass winlogon services cvslock can any one help me out. . . . Thanks in ADVANCE . .
thenewbee wrote:
when i click on any of those my system will hang and i have to wait a lot . . .
are you handling the click event of the mouse? May be there is some indefinete/infinite loop running in your code. I guess it would be very hard to detect the error without you posting some relevant code or describing the exact scenario.
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
-
I using more than 50 dialog resources in my application..when i click on any of those my system will hang and i have to wait a lot . . . My System config is... P4 2.80GHz with 1Gb Ram Processes running- AVG antivirus wdfmgr svchost(5 instances) DXDebugService VsTskMgr msmgs mdm lsass winlogon services cvslock can any one help me out. . . . Thanks in ADVANCE . .
Can you more explain about your program and how do you call them how do you make these dialogs and what are these?
WhiteSky
-
Can you more explain about your program and how do you call them how do you make these dialogs and what are these?
WhiteSky
-
Oh sorry i forgot to mention - prob is in resource editor not when the program is running...
When you run your program it works? and did you use of breakpoint on your code?
WhiteSky
-
When you run your program it works? and did you use of breakpoint on your code?
WhiteSky
-
its working fine when i run myu program . .. Ima telling about the designing. when im designing the dialog box or any resources. . . my VC6.0 hangs out...
Are the images huge? Does it happen with all of them, or just a select few? Instead of 50 images, what if your project only had a few?
"A good athlete is the result of a good and worthy opponent." - David Crow
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
Are the images huge? Does it happen with all of them, or just a select few? Instead of 50 images, what if your project only had a few?
"A good athlete is the result of a good and worthy opponent." - David Crow
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
There are no images but various controls more than 15 controls in each dialog box. For all the dialog boxes when i try to add or remove a new control or just change the property of a control, the editor hangs... The same code works fine in some other systems. No problem when my project have very few dialogs..