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

Software Development Network >> s h a's Q&A profile

s h a

Member List

Sunny2006
kitchen
Paul H English
Ksenofil
Eric Y.
.neo
Pratibha V
choskyg
virgy
Josh_G
Adhemar
Michael Green - MSFT
learning_to_code
Teddy076
Matthew_M81
MaoYang
Izu
CamelbackCinema
gigo318
Jmill07
Only Title

s h a's Q&A profile

  • Visual Studio CR and ADO.Net XML dataset

    Can you tell me if Crystal Report can manage a datasource simply consisting of DataSet written with DataSet.WriteXML. Thank you in advance /Soren Hi Keith Sorry for the late answer. The notification service does not seem to work for me. I am new to .Net so I dont necessarily know excactly what I am asking for The situation is that we want to use Crystal in a solution that does not have a true database. Instead I want to use the native XML files that is build into ADO.NET. My question is: Can I use such a dataset as any other database in Crystal And now where I have access to premium support: Does Crysta ...Show All

  • Windows Forms Detect SQL Servers

    How do I etect all INstances of SQL Servers on my network I want to poulate a combo box with the SQL Server instance Name. Also How o I get my computer name To get your Computer Name, use SystemInformation.ComputerName. To get all instances of SQLServer on a Network, use <a href="http://www.sqlsecurity.com/DesktopDefault.aspx tabindex=5&tabid=7">SQLPing</a> ...Show All

  • Windows Forms hi

    hi all, how can i make the label image like the form background image thx I don’t quite get what you are looking for... Are you trying to make the label have the same background color/image as that of the form If so... set the Label’s BackColor to Transparent (its listed as one of the Web colors). ...Show All

  • .NET Development .NET Framework version 2.0

      Do you have to uninstall .NET Framework version 1.0 and the upgrade to version 1 before installing version 2.0   When I run Norton SystemWorks to look for problems it comes up with 10 problems that .Net Framework version 2.0 cannot access files it needs.  Is version 2.0 just an update or does it includes everything in version 1 as well Coreen wrote: Do you have to uninstall .NET Framework version 1.0 and the upgrade to version 1 before installing version 2.0 No absolutely not. One of the whole goals of the .NET Framework design is to isolate programs from unrelated changes (the kind of thing that gave us & ...Show All

  • Visual C++ string

    in VC++ .net 2003 i declarete String with this command String *var; and in VC++.net 2005 I believe in VC++ 2005 the new syntax is String ^var . For more details, please see http://msdn2.microsoft.com/library/ezh7k8d5(en-us,vs.80).aspx I would also recommend these links regarding the new syntax: http://msdn2.microsoft.com/library/b23b94s7(en-us,vs.80).aspx http://msdn2.microsoft.com/library/xey702bw(en-us,vs.80).aspx Thanks,   Ayman Shoukry   VC++ Team ...Show All

  • Visual Studio ReportViewer in ASP.net (Urgent please help)

    Hello I need help with the reportviewer in ASP.net. I have a .rplc file and a DataSet. I try to do this in Form Load ReportViewer1.ProcessingMode = Microsoft.Reporting.WebForms. ProcessingMode .Local; ReportViewer1.LocalReport.ReportPath = pathToRPLCFile; //in my window form i do this lines DataSet ds = getDataSet(); ds.Table[0].TableName = "DataSet1"; reportViewer1.LocalReport.DataSources.Add( new ReportDataSource ( "DataSet1" , ds.Tables[0])); What should I do to add a DataSet to my reportviewer. It works great in Windows froms. This error message means that you have not specified the values of one or more report parameters. ...Show All

  • Visual Studio Team System Warehouse Troubleshooting Guide

    This will be a living document and as we troubleshoot issues, we will add to the query and document. It will culminate in a consistency checker tool which automates the checking and ultimately other functions like kicking the warehouse etc... Feedback is welcome and I will update this data. Symptoms: The data in the reports is stale and doesn’t seem to ever get updated. The reports error out. An error has occurred during report processing. (rsProcessingAborted) … Background: Data in the operational stores (Work Item Tracking, Version Control, Team Build, Integration Services) is pulled into a relational database (TfsWar ...Show All

  • .NET Development DownloadFileAsync Threading

    Hi All, Trying to encapsulate the WebClient class and DwonloadFileAsync method in a separate class/assembly (business object), so that I can download and keep track of multiple downloading files. Is there any way to marshall the data (progress, completed) info, back to a WinForms assuring that my WinForm controls will be updated on the thread upon which they are created as to avoid CrossThreading issues. I have been beating my head for 4 days and tried almost everything under sun, but to no avail. I'd like to specify an indicator control per class instance so that each file's progress indicator is updated accordingly and safely. I a ...Show All

  • Windows Forms Another DataGridView Bug in VS.NET 2005

    Hello there, I think I've run into another bug within the DataGridView control. I've got some kind of bigger project here where I use DataGridView in several forms. But everywhere I use it, I can't get access to its properties. They simply aren't displayed. The property explorer remains empty when I select one of those DataGridViews. It seems to be a bug 'cos VS.NET crashes when I select the DataGridView via the DropDown list right above the property explorer. I can't continue my work if I won't be able to access the properties of my DataGridViews... so please, if there is anybody who can help... any kind of help would be greatly appreciate ...Show All

  • Visual Studio 2008 (Pre-release) Customizing NavigationWindow and using Property Aliasing

    PROBLEM: The main window of my application will have 3 areas: 1) A header where there will be diferent controls such as links, menus, images, etc, besides a previous/next navigation button with customized appearance; 2) A footer with more controls on it; 3) A content area where different pages will be displayed. SOLUTION CONSIDERED: WindowsFX provides a build-in NavigationWindow that can be customized using ControlTemplate mechanism. It comes with a default Header (with buttons) and a page area. I decided it would be convenient to inherit from the NavigationWindow, define 2 DependencyProperties: one to hold a cont ...Show All

  • Visual C# Attribute refuses cast

    Hi! Edited to rephrase question: The following code is driving me nuts! I am trying to read the IDEiconAttribute   from each class (e.g. ConsoleInput ) in a library. But, I cannot access the attribute (object) I retrieve as my IDEiconAttribute  , so I can't call the IDEiconAttribute. Icon property. It refuses to be cast to IDEiconAttribute , even though when I print out the type, the type is IDEClassLibraryNS. IDEiconAttribute. In fact, I get the bizzare message "cannot cast IDEClassLibraryNS. IDEiconAttribute to IDEClassLibraryNS. IDEiconAttribute". Why does this work (in my case)     obj ...Show All

  • Visual Studio Express Editions Sound player in VB.NET Compiler Beta2 2005 Express Edition

    Hi. Can someone tell me how to put a working sound player into the VB.NET 2005 Express Edition Beta2 I am having a little trouble, and I can't really figure out what it is. Is it a control If so, why isn't it in the Designer's Toolbox It wont work for me, it keeps asking to Convert the Files using Conversion Wizard. Do i need somthing, or am i missing somthing ...Show All

  • .NET Development How to Run .NET Executable on a Network Drive?

    I'm sure this is very basic. I have an application, a very basic C# Windows Form test application that runs when I execute locally. However, when I copy it to a mapped network drive, such as S: I see this: Unhandled Exception: System.Security.Policy.PolicyException: Unverifiable assemb ly 'S:\Andrew\test.exe' failed policy check. OK. How do I make the assembly verifiable Does each user need a public key or to have Test.exe added to a security policy Once I clear that hurdle, what libraries do I need to install on S: (or on the user's local machine ) to get .NET 2.0 Framework to work Thank you, ...Show All

  • Visual C++ fstream issue in VS 2005

    Hi I had a project in VS 6.0 in which I was using fstream to get and put data into a file. After conversion to VS 2005 there is a problem with the fstream functions. I manage to open the stream once and read something from it, and then I close the stream and reopen it in binary mode and now the get operation returns an empty buffer. is.get( szBuf, 10000, '|' ); Maybe I'm doing something wrong and I would really appreciate your help because it's an important matter for me. Can you create a 10-line reproduction of the problem, along with simple instructions for creating the file, so one of us can take a closer look Thanks. ...Show All

  • Smart Device Development Problem building DLL project with VS 2005

    Hi. I had a fairly large project that I was developing with eVC++ (SP3). I used the handy conversion wizard to upgrade to VS 2005, and, for the most part, it worked nicely, with the exception of a few minor tweaks in the settings. However, I'm having a consistent problem that I can't seem to find any good advice on. Whenever I try to build, I get two errors (though the second is dependent on the first): error LNK2005: DllMain already defined in corelibc.lib(dllmain.obj) fatal error LNK1169: one or more multiply defined symbols found This project built before the upgrade, so I'm assuming this is a setup issue. Does anyone have some good ...Show All

©2008 Software Development Network