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

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

ShadowedOne

Member List

Kevin Draper
manguyus
Ram_r
SerenityNever
Johannes Hamman
mindful
estump1
MarkHeindl
Nosy
vishal_UK
Marcel Meijer
John Basedow
Wops
Jdubya
mkassa
carlao
IS Instructor
SeshuK
Aaron Mathison
Jon Voigt
Only Title

ShadowedOne's Q&A profile

  • Windows Forms Authentication with a WebService through WindowsForms

    I know that I can either use SOAP Authentication or just regular Authentication in ASP.NET to do this and I'd probably rather just keep it simple and use Authentication in ASP.NET, but honestly, I have no clue how to pass them along when I call a WebMethod from my WindowsForms app.  Anybody have any links to articles on this sort of thing&nbs ...Show All

  • Visual Studio Team System Special caracters in workitems

    How do I use special caracters (caoae) within workitems I've tried to use them directly or through HTML encode (&ccedil;&atilde;) but neither way worked. I was getting the same problem with ProcessTemplate.xml but I added the encoding="ISO-8859-1" and it passed. The workitem definition files doesn't have the <XML> tag, so I can not change the encode. Thks, Max Andrade As I understand, you're talking about using special characters in the work item type definitions, correct If so, I would recommend you to use the XML editor that is built into the VS - it handles such situations correctly an ...Show All

  • .NET Development Connection string working with 2005 but failing with 2003.

    I hv a glaring issue and no solution— This code works fine in VS 2005 but fails in Vs.NET 2003. Using OLEDB, it works in VS.NET 2003, but the code used below fails. I cannot change the lines below and cannot upgrade the solution to VS 2005. Now pl tell me what s going wrong!! I seriously lack experts here to bail me out J Imports System.Data.SqlClient Imports System.Exception Public Class Form1 Inherits System.Windows.Forms.Form #Region " Windows Form Designer generated code " Public Sub New() MyBase.New() 'This call is required by the Windows Form Designer. Initia ...Show All

  • SQL Server Error 7391 in Linked Server

    Hi, I was making a linked server connection between SQL Server 2000 and Oracle 8.1.5 (both running on Windows 2000 Server), and I was creating an insert trigger in one of the SQL Server table to insert the same value to the Oracle table. But when I try to make an insert to the table, the following error occurred : Server: Msg 7391, Level 16, State 1, Procedure <triggername>, Line xx The operation could not be performed because the OLE DB provider 'MSDAORA' was unable to begin a distributed transaction. OLE DB error trace [OLE/DB Provider 'MSDAORA' ITransactionJoin::JoinTransaction returned 0x8000d048]. I tried to change the tr ...Show All

  • Visual C++ application trying to link to MSVCP80.dll inspite of /MT compiler option

    Hi I am using Visual Studio 2005 professional on Windows XP x64 bit version. I am trying to create  a dll (say X ) which links statically to CRT libraries. For that I am using /MT option. But still when my console application .exe file tries to load it, I get the message - "This application failed to start as MSVCP80.dll could not be found".  If I copy it into the directory  it asks for MSVCR80.dll. And if I copy that too it gives an error - It is strange that another DLL Y works loads fine. Also i used depends.exe and i found that DLL X depends upon MSVCP80.dll and MSVCR80.dll while DLL Y does not. The c ...Show All

  • Visual Basic Puzzled about Missing Picturebox ???

    I hate to ask really dumb questions but this is going to be a dumb one.   I’ve written perhaps 10,000 lines of VB 2005 to replicate a superset of the functions + of the old Ms Office toolbar. This has been a learning project. I really love VS2005! This project is actually in good shape and I’m putting the finishing touches on it.   Everyonce in a while I hit upon a snafu and I really feel stupid.   The toolbar is a toolstrip that is contained in a toolstrip container. The toolstrip container is parented by the main form which also is the parent control. It works fine now through it many modes and various geometri ...Show All

  • Visual Studio Express Editions Legal to distrubute ping.exe and tree.com with product for win98 that does not have it in system32 or system?

    Is it legal to distrubute ping.exe and tree.com with product for win98 that does not have it in system32 or system from xp pro or home Pity i need to use SUBST.exe from system32 ... winxp has it a win2k might. Anyway how would i go about creating my own program with subst.exe functionality (shortucutting drives) ...Show All

  • Smart Device Development Emulator can't connect to web service

    I thought this would be a simple conversion from VS 2003, but we have an issue we need help figuring out. We have a 2.0 web service and a pocket pc application that needs to connect and use its web methods. Problem is, we get "WebException" when trying to connect. The application worked just fine when it was running under the VS 2003 IDE and emulator. Before blaming the conversion process, we made a new sample application and sample web service to test the issue and have the same problem. This seems to occur both on local machines and remote servers. The error occurs when a call to a web method is made. Any idea ...Show All

  • Windows Forms How to make property associated with an UITYpeEditor Readonly?

    I have a property which is edited by an UITypeEditor. [ Editor ( typeof ( MyUIEditor ), typeof ( UITypeEditor ))] public string MyProperty{...} I'd like to restrict the editing of the property only through my UITypeEditor so that users won't be able to directly type in or delete the property value Is there any way to achieve this Thanks! Alan You will need to also provide a TypeConverter and return true for GetStandardValuesExclusive. If you do not support a predefined list, then I don't know of a way to do that. ...Show All

  • Windows Forms creating an ODBC connection in VS.Net

    How do I create a odbc connection to a microsoft access database in visual studio.net  After many problems with crystal reports i found that the problem was my connection in order to work it must be odbc so how do I create this connection OK this is no longer my problem, I have done all that crystal decisions has said will  ...Show All

  • Windows Forms Change ForeColor based on a value

    I have a datagrid on a windows form. it has 1 column. The values in this column is either True or False. I wish to set the forecolor to red when the value is True. Can this be done Actually you should use the CellFormatting event, not CellPainting. Here is a sample in the help: http://msdn2.microsoft.com/en-us/library/z1cc356h.aspx -mark DataGridView Program Manager Microsoft This post is provided "as-is" ...Show All

  • Visual Studio Team System Installing Team Foundation Server Beta 2

    I just completed downloading Team Foundation Server Beta 2. The Installation Guide notes that Microsoft SQL Server 2005 in a prerequisite and that only the April CTP is supported. However, I haven't seen an April CTP of SQL Server available on MSDN. Will it be posted shortly or am I just missing its location in the tree It would appear you are correct. I just spoke with someone at Microsoft about it and they said it's coming soon. Paul ...Show All

  • Visual Studio Does .net 2003 Academic validate VS 2005 Pro Upgrade?

    Does .net 2003 Academic validate VS 2005 Pro Upgrade version What do you mean validate VS 2005 Pro upgrade i'm not sure what your question means. ...Show All

  • SQL Server Scripting Roles and role rights

    Is it possible to script roles and their detailed dimension/cube rights easily Why I ask is that In converting cubes from 2000 to 2005, some dimensions have been a pain to port, and removing/adding them to a cube results in having to re-create the cube security (not dimension security). Reverse engineering the roles to a script only creates a command to add the role, not to add the role to the cubes. What would be nice would be a way to reverse engineer all the components of a role, the role itself and the cube/dimension based security rights, and to be able to run that script as needed. Permissions for specific cube/dimension ...Show All

  • Visual Basic multiple button with 1 method

    hi there, i have set of 5 buttons, and i would like to use 1 method to listen to these 5 button's click event and display the particular name of the button when i click 1 of it using messagebox, i have no idea how to implement it, can anyone show me example: when i click Button1, a messagebox will prompt and show me  "Button1", so as well for others Private Sub Button_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click, Button2.Click, Button3.Click, Button4.Click, Button5.Click        :        :        : End Sub thank yo ...Show All

©2008 Software Development Network