In our office, we were arguing about using Read Receipt in mails(outlook). I didnt like it, since it send a wrong message( sometimes I open and close the mail for later action, but it sends as if I read the mail). What do you think? Is it good to turn on read Recipt in mails? -Ravi
Ravi Shankar
Posts
-
About read recipt in mails -
Getting shldisp.hHi I'm just looking for the header file shldisp.h, but could not find it anywhere. MSDN didnt help, and I installed VS SP5, but it didnt contain this file. Where to get it? If somebody got, can you attach this here?:rolleyes: Regards, Ravi
-
How to run UNIX command from VC++?Hi Is it possible to execute a command in a unix server from VC++? I heard it can be done with telnet, but is there class or some library to do? Regards, Ravi
-
Summer CricketI wish SA comes out better! To make cricket more competitive SA got to play good and beat australia in australia :-) I guess it would be a great contest to watch!:suss: Regards, Ravi
-
SiteServer CookieI saw siteserver using two cookies. One is SITESERVER=ID=someguid and the other one is SITESERVER=GUID=someguid. I know the second one is the guid attribute of the user. What is the first one for? I got to compute the ID myself, and do anyone of you know how to compute this ID? Any help will be highly appricicated. Regards, Ravi
-
ECMAI guess it has been submitted (or atleast in the process)and they are reviewing it. But I dont know on what stage it is, but atleast EMCA are doing some work on c#. Not only C#, but also CLI. I guess one day or other both C# and CLI(Common Language Infrastructure, I guess it is same CLR) will be a standard. May be I'm too optimistic! ;-) Refer to their website! http://www.ecma.ch/ecma1/news/news.htm *note if that link doesnt work, search "C Sharp" (not C#) on their site. regards Ravi
-
Get text from tree controlThanks Mike for your answers! But I dont understand they gave the capability to GetWindowText but not to treecontrol! If they gave they should have given to all or just none! Oh boy, I want to get the strings from the control!!! any help is appricated! regards Ravi
-
Handle of a control in a web pageIn Internet Explorer you cannot get it. Since the whole container is a single window, you will only get the handle of the container. But you can get in netscape navigator, since they implement as a normal windows program and then create controls on runtime! SO it will work in netscape, but not in IE. Regards Ravi
-
Get text from tree controlYes, I did the same. But I could get the edit box text, how? Also Is there a way to get the tree control item and its strings? regards Ravi
-
Get text from tree controlHi I have a application running which got tree control in it(say Windows explorer). I get the handle of the tree control through another program (my program) and then try to get the tree control items string. But I always get null, but even though I can do other operation like delete a particular item from it. (both the program are in different process). Cant I get the string for a third party application running in a different process? I know I can get string from the edit control, but I could not get from a tree control. Regards Ravi
-
Regarding Installation programI would not suggest you to write your installation program. And according to the new logo requirements of windows you have to install through Windows Installer(MSI). There are variety of reasons to enfore this, since MS beleives installation is one of the main culprit in many "file missing" or dll hell problem. So you *have* to go through MSI to install your program and I suggest to look at ISWI(InstallShield for WIndows Installer). or Visual Studio Installer. Regards Ravi