Thank you.I am handling it in code. Anandi VC
Anandi VC
Posts
-
Check Boxes - Mutually Exclusive -
Check Boxes - Mutually ExclusiveHow to make two check boxes mutually exclusive? Thanks in advance, Anandi VC
-
JIT Debugging failed with the following error: 0x80040003i am getting this error.my project is in VC 6.0.When i searched in msdn, i got the below explanation : "JIT Debugging failed with the following error: 0x80040003. This error occurs if you attempt to use Visual Studio 6.0 as the Just-In-Time debugging debugger for the desktop process, usually explorer.exe. Visual Studio 6.0 does not support the debugging of the desktop process. To fix this problem, use Visual Studio to debug the desktop process." Anybody please explain me the above reason in detail. Thanks in advance, Anandi
-
Debug and Release ModeThanks for the informative article! Anandi VC
-
couldn't debug?open ur project workspace , Right Click on right top(be sure that no control is present) and click on "Build". From the newly added combobox, select "Win32 Debug".Now go to ur Project Menu->Settings->C/C++ -> Optimizations -> and select "Default" Now go to Link(which is after C/C++) -> and tick "Generate Debug Info" and rebuild ur project! now for debugging , put a break point wherever u need and click F5.
-
Debug and Release ModeIn our project after fixing an issue or enhancement , it works well in DEBUG mode.But it doesnt work in RELEASE mode.We work on VC6.0 and COM. I couldnt understand why it doesnt work in Release mode.So Strange! What could be the possible reasons ? Awaiting your replies, Anandi VC.
-
MDB file login id and passwordhi , i need to attach Login id and Password before opening a particlar MDB file . please help me in this regard , thanks , Anandi VC
-
mdb file - login id and passwordhi , i need to attach Login id and Password before opening a particlar MDB file . please help me in this regard , thanks , Anandi VC
-
Virtual ConstructorWhy cant we have a Virtual Constructor ? Anandi VC
-
capturing close buttoni checked it and it is calling all the three functions you menctioned but in the following order : 1) OnClose() 2) OnCancel() 3) OnSysCommand() Thank u , Anandi VC
-
ExceptionThank u very much for your clear explanation. i would love to switch to the latest version of VC but my work place wont permit it ! :)
-
capturing close buttonThank u David . Anandi VC
-
capturing close buttonThank u :)
-
capturing close buttonin a dialog box ,there will be minimize,maximize,close buttons at the right-top end of the window. if i click on close button , how to capture it ? thanks in advance, Anandi VC
-
ExceptionFirst-chance exception in DWB.exe (OLEAUT32.DLL): 0xC0000005: Access Violation. Could any one tell me the meaning of the above sentence ? i got this exception while working on VC6 and COM components. thanks in advance, Anandi VC
-
.plg fileThank u for the Info ERLN :) !! Anandi
-
.plg fileThank u Naveen. i did as u instructed and got rid of the message to reload it. but for what purpose the compiler uses a .plg file ?? Anandi
-
.plg filewhen ever i build my project in VC6.0 , i get a message as follows : C:\ProgramFiles\XXX\YYY\MyProjectName.plg This File has been modified outside the source editor.Do you want to reload it? What is a .plg file and why is my compiler asking for reload ? Thanks in advance. Anandi
-
opening an .mdb fileThank u DavidCrow
-
opening an .mdb filei just want to open an already created .mdb file from an application in VC6 . anyways thank you .