Software Development Network Logo
  • Visual C#
  • Windows Vista
  • IE Development
  • SharePoint Products
  • Audio and Video
  • Windows Forms
  • Visual C++
  • Visual Basic
  • Smart Devicet
  • Game Technologies
  • SQL Server
  • Visual Studio
  • VS Team System
  • Microsoft ISV
  • .NET Development

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

Tryst

Member List

zenzai
srinivasintouch
Sujithf
ehrlich
Fiddel
bond12
FloDEM
Mike V T
IMBack
Martin123
Luv Walia
Ben Tsui
Thinh
Hooper
Danny Thorpe MSFT
karnij7877
DMAR330
Mark Gilbert
jwaddell
rolandpish
Only Title

Tryst's Q&A profile

  • Windows Forms Automating MSI

    Hi, I have an MSI file created using VS 2003. I need to change the MSI property 'RemovePreviousVersion' to true using an automated script. Is this possible. An MSI package is a database of tables that can be manipulated using the Windows Installer SDK. Download the SDK from the platform SDK web site and look in the samples folder for a sample vbscript that can run your SQL against the MSI package. ...Show All

  • Commerce Server Catalog Web Service currently unavailable

    Hi, I'm trying to update form Commerce Server 2002 to CS 2007. Now i think i'm pretty far but there are still some problems to solve. One is, that the CatalogWebService isn't available when I want to open ith with the CatalogManager. When i enter straightforward the link to the CatalogWebService.asmx in the Internet Explorer, the Site is loading correctly and shows my some information about the Web Service. What do I have to do so that the CatalogManager can open the WebService Hope you can help me. Thanks So, i changed the permissions for the Web Service and now the Catalog Manager can load the Web Service at least. I was pretty happy but just after the Catalog Manager opened i r ...Show All

  • Visual Studio Express Editions Automatically enter Text from one Text box to another as you type.

    I would like to setup a Text Box that pulls the Textbox.text from 2 separte text boxes and then displays them in this textbox. For Example... TextBox1.Text = "Jimmy" TextBox2.Text = "Taylor" TextBox3.Text = "Jimmy Taylor" But the kicker is I want it to add the "J" in TextBox3 as I type it in TextBox1 ect. I tried a number of places but I am not sure how to describe this and I am not coming up with very good examples. Thanks in advance for any help. Form1 is not the form where the create button is. that form is called CreationProfile... Either way I believe that I see where you are going. My Dynamic form does not exist as a class only as a variable and no other classe ...Show All

  • Visual Studio Express Editions Winsock control!

    Hey there guys.. Does anyone here could acutually help me and tell me how to add the winsock control to my project in Microsoft Visual Basic 2005 Express Edition [Im doing a RAT] OK S Johan Stenberg.. Now can u tell me the steps that i could use ... managed socket classes other than winsock control in making RAT's Because i dunno anything other than the basics of the new version of VB! thanx! ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Grr, my game wont play, WTF!!!

    its coded right, but ist says this, for game.run(); "Could not find a Direct3D device that has a Direct3D9-level driver and supports pixel shader 1.1 or greater." what the hell does that mean, and what do i do about it Cho-Hakkai wrote: NVIDI RIVA TNT2 Model64 if this is to low, can i get a driver for it, to work, or make the game run on a lower level, lowering the game graphics would probably work best, if it is possible at all, i just want it do SOMETHING, ya know You have the graphics card equivalent of a horse and buggy. Visit ebay and get a ATI Radeon 9600 of Nvidia FX5600. They can be had for about $30-50 now. ...Show All

  • SQL Server Help using the formulas in report builder

    I am really new to this. If anyone knows a place to go to learn about the syntax of the formulas contained in the report builder and filters I would appreciate it. Also I am studying from a book from apress and they have some junk to download. I am doing this on my home computer and was wondering if MS had a 30 day trial version of pro sql server 2005 that I could use while at home. My work has it instalkled and I am just remoting in but do not want to dl apresses examples on their server. Thanks Travis The primary documentation for Report Builder is (currently) only available from within the application, using the Help item on the main menu. Trial versions of SQL Server can be obtained here: http: ...Show All

  • Visual Studio 2008 (Pre-release) Read ClaimSets in BeforeSendReply of IDispatchMessageInspector

    Hi, We are working with a IDispatchMessageInspector and we want to read the user's claims in the BeforeSendReply method but when we read OperationContext.Current.ServiceSecurityContext.AuthorizationContext.ClaimSets We get 'System.ServiceModel.OperationContext.Current.ServiceSecurityContext' threw an exception of type ' System.ObjectDisposedException ' Using OperationContext.Current.ServiceSecurityContext.AuthorizationContext.ClaimSets in the AfterReceiveRequest method works great. We are using the June CTP. How can we read the user's claims in the BeforeSendReply method of the IDispatchMessageInspector Thanks Jp.- I am using July CTP,i am able to access claimset,i am using wsht ...Show All

  • Audio and Video Development Tee node and custom media source

    I used the WavSource MediaSource example and I used it in topology using a tee node. When I do that, an errors occurs after starting the session (0x8000FFFF). If I dont use a tee node everything works fine. I tried setting the MF_TOPONODE_PRIMARYOUTPUT and MF_TOPONODE_DISCARDABLE but that did not change anything. Marc Looks like it's fixed in RC2. I just finished installing RC2 (5744) and it works now. Thanks for looking into it. Marc ...Show All

  • Software Development for Windows Vista Workflow templates

    I have installed/reinstalled the (on a XP SP2, VS 2005): .NET Framework 3.0 Runtime Components, Windows SDK, Orcas .NET Framework 3.0 Development Tools, Visual Studio 2005 Extensions for Windows Workflow Foundation and I still don't have the workflow project templates, and the workflow tab in the toolbox although I have winfx project templates and coresponding tabs in the toolbox, and intellisense works on workflow namespace. What shall I do I am having the same problem. I do have the VS Extensions installed and yes it does appear under Add/Remove programs. Something else is amiss here ...Show All

  • .NET Development How to create a file watcher window service to look in a folder for new file??

    Goal of the filewatcher window service: to look in a folder named ‘Watcher’ for a particular type of file. Whenever a new file arrives in the watcher folder, service should pick up the file, read contents, then delete the file from the folder and move it in another folder named ‘Processed’. I am using filewatcher’s oncreated event for this. Whenever a file arrives, the oncreated event is fired. The problem I am facing is that the service is not able to read the file. The exception received is: The process cannot access the file '\\WATCHER\abc_1959537.xml' because it is being used by another process. I tried to manually paste the files in ‘Watcher’ folder as well as in automated manner by a console application the result is same. ...Show All

  • Windows Forms SetColumnValueAtRow passing currency manager, row number and button text in v1.0 not working in 2.0

    Got my original code from http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnwinforms/html/datagridcolumnstyle2.asp public class DataGridButtonColumn : DataGridColumnStyle { private void DataGrid_MouseUp( object sender, MouseEventArgs e ) { ... // check to see if the cursor is within the bounds of the button if ( cursorRect.IntersectsWith( buttonBounds ) ) { object ds = this.DataGridTableStyle.DataGrid.DataSource; string dataMember = this.DataGridTableStyle.DataGrid.DataMember; // retrieve the currency manager object from the form's binding context CurrencyManager cm = ( CurrencyManager ) this.DataGridTableStyle.DataGrid.BindingContext[ ds, dataMembe ...Show All

  • .NET Development HOT FIX K921883

    Hi All,   After implementing the HOT FIX K921883 released by microsoft , My application start giving error while executing DML statement on SQL server 2000. The underlying framework used is .NET 1.0. The hot fixed target .NET 2.0 framework.   Please help me to sort resolved this problem.   Thanks, There is nothing special in code, these are simple DML statements...... those were executing perfectly fine earlier.... actually the hotfix contain two dll (.netapi32,spmsg) the first one deals in network related task...... ...... which i think might be blocking/causing  the error.... in the hotfix defination you may find it that it would effect the appliaction requiring h ...Show All

  • SQL Server Dynamic Cube partitioing in MSAS2000

    Hi, Pl give me a way, by which i can dynamically make the cube's partitions. Actully every month on start i have to create a partition for that month manully. Can it make it automatic by any way Pl help me for this regard i need it urgently. Thank and Regards Abhishek Hi Carroll, Thanks a lot to give me a way as DSO. It will be helpful for me if you send some demo code of "how to use it" and specially, how to use it using 'DTS'. Regards Abhishek ...Show All

  • Visual Studio Express Editions Thumbnails ?

    I thought it would be a good idea to use a load dialog box to select images and have them displayed as thumbnails in a listvew control. That's what I thought untill I started to look for tutorials or examples after an hour of trawling sites I've given up with no luck. Example are too old or don't work. So if any one can please do Works fine to if you only want to add one image at a time to the listview, what I want is to click a picture folder and have all the images in that folder load in to the listview. Would I be better using a treeview to get that effect ...Show All

  • Visual Studio Express Editions Retrieving variable data from a custom class.

    I have a set of textboxes that will be used to gather two dates: a start date and an end date. When the user presses the command button the validation for the two textboxes run. If there are no errors the next form opens and the current form closes. What I need is to access the "Date" form's button variables (sDate, eDate) to use in the custom class. Below is some of the code that I am using for the "Date" form. public partial class frmDateRange : Form { public frmDateRange() { InitializeComponent(); } private void txtStartDate_TextChanged(object sender, EventArgs e) { if (txtStartDate.Text != "") txtEndDate.Enabled = true; } private void txtEndDate_T ...Show All

©2008 Software Development Network