Customize Email in Outlook using Add-In-Express [closed] - c#

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
I would like to customize an email message in Outlook (using Add-In-Express). I want to add a check box (with some text) under the Subject (in the pane where the Subject, To, CC etc exists).
anyone can guide how can I do this?
Thanks
Hagai

The Outloook extensibility model doesn't provide anyhting for that. But you may use Advanced Outlook view and form regions. The TopSubpane layout allows to place your form right under the ribbon where you can place any .net controls.

Related

separate task manager for each user [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
Improve this question
Is there a possibility in the windows system to separate the task tree so that one user's processes would be invisible to another? The only thing I found was rootkit source codes, but this method interferes with the anti-virus and the entire security system. Is there any other option?
The simple answer is no. But if you have admin rights you can get a little batch script to use rootkit to hide processes depending on the current user. Or even create a program in your framework of wish to do that. Anyway good hidden processes run at kernal level to get there use the windows driver kit or rootKit.

Windows Store JMA Feature Verification [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 7 years ago.
Improve this question
I'm sorry for my bad English. Recently I have posted a windows 10 uwp application. In the report I have received from Microsoft, it has some issue called "JMA Feature Verification", which lists some feature (like live tiles, notifications and etc.) that my application doesn't need. For some reason, it must be no entries in the issue list. Would it be possible that I do something to solve the issue without adding features?
Part of the issues in report:
Thanks in advance.
JMA is a private agreement between a publisher/developer and Microsoft. So I guess you've signed such agreement where you commit to implement the five features listed (adaptive layout, live tiles etc). I suggest you to ask support from your local Microsoft point of contact.

How to make font color as on picture [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
Make font color beautiful as shown on title of the page. If you have another ideas about the best font color ever, please don't be so shy, just share it. Thanks for your attention.
I think you're looking for something like the "Gradient Brush".
Head to the properties window, then to the "brush" section and finally to the "gradient brush".
You could check out the msdn link and also the developer nokia link.

Parental control or web filter with c# [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Closed 9 years ago.
Improve this question
It is possible that such a program written with C #?
if yes how we can?
If you have links or information on this I say thank you.
I'd say you'd probably be looking at setting up a proxy on your local network, pointing the machines you want parental control on to that proxy, and filtering the "allowed" traffic by either:
Checking website address against a predefined blocklist,
and/or
Reading through the HTML looking for naughty words or phrases.
How to create a simple proxy in C#? has a fair bit of detail about setting up a proxy in C#.
Also found http://www.codeproject.com/Articles/92512/Writing-a-Parental-Control-Software-for-Windows. An old project but might be worth looking at if you're researching a project like this.

Show website before logging in to Windows [closed]

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
I have recently been asked by some people if i can help develop/deploy a solution that allows their staff to first login into their website before being able to do anything on their systems. They fear their staffs dont visit their website and will like to do this so that the first thing a staff sees before he can use his/her desktop is their website.
Please can any body give me any pointers?
Any .net related code article will be welcome, as well as maybe already built solutions.
Thanks
Before login there is no real desktop... doing what you describe might be technically possible (probably some "hacks" will be needed)... BUT it goes against any security measures to do so..
An option might be to setup the Windows AutoStart in a way that is launches the browser with that website...
As per comment:
you can find some ideas on how to deal with "startup items" here and here.

Categories