Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: cyrus71
  • Content: Threads
  • Order by date
  1. cyrus71

    Addin for word and Excel

    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...
  2. cyrus71

    sending mail by SmartTag

    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...
  3. cyrus71

    having Server Control in a Research Pane

    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
  4. cyrus71

    TreeView problem

    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
  5. cyrus71

    adding new item to the Contacts and DB at the Same time

    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...
  6. cyrus71

    problem with debugging smart tag, please help

    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 ->...
  7. cyrus71

    dynamic smart tag

    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...
  8. cyrus71

    smart tag library

    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...
  9. cyrus71

    creating smart tag library

    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...
  10. cyrus71

    updating a file and unacceptable charactars

    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...
  11. cyrus71

    smart Tags and Custom pane

    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...
  12. cyrus71

    smart tag and custom pane

    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...
  13. cyrus71

    HttpWebResponse problem

    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 =...
  14. cyrus71

    DropDownlist problem in a web part

    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...
  15. cyrus71

    updating posts in a Database

    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...
  16. cyrus71

    multithreading in sharepint

    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
  17. cyrus71

    connecting web parts, (ASP.net 2.0 Web pars)

    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...
  18. cyrus71

    Object reference not set to an instase of an object

    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...
  19. cyrus71

    Object reference not set to an instance of an object

    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...
  20. cyrus71

    DropDownlist problem

    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()...

Part and Inventory Search

Back
Top