Hi
Im trying to start iexplore.exe let it run for 5 seconds and then close it again.
iexplore opens just fine however it doest close when i call the PostThreadMessage can any one see what im doing wrong here is the code:
CString IEPath = "C:\\Program Files\\Internet...
Hi i have the following method on my objects obj
BOOL obj::CloseRecord() const
{
//Do something
//Empty the member variable m_Id (is a CString)
static_cast<CString>(m_Id) = ""; //<--Doesnt work
//Empty set the member variable m_Item = 0
static_cast<int>(m_Item) = 0; //<---Works fine
}
The var...
Hi there
We have to upgrade our old SQL 6.5 to an SQL 2000 platform.
The 3 main reasons for the upgrade is
1) Better performance
2) Better stability
3) More nestinglevels
However to do the upgrade as easy as possible its been choosen put the SQL 2000 server into 6.5 mode. But how does that...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.