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

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

JordanH

Member List

yoni sher
nomi1211
cmyster
circusfire
Ze Miguel
Roland H
elguignardo
Soul 2.0
callmekv
RobIsUpside
DotanP
Mark Ramey
Bugged
Richard Ersek
Olivier Sanzot
joop
AJ Yu
PeelerJ
Mark Arteaga_MVP
WesHoward
Only Title

JordanH's Q&A profile

  • Visual Studio Express Editions Lost registration code

    I have lost my registration code but I did get it off the webpage and immediately entered it in VB 2K5 but had to reboot. I thought it would be inside the email after registering but it wasnt there. So I am looking for it in case I have to re-install Windows. Thanks ...Show All

  • Visual Basic VBScript - Loop without Do

    Hey all. Can you help What am I missing in this section of code I'm getting a Loop without do error on the second loop statement Thanks. Do Until (FoundActive = 1)    If (autECLSession.autECLPS.SearchText("ACTIVE")) Then       Do Until autECLSession.autECLPS.WaitWhileString("ACTIVE", , ,10000)          autECLSession.autECLPS.SendKeys "[pf5]"       Loop       FoundActive = 1       Else If (autECLSession.autECLPS.SearchText("More...")) Then          ...Show All

  • Visual Studio ReportHeader and ReportFooter along with PageHeader and PageFooter?

    Back when I was writing reports in Microsoft Access, I made use of a section of the report called Report Header and Report Footer. I believe the same funtionality was present in the VB6 built-in reporting engine. This was useful, for example, when appending a copyright notice, privacy notice, or legal notice at the end of a report, but which you didn't want to see at the bottom of every page. This is a highly desirable capability. Is there a mechanism to achieve this with the .NET 2.0 built-in reporting functionality Thank you, --Mike This is work well but one annoying problem remains. If I hide contents in ...Show All

  • Visual Studio Team System TypeNode.GetTypeNode(Type) sometimes throws object reference not set.

    I have a number of custom rules some of which use TypeNode.GetTypeNode(Type) in them. Before 1.35 Beta 1 I would sometimes get the object reference not set exception when I was trying to get a TypeNode for a type defined in one of my assemblies. I worked around this by getting rid of TypeNode.GetTypeNode(Type) in all of these cases. Now that I have 1.35 Beta 1, I am getting the exception on types from Microsoft assemblies. Specifically my rule checks the version information for the assembly FxCop it testing. Specifically I am looking for the AssemblyCompanyAttribute, AssemblyConfigurationAttribute and most of the rest attribute you see in th ...Show All

  • Windows Forms Nullable types in PropertyGrid

    How do you allow nullable types to display their values in propertygrids For example: private MyEnum test ; [ DescriptionAttribute ( "Test" ), CategoryAttribute ( "Options" ), DefaultValueAttribute ( "" )] public   MyEnum Enums { get { return test; } set { test = value ; } }   I then would like it attached to a propertygrid and show me the enumerated values. Thanks. Thanks. After posting, I said "hmm, I wonder if it is the same build '. I'll be patient for the next build. ...Show All

  • Visual Studio Team System Project Cost Control in MSF and Team System for Agile

    Hi, i dont know if is out-of-topic, but in some Project Manager diciplines the Project Manager should be concern about the project’s costs. At my company we are dealing with two issues: (1) Once most of the Agile metodologies is based in the fact that we dont have a clear vision of the whole project at its early life cycle and it should be detailed along the software cycle iterations. Is it possible to work with a fix Project Price The Costs should be refined as the project vision is I would be thankful if anyone who has already worked in a Agile Software Project could share how they Project’s Costs issue was conducted. (2) In te ...Show All

  • .NET Development Type sharing

    Is there a way to use type sharing in vs2005 With wsdl.exe i can use /sharetypes switch to do this by specifying the wsdl from where I want to share types. It would be great to have some trick to make vs2005 share all types from all the web references in a project. Crasch No, only wsdl.exe has the capability to use share types.  You can use wsdl.exe to generate a single reference.cs for all web references in the a project. Thanks, Elena  ...Show All

  • Windows Forms syntax help for textbox.databindings

    Somebody pease help me here. I want to bind my dataset data to UI controls, but according to MSDN I need  to specify a navigation  path in the form : TableName.ColumnName. textBox1.DataBindings.Add _        ( New Binding( "Text" , ds, "customers.custName" )) My ds was from a stored proc by using a wrapper class from MS data access application block. I don't have a TableName per se. I can bind to it in the following way for a datagrid. DataGrid1.DataSource = ds.Tables(0).DefaultView I am sure there are other ways to bind, but just don't know how. I sure miss the old days when you can ...Show All

  • .NET Development Assembly Unload

    Hi, We want to update our dll files in our application, while user work with that application. Our current update mechanism closes the application, copy updated dll files and runs the application again. But we don't want to close whole application while dll files are copying. Is there a way to unload an individual assembly (dll) without unloading all of the application domains that contain it Thank you. IlkerTunca wrote: Is there a way to unload an individual assembly (dll) without unloading all of the application domains that contain it No ...Show All

  • SQL Server 3rd-party report editors

    Does anyone know of any products out there that allow end users to control the layout and fields of a report without having to install any special software on their machine Hi Josh, I looked into ActiveReports and while it did look promising it seems the end-user designer only applies to WinForms. Thanks for the suggestion, though. ...Show All

  • Software Development for Windows Vista IsExecutable

    CompositeActivity has an ExecutableActivities property that returns all child activities that will be executed. I'm sure ExecutableActivities takes into account whether or not a child activity is commented, but it may also include other factors. I was hoping that Activity would have an IsExecutable property on it, but it does not. Is there another way to determine if a single activity is executable Or could an IsExecutable property be added to the Activity class Jared, Thanks for the feedback.  I've logged your suggestion for the property back with our product team.  I could certainly see ...Show All

  • Smart Device Development Determining if a Mobile Device has Barcode Scanning functionality.

    Hi all, I am using a Symbol library on a mobile device that allows me to perform Barcode scanning on a Symbol M50 device. But, this very same project will also be rolled out to other mobile devices that may not support Barcode scanning (such as the iMate). How can I determine whether a device is able to perform Barcode scanning from within my application Using: CF 2.0 Lang. C# Thanks Tryst How do you usually interface with the barcode scanner Presumably by using a SDK/DLL supplied by Symbol. Maybe you can check if that DLL is available on the device to determine if it has a scanner or not. ...Show All

  • SQL Server VS 2005and SQLserver Express intergration

    Hi, I've installed the following on my Windows 2000 sp4 system. VS studion 2005 standard edition SQLServer Expresss SQLSever Express management tools. I know the SQL server is working as I can get to it from the management tools. I've successfully created a DB, made tables, and done selects. My VS 2005 appears to have installed without problem and isn't giving me any problems except as follows. VS 2005 won't open a connection to the database. I've tried it both programically and through the database tools in VS 2005. In both cases I get the same the message. A connection cannot be opened and that the possible cause is that the server will no ...Show All

  • Architecture Database Design based on Service Oriented Architecture.

    iam working on a project in which i have a Requirement that , we have some basic attributes of every service such as. Service No , Description , Name , Service Type , in a service Table but we have some service that has more attributes + the simple attributes such as take a example of a service of it department we are creating on a system , such as New User id service , now in this case we have some advance attributes othen then simple , and it can vary to service that every service can have any number of advance services attributes , for this i have currently desing tha Database such that Service Table Advance Attribu ...Show All

  • Visual Basic SQL Exception Error

    An Error occured whiled establishing a Connection to the server. When connecting to SQL Server 2005, this failure maybe caused by the fact SQL server does not allow remote connections. Ok i went to the manager and eneabled all the protocols wtf is going on. If the sql server is on the same machine you do not need to enable remote connections. With vb 2005 use . instead of (local). Also posting your code without any passwords and usernames will help ...Show All

©2008 Software Development Network