Hi,
I have built a Shared Add-in for word and Excel, it worked good for both of them, but I dont know what I did when i played with word, now it stopped working on Word and it just works on Excel.
What it depends on, I don't remember what i did but i played with toolbar and its customize and...
Hi,
I am trying to make my SmartTag to send e-mail but I dont know How.
I have a contact list from SharePoint that contains names and e-mail addresses, when you write name of one of the contacts you get the Action of the SmartTag, ( I mean it works and it recognizes the name of my contacts in...
Hi,
I am working on my Research pane and i would like to develope it. What I want to do is, adding a TreeView to my Resarch pane, Is it possible?
I have searched very much , I need som code
thank you
Hi,
I have a UserControl that contains a TreeView(with nodes) , a TextBox and a Button,
I want that when you click on the button you would add a new TreeNode under the selected node that it's name is the text of the TextBox.
I have tryed a lot but no success, I need som code, thanks
Hi,
Is it possible to adding functionality to the "Save and Close" Button which is located at Lists -> Contacts -> Add new Item
I mean when you add a contact to your contacts by clicking on "Save and Close" button your new Contact (the item) would be intserted to your own Database too, (MS...
Hi,
I have done a smart tag i registered it by using GUID on registery editor under:
* HKEY_CURRENT_USER\Software\Microsoft\Office\Common\Smart Tag\Actions
* HKEY_CURRENT_USER\Software\Microsoft\Office\Common\Smart Tag\Recognizer
I can see my Smart Tag under (Word -> tools ->...
Hi,
I have created a smart tag, you can see it when you locate to (Word > Tools > AutoCorrect Options command > Smart Tags tab), I have checked by using MessageBox.Show(....) in the Recoginze method and it works,
but i have two problems:
1. I don't know if Action class is registered i have...
Hi,
I follow exact what this article says about creating a smart tag library, I am using VS 2005 Pro.
http://msdn.microsoft.com/msdnmag/issues/05/02/ManagedSmartTags/default.aspx
but I have following problems and my smart tag does not appiers in Word.
1. I get this Error:
The type or...
Hi,
I follow exact what this article says about creating a smart tag library, I am using VS 2005 Pro.
http://msdn.microsoft.com/msdnmag/issues/05/02/ManagedSmartTags/default.aspx
but I have following problems and my smart tag does not appiers in Word.
1. I get this Error:
The type or...
Hi,
I am trying to add my feeds to SharePoint's Shared Documents as .doc files, (by using SPSite, SPWeb, SPFolder and SPFile) this step has been done.
but i have two problems;
1. how can i update(overwrite) an existing file.
2. sometimes i get exception that the file name contains...
Hi,
I have saved my Feeds in a table on my Data base, Thay contains some Meta Data.
First I want to save them as Word Documents on Sharepoints "Shared Documents" and when somebody opens them and highlights the Meta Datas is showen up a smart tag with som options when you choose a option a...
Hi,
I have saved my Feeds in a table on my Data base, Thay contains some Meta Data.
First I want to save them as Word Documents on Sharepoints "Shared Documents" and when somebody opens them and highlights the Meta Datas is showen up a smart tag with som options when you choose a option a...
Hi,
I have tryed to load my rss feeds from a given URL by using following code in my web part. But the problem is when the URL does not exists i get web part Error something like "WebPart1 has occured a error .. if you have permission troubleshoot.....
HttpWebRequest HWReq =...
Hi,
I have two dropdownlist ddl1 and ddl2 in the first time when web part is loaded ddl1 gets types from DB. (types = Region, Country, Company...) and ddl2 is not visible. When you choose one of the types (in ddl1 ), ddl2 would be visible and it gets values from db (for exampel if you choose...
hi,
it is my problem:
I fetch rss feeds from web and insert them into my table, and i do it every ten minuts.
every time i must check
1- if the item already exists in my table if it exists then i must chech the publishdate if the publishdate has changed then the item must be updated. if the...
hi,
I am working on a sharepoint web part and I want make it to get and fetch feeds from a URL every 10 seconds.
can you use multithread programming in WSS web parts?
Is it possible?
thanks
I have a asp.net 2.0 web part (aspx file) that contains two webpartzone (in which a user control) .
I am trying to connect that two web parts to each onther, one of them is provider and other is consumer. I think I have succeeded. the problem is the cosumer sometimes shows the previous data or...
I have been working on my web form in 6 days and i am still in the begining.
here is my code and the Error is "Object reference not set to an instase of an object"
public partial class SearchUC : System.Web.UI.UserControl, ISelectedTitleFeed
{
private DataSet DS;
protected void...
i want to change values of controls in a User Control when i clikc on a button in a another user control, but i get following error:
Object reference not set to an instance of an object
Code:
//in My DownUserControl i call
protected void BTN_Click(object sender, EventArgs e)
{
TopUserControl...
Hi, I have been working with my project for 2 weeks but i have failed everytime, The problem is i want to catch the selecteditem in my dropdownlist but it is just the first item everytime,
here is my code:
protected override void CreateChildControls()
{
DDL = new DropDownList()...
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.