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

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

jsather

Member List

Don Jefe Leone
gambas
webwize
percent20net
wyktor
n8 MSFT
Redshift
Jayen
Numbers
tricky1011
Glenn W Johnson
Justin Pyfrom
powbocha
Bret B
YRa
DianaED
AngelManzano
new people
Deva Wijewickrema
John Paul Cook
Only Title

jsather's Q&A profile

  • .NET Development xsl

    Hi Everybody Below ia an xml file which is in tabe AQ_items_resp_table(this contains error messages for item,product etc.)I want to return path of error for eg: it should tell that the error is in this path items/body/item opcode =" I "/ for first error and for second error items/itemupc opcode="I"/  and so on it should look like that should i careate xsl file or should i add code to my vb.net file and what would be that code.please help me AQMESSAGE_O(< xml version="1.0" encoding="UTF-8" > <items>     <header>         <eventdate>      &n ...Show All

  • Visual C++ 'DWORD_PTR' : undeclared identifier

    Ok, I have seen several others here post questions concerning the problem of getting: error C2065: 'DWORD_PTR' : undeclared identifier ; however, I have not seen any solutions I can use. Has anyone figured out what is going on I have tried the same suggestions that others have made to no avail, including adding <windows.h>, etc. I just installed VStudio 2005 Standard on a machine that I just did a new install of W2K w/SP4, so there is nothing in there that should be fouling anything up. All my stuff from a previous version of Visual Studio is isolated and VStudio 2005 Std was installed into a separate new set of folders. Also ...Show All

  • Visual Studio Express Editions XSLT and IntelliSense

    Does anybody know why Intellisense auto completion feature is disabled only for the tags in the  " http://www.w3.org/1999/XSL/Transform " namespace and not the others (like XHTML) in an XSLT document Any way to bring it back on I see this is in the Visual Studio Express thread - the reason you are not getting intellisense on XSLT tags is because the xslt.xsd schema is not shipped in Express editions. ...Show All

  • Visual Studio Express Editions Refering to other sub in Visual Basic

    How to you refer to another sub in VB I want to be able to press Enter and have a certain sub initiate, that has already been defined as handling a click, without having to rewrite all the code again. A perfect example of this is in Calculator, when you press Enter it does the same thing as when you click the = button. I had a look in the properties of the button that, when clicked, is handled the sub that I'm trying to initiate, but to no avail. If there is a way to give a button an accesskey, please let me know. Otherwise, here's an illustration of what I'm trying to achieve. Private Sub btn_b_Click( ByVal sender ...Show All

  • .NET Development How do I insert new related rows with a Dataset?

    I can use a trigger to automatically insert new rows into related tables when the Master table creates a new row. That works fine at the table level. Something along the line of MasterId (Identity)= ChildId. What is the best way to do this with a Dataset Example: Working with a bound DataGridView; adding, editing, and deleting multiple rows within a Dataset and then automatically inserting the correct number of rows for the related tables when the Adapter update processes. 2.0 Framework Check these articles. They might help you http://support.microsoft.com/kb/310350/en-us http: ...Show All

  • Software Development for Windows Vista How to use ValidationOption

    I want to validate activity properties by using the attribute [ValidationOptionAttribute(...)] . Here is a simple activity containing the property Text . public   class Activity1 : System.Workflow.ComponentModel. Activity {   public static DependencyProperty TextProperty = System.Workflow.ComponentModel. DependencyProperty .Register( "Text" , typeof ( string ), typeof ( Activity1 ));   [ ValidationOptionAttribute ( ValidationOption .Required)]   [ Description ( "Text" )]   [ Browsable ( true )]   [ DesignerSerializationVisibility ( DesignerSerializationVisibility .Visible)]   public string ...Show All

  • Windows Forms Can't close a WinForm app

    I have a WinForm application. When I click the X button at the top right cornor of the MainWindow, it could not be closed and there is no exception. Could anyone explain why Thanks! Hi, I am thinking of a different approach to troubleshoot now. Add the Event Handler for FormClosing in your Form and register the event. private void Form1_FormClosing( object sender, FormClosingEventArgs e) {   e.Cancel = false ;   MessageBox.Show("FormClosing Event"); } See if you get the MessageBox string when it does not close also. Regards, Vikram ...Show All

  • Windows Forms BindingSource (BindingList<T>) Filtering and Sorting Examples for Objects

    We have a bunch of business objects. We want to enable the sorting and filtering functionality that the BindingSource gets when bound to a Datatable or some such.  Does anyone have any examples or even a starting point for me on how to impliment the right things in the BindingSource so that it will allow sorting and filtering of our business objects Thanks! MSDN has an excellent 3 part article written by Michael Weinhardt on extending BindingList<T> to do sorting and filtering: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnforms/html/winforms11162004.asp Joe ...Show All

  • Visual Studio Custom Wizards and custom arguments

    I am working on a code generation recipe that requires some significant data collection. As such I've created a custom wizard page. The custom wizard populates an object hierarchy that I'd like to make available to my T4 template. I am making the following calls (as shown in the Custom Wizard Page instructions) when my data has been captured into my custom business object: IDictionaryService dictionaryService = GetService(typeof(IDictionaryService)) as IDictionaryService; dictionaryService.SetValue("DAFMapper", dafMapper); DAFMapper is my custom business object. Though the SetValue call appea ...Show All

  • Windows Forms howto set "display" text of dg Column headers @ design time?

    hi, I have a datagrid that pulls data from the database. the fields in the db are as follows: 1) companyId 2) companyName etc This casues the headers to appear as: 1) companyId 2) companyName etc ...not very neat :-( I want the column headers in the datagrid to be: 1) Company ID 2) Name etc IOW, I want to be able to assign the text for the column headers, via the&nbs ...Show All

  • SQL Server Huge issue with the Lookup problem

    Hi, I have Script Component in the Transformation phase that returns me values like NO, OTH, OWN (comma separated string coded value) Now I want to use the Lookup component (preferably or any other task really) to get the description by looking up a table in another database. So eventually my string needs to look something like this None, Other, Owned (comma separated string decoded value) I tried using the Script component again to do this, but failed miserably. I am having such a hard time connecting to another database within the VB.NET script designer. When I tried using the Lookup task, I ONLY end up getting the first value returned. So ...Show All

  • SQL Server cannot install integration services

    Hi! During the installation of integration services (SQL 05 Developer RTM) I get the following error: TITLE: Microsoft SQL Server 2005 Setup ------------------------------ Failed to install and configure assemblies C:\Programme\Microsoft SQL Server\90\DTS\Tasks\Microsoft.SqlServer.MSMQTask.dll in the COM+ catalog. Error: -2146233087 Error message: Unknown error 0x80131501 Error description: Failed to generate type library 'C:\Programme\Microsoft SQL Server\90\DTS\Tasks\Microsoft.SqlServer.MSMQTask.tlb' for 'Microsoft.SqlServer.MSMQTask, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91'. I had CTPs of SQL05 and VS05 insta ...Show All

  • Visual C++ Help Required, Getting started on particular C++ App

    Hi, I am a junior Developer, and require some assitance I am developing a small app in Visual C++ , which will require to parse through a XML file , display certain tags/groups on screen in H ierarchical view, with the option of editing particular aspects of tags. Just to get started on this, I am wondering which Control I should use which would be best for this, I was thinking of using Tree View, but I am not familiar with the controls availble Any Help would be appreciated Thankss   I can't really confirm since it depends on your application as well as ...Show All

  • Visual C++ STL for Managed C++

    Is anyone interested in porting stl for Managed C++. I know that Dinkumware is coming up with STL.NET but its meant for specifically VS.NET2005. But my application is already written in VC++ 7.0 and I am not ready to port it "again" to VS.NET 2005. The wrapper uses a gcroot handle. My main intention of using a wrapper is to provide something for operator & which is private to gcroot. This would allow me to use containers like Boost Muti-Index which might require the address of the entitiy which is added to the collection. --P ...Show All

  • SQL Server How to install sql express september ctp.

    It says that I dont have the .net framework, but if I install it it says that I have previoslu installed components SO what can I do which .net framework 2 BUILD must I download http://www.microsoft.com/downloads/details.aspx FamilyID=7abd8c8f-287e-4c7e-9a4a-a4ecff40fc8e&DisplayLang=en This one seems to be very old and I dont find another.    Thanks    This is no longer a problem now that both Express and the CLR have shipped - the versions will match. ...Show All

©2008 Software Development Network