use ShellExecute()
method.
ShellExecute(handle, _T("open"), <fully_qualified_path_to_folder>, NULL, NULL, SW_SHOWNORMAL);
Mukesh Kumar Software Engineer
use ShellExecute()
method.
ShellExecute(handle, _T("open"), <fully_qualified_path_to_folder>, NULL, NULL, SW_SHOWNORMAL);
Mukesh Kumar Software Engineer
Use Header Control of CListCtrl. For Example:
CListCtrl* pmyListCtrl;
int nColumnCount = pmyListCtrl->GetHeaderCtrl()->GetItemCount();
Mukesh Kumar Software Engineer
Try this unsigned char *chr = Some_value; const char *ch = (const char *)chr;
You sholud also use Google sometimes...:)
Mukesh Kumar Software Engineer
Thank God :)
Mukesh Kumar Software Engineer
if you can....:) do this: if(str1=="true") str=1; if(str2=="false") str=0;
Mukesh Kumar Software Engineer
You should use Modeless dialog boxes
Mukesh Kumar Software Engineer
you can set the limit of text field using CEdit::SetLimitText(UINT nMax)
Mukesh Kumar Software Engineer
Thanks, I am waiting...:)
Mukesh Kumar Software Engineer
There are various tutorials on net about dll. try to use Google...:) BTW extern "C" is used with __declspec to calling methods from Dll compiled in 'C'. see this link: http://msdn.microsoft.com/en-us/library/ys435b3s(VS.80).aspx[^]
Mukesh Kumar Software Engineer
modified on Saturday, May 10, 2008 1:46 AM
Any one answer me... plz guide me. how can i use my blog(member's)?
Mukesh Kumar Software Engineer
Oh... It means if I write complete code for your assignment then it is ok, otherwise you will voted down my answers. Hints are not enough for you. Thanks buddy...
Mukesh Kumar Software Engineer
Can I know why my answers are voted down?
Mukesh Kumar Software Engineer
Hi, I want to know why my View Member's Blog is not working? There is no any link destination. how can i use this?
Mukesh Kumar Software Engineer
simply add ON_UPDATE_COMMAND_UI event handler for that menu item. and disable menu item. like pCmdUI->Enable(FALSE);
Mukesh Kumar Software Engineer
you want to add 30M long nucleotide sequences to suffix tree... :-D see this link: http://mila.cs.technion.ac.il/~yona/suffix_tree/[^]
Mukesh Kumar Software Engineer
ok... then add your application's path under "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run" registry key.
Mukesh Kumar Software Engineer
Just put your application in startup. It will run when windows start.
Mukesh Kumar Software Engineer
savitri wrote:
it is giving error.in tha ensumer file is missing.
what is "ensumer" ???
Mukesh Kumar Software Engineer
I had given you a link in your previous post of same question. Did you follow that link? If not then try again. http://www.codeproject.com/KB/mobile/irdamobile.aspx[^]
Mukesh Kumar Software Engineer
Is this working correctly now? :)
Mukesh Kumar Software Engineer