Software Development Network Logo
  • Visual C++
  • Windows Live
  • Visual C#
  • Windows Vista
  • Visual Basic
  • .NET Development
  • Game Technologies
  • Visual FoxPro
  • VS Team System
  • Visual Studio
  • SQL Server
  • Windows Forms
  • Visual J#
  • Smart Device
  • Architecture

Software Development Network >> Tamoxifeno's Q&A profile

Tamoxifeno

Member List

Maris D
Slyke
crystalchunn
PascalJC
BigOldSofty
RamiKhalyleh
Minneapolis
Shaby
Dukebaby
dotnetwiz
Marc Selman
ucnnohm2
gas_obsg
SachinG
cya
Bassam.kareem
carrics3
Meier
Diablox29
wjc
Only Title

Tamoxifeno's Q&A profile

  • SQL Server FREETEXTTABLE

    This is my proc... ALTER PROCEDURE [dbo] . [IT_GetKBFreeText] @Search Varchar ( 8000 ) AS BEGIN SELECT KEY_TBL . RANK , KB_TBL . KNOWLEDGE_BASE_UID FROM dbo . INFOSYS_KNOWLEDGE_BASE AS KB_TBL INNER JOIN FREETEXTTABLE ( dbo . INFOSYS_KNOWLEDGE_BASE , ( KNOWLEDGE_BASE_SHORT_NAME , KNOWLEDGE_BASE_TEXT ), @Search ) AS KEY_TBL ON KB_TBL . KNOWLEDGE_BASE_UID = KEY_TBL . [KEY] ORDER BY KEY_TBL . RANK DESC Iam returning rank = 0 for each record. FTS Is running and the catalog has all table records in in it ( I can tell by the record count) Help!!! Can we ...Show All

  • Windows Forms How do i get the direction of the selection in a RichTextBox?

    Hi, I have a form with a RichTextBox which contains a text. The text contains some certain words like "%Word%" . When the user select some words from left to right and reach a certain word then the selection will be extended with the length of that word. I do this with increasing the SelectionLength-property of the RichTextBox. The problem happens in the following case: When the user select some words from right to left and reach a certain word then the selection will be extended too. But i have to change the SelectionStart- and SelectionLength-property to do this and that moves the c ...Show All

  • Software Development for Windows Vista How to access the fields of the enclosing activity?

    I have a custom activity, which includes another custom activity. How can I access the fields of the enclosing activity from inside the inner activity For example: "CustomActivity1.xoml.cs" public partial class CustomActivity1 : System.Workflow.Activities.SequenceActivity { public Dictionary<String, String> MyDictionary; } "CustomActivity1.xoml" <ns0:CustomActivity1 x:Name="TestWorkflow" ...> <ns0:CustomActivity2 x:Name="step1" /> <ns0:CustomActivity2 x:Name="step2" /> </ns0:CustomActivity1> How can I access CustomActivity1.MyDictionary in CustomAct ...Show All

  • Visual Studio Team System Some reports are not being updated

    I'm not sure if this is a problem with my environment, or a misunderstanding on my part.  A couple of the reports are not being updated -- for example, the Builds report never shows anything, even though I've run several builds on the build server.  I'm also not seeing anything other than "zeros" in the Bug Rate report, even though I've created and resolved a couple of bugs. The only Error in the Application log is below, but I don't think it's related.  What else can I check Thanks, Phil Application Log Error: Event Type: Error Event Source: SQLSERVERAGENT Event Category: Alert Engine Event ID:  ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. help me with direct x 9.0

    i am strictly in needof direct x 9.0 sdk and it takes a lot of time for me to download making me spend a lot. can any of you send me that please Am I understanding that you want someone to send you a copy of the SDK on CD MS did offer such a service some time ago, but I can't find any reference to it - so I guess that's for MSDN subscribers only now. You might want to look at the other general download-server type sites, I've seen that they'll allow you to buy a CD/DVD's worth of content and they'll send it to you. Not sure if that covers MS downloads though. hth Jack ...Show All

  • .NET Development Use of ClientScript.RegisterClientScriptBlock

    This function was Page.RegisterClientScriptBlock in .NET 1.1 but that has now been obsoleted.  The new function requires an extra parameter called TYPE but there are no examples of how to assign something to this parameter and everything I have tried fails.  I need to convert a Page.RegisterClientScriptBlock function to ClientScript.RegisterClientScriptBlock - what do I need to put in for the TYPE parameter I want to add a javascript call to the <body>. How can I do that ...Show All

  • Visual Studio Team System TF command line checkin

    I am trying to update our old vss command line scripts to be used with Team Foundation Server. I have successfully tested the tf get , tf label and tf checkout commands. However when I run the tf checkin command it returns 'No files checked in' I am using this command line: tf checkin /comment:"Doing a new build" /override:"Build process commandline checkin" /noprompt On the screen I am seeing the check in policies that are not being meet (in yellow), then a line saying policies have been overriden (in blue) then 'No files checked in'. If I just type tf checkin and go through the GUI the files are checked in. Am I missing something or is ...Show All

  • Visual Studio Express Editions ReSize custom control

    CAn you let me know your thoughts on ReSize custom control programs that are avalibe. I want to use one but which is best and cheapest etc. ...Show All

  • Visual C++ C# to C++

    using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; namespace Map_Maker_Worker {  /// <summary>  /// Dialog for a useless application that runs a checksum on multiple maps.  /// </summary>  public class frmSigner : System.Windows.Forms.Form  {   private System.Windows.Forms.Button btnSelectMaps;   private System.Windows.Forms.Button btnRemove;   private System.Windows.Forms.Button btnSign;   private System.Windows.Forms.ListBox lbx;   private System.Windows.Forms.OpenF ...Show All

  • Windows Forms shortcut in menu

    hey, i'm tryin to make shortcut keys in a context menu. but in the properties menu, when i assign the shortcut and run it, it doesn't work. do i have to configure something extra Have you assigned the ContextMenu to a control in your app   I just created a ContextMenu, set up a shortcut, and assigned it to be the ContextMen ...Show All

  • Windows Forms DataGridView formatting before cell editing

    Is it possible to change the cell format just before it is edited For example, I have a cell with an amount represented by a decimal, and formatted with the "$" symbol using the CellFormatting event. I know that I can use the CellParsing event but it is desirable that the original value without the symbol is displayed when the user edits the cell. Thanks! There isn't any event for this. The best you can do is to create your own cell that overrides InitializeEditingControl and strip the $ symbol out of the formattedValue that is passed in. Then you'll want to override ParseFormattedValue and add the $ back ...Show All

  • Visual Studio Express Editions Express Questions

    Hello All, 1.I downloaded VS.net 2005 and would like to program some xml stuff. Do i need to download any xml files to go with VS 2. DoI need to download any of the .net framework or asp files to go with VS 3. What are the best extra downloads i can take advantage of 4. Is there a good book for Visual Studio.net 2005 for XML 5. What does everyone use for creating great graghics foir the Visual Basic screens Sorry for all of the questions! Thanks! Kevin Visual studio .net has xml functions built in. Take a look at the system.xml namespace. http://msdn.microsoft.com/library/default.asp url=/library/en-us/cp ...Show All

  • Visual C++ multiple debug assertion

    Main application A shares resource dll with another dll B, Also this dll B loads into A. at registration i get an error which is then fails to register error as in dll regsvr32 failed.bmp registry error showing file not found Also,it appears when the A is installed at a diffrent machine ,at runtime it shows debug assert . can you help me in this regard is it related to "WINVER not defined. Defaulting to 0x0502 (Windows Server 2003) " appearing while compiling stdafx.h in the main app Make sure as Martin suggested indirectly that you are picking up the CRT dlls from the SxS location. Thanks, & ...Show All

  • .NET Development how to add a child node

    hi  iam new to xml.i am using .net with xml and c#.  i need to add a node below a node of paricular node for  example in the below xml file i need to add this node "<group>software</group>"  below the all title tags .how to do that in c#   how to do it srinivasan < xml version="1.0" encoding="ISO-8859-1" > <catalog>   <cd>     <title>Empire Burlesque</title>     <artist>Bob Dylan</artist>     <country>USA</country>     <company>Columbia</company>     < ...Show All

  • Visual Studio 2008 (Pre-release) How to expose an already instantiated service object in WCF

    Iam trying to achieve something similar to CAO in .NET Remoting using WCF. Is there a way i can publish an already instantiated Service object I know i can expose a Singleton object like follows m_host = new ServiceHost (myService) m_host.AddServiceEndpoint( typeof ( IService ), binding, baseAddress); m_host.Open(); How can i do the same for a non-singleton Any leads is much appreciated. Thanks Scott, i think you have pointed me in the correct direction. IInstanceProvider seems to have the answer. <From SDK docs> IInstanceProvider has two methods, GetInstance and ReleaseInstance . Thes ...Show All

©2008 Software Development Network