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

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

Tryst

Member List

fugu996
MarissaM
Mark A. Richman
sampi
Crane101
Roger Jennings
Tort
Lawrence 007
Joshizzle
sheepniu
scoobystuck
Jetpilot86
SanthaMind
Don Isenor
AtomZ .be
erzfezsf
Cory Cundy
Arkcann
shxvacika
esb
Only Title

Tryst's Q&A profile

  • Visual Studio Deployment of runtime dsl

    Hi, How can i deploy the runtime DSL (i.e. the one that currently gets launched into an experimental instance of VS2005) into VS2005 Obrigado. Hi Carlos, You can add a Domain Specific Language Setup project to your DSL solution. File / New / Project... / Other Project Types / Extensibility Update: Forgot to tell one thing. You will need a Package Load Key (PLK) to deploy your model on a VS instance without the SDK installed. You can have more info here . Affilliate membership is free. Once you got your PLK, add a key for it in VSPackage.resx and provide ProvideLoadKey attribute for your package, pointing to the key. Check Package.tt in DslPackage project. Gokhan ...Show All

  • Visual C# How to declare an array of arrays of struct?

    I am trying to build a cluster database that consists of 64 box records, and a master database that consists of 16 clusters (records). In my mind this is a two dimensional array of [64][16]. I have tried declaring these structures as shown below, but C# complains about the declaration of the master database trying to use the cluster database as a type, when it is actually a field. Can someone suggest a better way to define these structures public struct BoxRecord { public bool BoxEnabled; public string BoxNo; public string CustomerName; public string Contact1; public string Contact2; public bool SendMsgArrival; public bool SendMsgRetreival; public byte SensorRow; publ ...Show All

  • Windows Forms validating edit box(very urgent)

    hi, I have an editbox...........which will be accepting.........string to create a folder in tree........but wen user doesnt give any name ..or.......just gives spaces...........i should not allow him to create a folder............can anyone give logic for this. Thnx in advance, bye, Sudhakar. Hi, when reading/validating this editbox, check for trimmed text length, like in the following example: string folderName = folderNameEditBox.Text.Trim(); if (folderName.Length == 0) { MessageBox .Show( "You should enter a valid name." ); } Hope this helps, Andrej ...Show All

  • Windows Forms Forcing blue ToolStrip/menu on Vista

    Folks, Does anyone know how to force ToolStrips to use the blue theme while in Vista The only thing I can think of is overriding the properties on the ProfessionalColorTable, but that's definitely NOT something I want to do. Thanks! Jeff ...Show All

  • SQL Server How to create a Recordset that joins 3 temp tables

    I have an stp where I want to return a Recordset via a SELECT that joins 3 temp tables... Here's what the temp tables look like (I am being brief)... CREATE TABLE #Employees (EmpID INTEGER, EmpName NVARCHAR(40)) CREATE TABLE #PayPeriods (PayPeriodIndex INTEGER, StartDate DATETIME, EndDate DATETIME) CREATE TABLE #Statistics (EmpID INTEGER, PayPeriodIndex INTEGER, HoursWorked REAL) The #Employees table is populated for all employees. The #PayPeriods table is populated for each calandar week of the year (PayPeriodIndex=0 to 51). The #Statistics table is populated from data within another permanent table. Some employees do not work all 52 weeks. Some employees do not work any of the 52 weeks. So, the #Statistics t ...Show All

  • Visual C++ How make, that message box show lithuanian letters?

    Or, that message box show russian letters, or others, but that not need be change locale for not unicode programs in 'Control Panel'. Alikas wrote: Thanks! But unicode programs not work on Windows 98. I want that work. Now I set lithuanian language (or baltic) for not unicode programs on Windows XP. And notepade not show russian letters. I copy some russian letters from russian html file and paste in MessageBox text and want that MessageBox show this text as ruusian letters. I try make that, but still show as baltic letters: #include <windows.h> #include <locale.h> int WINAPI WinMain( HINSTANCE hInst, HINSTANCE hPrevInst, LPSTR lpszCmdLine, int nCmdShow ...Show All

  • Windows Search Technologies Access Denied message when installing WDS 3.0 beta

    there is also a problem when you try to install the WDS with the office 2007 during the installation at the end you get a error saying Access Denied and the installation fails. is microsoft aware of this problem James The keys I came across were: HKCR\MSIDXS HKCR\.gz\PersistentHandler HKCR\.hqx\PersistentHandler HKCR\.tar\PersistentHandler HKCR\.tgz\PersistentHandler HKCR\.z\PersistentHandler HKCR\.mdb\PersistentHandler ...Show All

  • .NET Development Repeater vs Datalist vs Datagrid

    can anyone tell differences amoung Repeater vs Datalist vs Datagrid ...Show All

  • Visual Studio 2008 (Pre-release) cannot set a TemplateBinding to my TranslateTransform

    Hi, " hope this is not a doubles post. i think i have problems with my "windows mail" - VASTA News Reader." i have a custom usercontrol. in the custom user control, i have defined two dependency properties. For example: // Set the Value for the TransformTranslation X public double TraX { get { return (double)GetValue(TraXProperty); } set { SetValue(TraXProperty, value); } } // Using a DependencyProperty as the backing store for TraX. This enables animation, styling, binding, etc... public static readonly DependencyProperty TraXProperty = DependencyProperty.Register("TraX", typeof(double), typeof(ZisCircleToggleButtonControl), new UIPropertyMetadata(8.0)); //// Set ...Show All

  • Visual Studio Express Editions ReportViewer control in VB 2005 Express Edition.

    i've just installed ReportViewer.exe for VB 2005 express, but i still can't find the ReportViewer control from the Toolbox. is this ReportViewer.exe same like the ReportViewer Add-in for Visual Web Developer Express Thanks. I am a beginer and I know that Report Viewer is not for VB Express, but I installed for VW Developer and then install the ReportViewer, so I add the reportviewer control for VB Express, but it does not work like it should. If this is the case, how the "Teacher Starter Kit" report was made http://msdn.microsoft.com/vstudio/express/vb/starterkit/default.aspx Is there a way to use it ...Show All

  • Visual Studio Team System Restricting access to older changesets / revisions

    Can we restrict access to older changesets / revisions for particular users Older changesets have some "private info" that we dont want to share with "newer" developers we are engaging. That private info is removed in newer revisions. Can we avoid creating a new branch or project Not directly. The easiest workaround would be to rename the project slightly, then apply permissions to the old name. (permissions are path based) ...Show All

  • SQL Server Question about "Connect to the sql server 2000 installed on windows xp sp2"

    Hi I have another question now. As the topic said, my sql server 2000 installed on windows xp sp2, the computer's name is "ADMIN" and the server 2000's name is "ADMIN". When i startup the sql server 2000, it just listening on shared memory and name pipes, not including the "TCP/IP" . So i can not connect to the sql server using the port 1433. Some people said that the reason was the system's firewall. I also found some supports on the websites 'www.support.microsoft.com'. It said that you can set the port 1433 or the sqlservr.exe to the execption. I also do that, but still not works. Is there any things i forget and how can i solve the problems! Thanks for advances. hi, what vers ...Show All

  • Commerce Server Credit Card sorting

    Hi Can anybody help with customising the sort order of credit card profiles please I've tried using SQL Server Profiler to work out which stored procedures are being executed, but it isn't obvious how they are being retrieved. Any help would be much appreciated. Regards Paul Tew If you are talking about the Starter Site and/or the Credit Cards that are listed in the user's profile, they are shown in the order that they are stored inthe multi-value property. The multi-value property (credit_card_list) is a delimited string of profile IDs (<guid>;<guid>) and each profile is retrieved individually. You will most likely need to do the sorting in the application. There is no join be ...Show All

  • .NET Development How I can read XSL file?

    Hi, I want to read Xsl file.My problem like this. I have one Xsl file.I want to read the Attributes data and put into Table.Here is my Sampl Xsl file Code.\ < xml version="1.0" encoding="UTF-8" > < xsl:stylesheet version =" 1.0 " xmlns:xsl =" http://www.w3.org/1999/XSL/Transform " xmlns:xsi =" http://www.w3.org/2001/XMLSchema-instances "> < xsl:template name =" memmaxdes "> < specification > < name > Memory; Maximum description </ name > < value > < xsl:value-of select =" specifications/memory/general/maximum/size/description "/> </ value > </ specification > ...Show All

  • SQL Server Linked Server to MYSQL using OLEDB Provider for MYSQL cherry

    Good Morning Has anyone successfully used cherry's oledb provider for MYSQL to create a linked server from MS SQLserver 2005 to a Linux red hat platform running MYSQL. I can not get it to work. I've created a UDL which tests fine. it looks like this [oledb] ; Everything after this line is an OLE DB initstring Provider=OleMySql.MySqlSource.1;Persist Security Info=False;User ID=testuser; Data Source=databridge;Location="";Mode=Read;Trace=""""""""""""""""""""""""""""""; Initial Catalog=riverford_rhdx_20060822 Can any on help me convert this to corrrect syntax ...Show All

©2008 Software Development Network