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

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

dziogo2

Member List

Jezebel
djstates
Phil1234567
zhpsam
hey answer plz i got a problem..
StevenFowler
xaos5
hunchback
myoungbl
W. Shawn Boone
Benjamin Wagner
_Alen_
Bjorn Coltof
Gerardo Dada
jiao
Christopher Bowen
BMONSTER
stefan.w
Alan Stevens
Phoenixsuper
Only Title

dziogo2's Q&A profile

  • Visual Studio Team System Dynamically Populating of ListItems of ALLOWEDVALUES Field.

    Hi We want to dynamically populate the <LISTITEM> values in <ALLOWEDVALUES> field for work item customization in VSTS. Is there any procedure or suggestion available in order to achieve this In "Authoring Work Item Types.doc" of Extensibility tool kit we could able to see the examples explaining about assiging a  static values to <LISTITEM> but we want to get the values dynamically. Please kindly provide us some solution in order to solve this problem. Thanks There is a lot of information about the Work Item Object model in the extensibility kit. See http://blogs.msdn.com/team_foundation/archive/20 ...Show All

  • Visual Basic Need some help.

    I have made a program with a MDI that can edit text documents. However I cannot open files. My saving function works fine. Could someone please tell me a good way to open a file with the OpenFileDialogue in Visual Basic.NET 2005 Express Edition and give me some sample code Thanks in advance! Hey don't worry, Thanks for the code... lol I just used SharpDevelop to convert the code. I can also change VB.NET to C#.NET and vice versa... Handy... Now I need to find some online books to help me code in C#... ...Show All

  • Windows Forms Change ComboBoxColumn DataSource Dynamically

    Dears, I have a combobox1 and a DGV (a Comboboxcolumn inside the DGV) and now I want to change the change the datasource of the comboboxcolumn dynamically, depending on the SelectedValue of the combobox1. Which event handlers I should work on I try the EditingControlShowing, cast the combobox, parse the combobox1 and set the DataSource property of the Comboboxcolumn without luck. I guess I may not fully understand the event sequence. Please help. TIA. ...Show All

  • Windows Forms Change the checked and unchecked value of a DataGridViewCheckBoxColumn

    Hi, What I'm trying to do is quite simple..... 1. I've created a empty DataGridView 2. I add a DataGridViewCheckBoxColumn using the following code- colToBeAdded = New DataGridViewCheckBoxColumn colToBeAdded.FalseValue = 2 colToBeAdded.TrueValue = 1 colToBeAdded.ThreeState = False colToBeAdded.valuetype = GetType ( Integer ) colToBeAdded.HeaderText = headerText colToBeAdded.Name = colName colToBeAdded.DataPropertyName = colName dgItemSelect.Columns.Add(colToBeAdded) 3. I then bind my datatable to the datagrid view:- dgItemSelect.DataSource = dt The datatable contains a column of type integer ...Show All

  • Windows Forms Excel 2002 problem

    When trying to export to excel I've got a problem in the ExportTasks method The exception says: An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in TaskVision.exe Additional information: Old format or invalid type library. I do have Office XP with SP2 installed, no problem running or compiling the program. Everything seems ok, except the above mentioned p ...Show All

  • SQL Server default parameter values not updated

    For testing purposes, I had placed default values in my report parameters. I deployed the whole suite of reports once and tested them. Then I eliminated the default parameters and redeployed, but the server doesn't pick up the changes. Other changes are updated fine, but for some reason it's hanging on to my default parameter values Why Is there a way around this Using RS 2000 Beta 2, btw. I came across the same thing in Reporting Services 2005. However, you can change the parameters using the Report Manager. http://<servername>/Reports Click "Show Details" Click the properties icon in the "Edit" col ...Show All

  • Visual Basic Problem Downloading Samples

    Downloading code samples from this page generates a message 'Virus Detected' from my AVG virus software. http://msdn2.microsoft.com/en-us/library/fyc8kydy.aspx I am interested in the Game sample. Would someone please check by going to the page and trying to download the sample by clicking on the download tab top left hand corner of the page. Steep No problem with AVG, it's free and has served me well for 3 years and on two computers, one with Windows 98 and my latest with XP. Better to be safe than sorry.  ...Show All

  • Windows Forms Strange form issue.

    Anyone ever seen an issue like this http://weblogs.asp.net/jclarknet/archive/2006/05/02/444845.aspx It looks like an issue in the framework, as there is no mention of anything in the app itself. It looks like you might have a cross threading issue. Are you checking the InvokeRequired flag before making any calls to Invoke or BeginInvoke If you're using VS 2005, try this: Set the static property Control .CheckForIllegalCrossThreadCalls = true ; In the Debug menu -> Exceptions, Check the box to Break when a Common Language Runtime Exception is thrown. Then, run your app under the dubugger a ...Show All

  • SQL Server Reporting Services - Variables/Parameters - Is this a bug?

    When creating a Reporting Services report and declaring local variables as part of your query in a dataset there is sometimes a problem. When you hit run in the Data section and the “Define Query Parameters” box pops up, all the variables are not there. Sometimes when you go to properties (…) of that dataset the parameters are gone. Is this a bug This is happening both in RS2000 and 2005. Thanks Actually, the query parses just fine when copied into a SQL Analyser and the parameters are indeed also defined. ...Show All

  • Visual Basic email problem in vb.net

    I have tried sending email using 2 source codes off the Internet. One from only4gurus "How to send email using STMP service" and "stmpex" from another web site neither work for me. With both I get an error message "Could not find CDO.message' object". I have set all the Virtual Server settings according to the Microsoft instructions. I am using windows 2000 and a LAN network, which perhaps is the problem Any suggestions If anyone has used these programs with success I would like to know what internet connection settings you use and IP address. thats the .net part of it w ...Show All

  • Windows Forms IE.net?

    The major thing that I would like to see are better HTML controls.  AFAIK, since HTML is everywhere in the OS now, why wasn't it a larger part of the .NET framework   COM Interop works, but it has such an ad hoc feel to it, not to mention that IE's COM is bloated to begin with. Who needs a Hyperlink control if labels natively s ...Show All

  • SQL Server Trying to attach an older version MSDE

    I created a local development database and had tables that I imported thru Enterprise Manager. It was version 2000 (I think). I installed express 2005 and did a "previously registered servers" thing and it won't connect stating that TITLE: Microsoft SQL Server Management Studio Express ------------------------------ Attach database failed for Server 'ITPETELXP\SQLEXPRESS'. (Microsoft.SqlServer.Express.Smo) For help, click: http://go.microsoft.com/fwlink ProdName=Microsoft+SQL+Server&ProdVer=9.00.1399.00&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Attach+databa ...Show All

  • .NET Development emailing photos

    How do I send an email with a photo from a holder I believe you want to send photos in an email from a folder Is that correct If so, please see this post for how to send an HTML formatted email with embedded pictures: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=59477&SiteID=1 ...Show All

  • .NET Development .NET Framework 2.0 Redistributable - When Will It Appear on Windows Update?

    Can anyone tell me approximately how long after the release of Visual Studio 2005 will the .NET Framework 2.0 distributable appear as a standard download on the Windows Update website In other words, how long before normal users start seeing it as a Windows Update download Many thanks, Ben S. The Visual Studio release is the week of November 7th .  You should be able to download the framework shortly thereafter depending on how long it takes to get replicated, etc. -Shawn ...Show All

  • Windows Forms C# source avaliable!!!

    C# and VB versions running on .NET Framework 1.1 will be coming within 2 weeks…. In the meantime, by popular demand, <a href="http://windowsforms.net/downloads/taskvision/TaskVision_FullSource_CS.zip">TaskVision source in C# source for .NET Framework 1.0</a>.  - mike ...Show All

©2008 Software Development Network