Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Is there a way that I can disable/remove the junk button from Outlook? We have an add-in that was installed that provides its own Junk button, but we don't want the users confused. The 3rd party software does not have an option to remove/disable Outlook's built-in button.
I've posted it here with hopes of being able to do it via a c# add-in that handles other company-specific controls. If this is not possible, I can repost over on SuperUser.
Thanks
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
We have developed a nice form add-in for Outlook Appointment Items which shows the location of the meeting on graphical map. The question is whether it is possible to add a button to the standard calendar reminder popup. The typical example is the Skype plugin, which shows "join online" button, if the calendar entry contains a Skype link:
A small example in C# would be enough, unfortunately i cannot find an API reference which would support it
There is no public API to do that.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
My Pc is resetting its date time each restart\sleep
so i want to write an application that sets the time on each boot
is there a way to get the current date time online in C# or JAVA ?
Here is a nice post: http://nickstips.wordpress.com/2010/02/12/c-get-nist-internet-time/
It describes in very detail how to achieve what you want :)
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
How do I program for windows 7 logon screen (not simply subtitude the background image)..Like I want it to authenticate with a RFID reader.Am I able to do that?I know XP could do this.But I found nothing relative to Windows 7 on google.
Back in the 2K/XP day this was done by implementing a GINA, but that disappeared with Vista. Now you need to use Credential Providers instead. This article might get you started in the right direction.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Is it possible to recreate the picture password as a login mechanism for your .NET application? Or is there some law stating it cant be done because you'll get sued?
http://blogs.msdn.com/b/b8/archive/2011/12/16/signing-in-with-a-picture-password.aspx
Unfortunately Microsoft seem to have a patent for this approach in the USA at least: http://patft1.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=%2Fnetahtml%2FPTO%2Fsrchnum.htm&r=1&f=G&l=50&s1=8,024,775.PN.&OS=PN/8,024,775&RS=PN/8,024,775 , so depending where you're based you might run into legal problems.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Greeting
Is there any example code to show how to stream video over ip C# windows app???
http://www.codeproject.com/KB/audio-video/cameraviewer.aspx
Check out http://www.fathsoft.com/videocapx.html. VideoCapX ActiveX control supports streaming live and file-based video over IP. There are several C# samples included.