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

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

StefanoUD

Member List

Altunin Yuri
MaximeR
Maytel
Devcom
lazyfellow
RobSmith
MAndre
Olaf van der Spek
Bharathi Raja
Agnes
Ocherk
Sri Prasada
Don Vilen
Sasky02
zipfeli
rockronie
Dmitry Kolchev
RRV
LealTing
Green Beret
Only Title

StefanoUD's Q&A profile

  • Visual C# Beginner

    hi all, I've just got myself into dot net (C#), do let me know the online resources available, for me to get acquainted with the technology.  Regards Arun msdn.microsoft.com google www.codeproject.com this site. The best book on C# is Inside C# by Tom Archer.  If you're serious, you should buy this book.  If you're just mucking around, try www.codeproject.com , which has a lot of sample code you can download.  Try CP a ...Show All

  • Visual C++ Runtime Error! Program IExplore.exe - Answer to your Problems

    Is this the message you get Runtime Error! Program IExplore.exe The application has requested the runtime to terminate it in an unusual way. Screen Shot: http://www.geocities.com/playpolly/runtime.gif If so, well Read Below. Short Form (for Experts only): Delete the file Vgraph.dll from \WINDOWS\ OR any other place resident Long Form: (Estimated Burden: 1-5 Minutes) STEP 1: DELETE ALL YOUR INTERNET EXPLORER (I ...Show All

  • .NET Development Table Adapter and multi-user environment

    I am writing my first .NET application after years of using VB 6.0. As I understand it, the new table Adapter takes a "snapshot" or "cache" of the records in the table, until you TableAdapter.Update. Is this OK in a multi user environment I am writing an inventory program. I want to avoid the following problem... POS computer A sells an item, so my program changes it's quantity from 12 to 11. Two minutes later POS comp ...Show All

  • SQL Server SP_help_revlogin

    Dear Folks, I am in the process of migrating side-by-side from 7 to 2005 and I am wondering if the same sp_help_revlogin will work from 7 to 2005. I want to keep the same pwd, sid etc or do I need to use SSIS (Integration Services). Thanks Hmm... I can't find any information on sp_help_revlogin (or sp_helprevlogin) in either 7.0 printed documentation or 2005 online. Is that really a Microsoft stored pr ...Show All

  • Windows Forms Tabular Data

    Dose anyone know a good way of displaying tabular data in a winform    I tried using the RichTextBox and almost got it working but it would always display black borders around the cells.  So I chunked that idea. Anyone have another idea Thanks ...Show All

  • .NET Development Converting Column to String From Dataset?

    Hi everyone , this is my first post and I am new here, I have some questions which requires your help ASAP. I actually need to convert a certain column from some table in a dataset to String array or simply String so I can verify its value with another textbox value. Let me explain in use case better: 1. I enter an value in the textbox 2. Upon textChanged, system search for value in specific column in the dataset 3. If code exist, xxx 4. ...Show All

  • SQL Server Data Driven Subscription with no results

    I have a data driven subscription that is set up to email and uses a sql statement to generate the delivery settings and report parameters for each recipient (so each person does not reveive one email per row in the result set). I'm told that this is a good work around for creating a subscription that will NOT fire an email if there are no results returned, however I can not seem to get this to work...it continues to send an email with a blank r ...Show All

  • Visual C# how to display Expand Collapse rows in datagridview 2.0

    Hello I am using .net 2.0 In my windows application datagridview. I want to display the data in master and child relation ship. i.e displaying in the form of Expand & Collase mode. This is straight forward in .NET 1.1 winforms DataGrid. anybody anysounds plz help how to do this usng VS 2005. Take a look at this blogpost from Mark: Customizing the DataGridView to support expanding/collapsing . You will find the article and the source ...Show All

  • Visual C++ Controlling settings for all the vc8 projects from a common place.

    Hi, Issue: Controlling settings for all the vc8 projects from a common place.    I have heard about property sheet for vc. Can anyone explore about property sheet for VC In VS2005 MS has provided MSBuild but it is not supporting VC projects. Thanks in advance. Regards, Madhur To inherit from a property sheet, switch to the Property Manager window and select all projects / configurations you want to have the same proper ...Show All

  • SQL Server How do I update multiple base table view?

    I got a view from multiple tables. All tables have a primary key column which are linked in a diagram as relationship. So I have no problem to update this view from a direct editing environment such as 'Enterprise Manager' or 'MS Access'.  I wrote a stored procedure for UPDATE to use it from a client application (Visual Basic .NET) but when I executed this stored procedure from Query Analyzer I get error message :   ...Show All

  • Windows Forms Joining two tables to display data on the dataGrid

    Hi All, I have a table named Address that I show in the Grid. But I have a field in this table named CityId. Instead of showing the CityId in the Grid directly I want to display the Name of the CityId, that is kept in another table called City. The CityName will not be editable. But another column, comment of the Address table is editable on the Grid. Can anyone tell me how to implement that I can use a inner join to show the data, but the up ...Show All

  • SQL Server Patching SqlRun_Sql.msi not successful

    Hi all, when I tried to integrate SP1 into my install media (32bit Developer Edition) by using msiexec /i sqlrun_sql.msi shortfilename=true /p sqlrun_sql.msp using the msp from an extracted SP1 full web download I ended up with a modified msi file. But installing from this one I received an error: "sysdbupg.sql.<some_guid> was not found in Sql.CAB" Any ideas how to fix that With best regards, Artus ...Show All

  • Visual Studio VS 2005 Release - cannot find help files

    I've downloaded and installed (in this order) SQL 2005 std, the VS 2005 release and the Oct 2005 MSDN.  When I installed VS, I pointed the help step to my OCT 2005 directory.  Now, when I run help from VS, it only has SQL 2005 contents.  WHere can I find the contents for VS 2005, and how do I install it   Thanks... Andrewxxxy: This issue is confusing to many people and I wish that we had done ...Show All

  • Visual C++ "list iterator not decrementable", error.

    I am trying to use some code written in C++, by a third party and I am having problems with the run time error: list iterator not decrementable I am using VS 2005. I have limited C++ experience by the way. This happens when an STL list, in decrementing backwards, pass the beginning of the list. I am told that the list is ‘Circular’, so this should not matter because it will hit the end of the list. This code h ...Show All

  • .NET Development return typed XmlElement instead of object in web service

    I have defined a wsdl file for a web service method that suppose to return an object to client.  I have the xml data load from the SQL server database that represents the object. Instead of deserialized the xml data into the object and return the object. Than the ASP .Net will need to serialize the object to the xml again to be included in the SOAP message. I plan to chan ...Show All

©2008 Software Development Network

powered by phorum