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

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

MRogers

Member List

Rafael Gómez
dvsvs
Mike Bohlander
Wervis
Sniffy
Colin R
THE_BAT
Aleks
Dennis Persson
Ronald Zariits
Amish Bandekar
Boris Todorovic
Swadow
Richard Siddaway
fly_eye
DoLoop
CleverHans
Luis Neves
Carlos
neilchan
Only Title

MRogers's Q&A profile

  • Windows Forms How can I sort Typed DataSet's DataTable before Binding to DataGridView?

    Here is my main question: How can I sort Typed DataSet's DataTable before Binding to DataGridView (.NET Framework v 2.0, VS 2005, SQL Server 2000, C#) I have a typed DataSet object instance(MyDs) with DataTable(MyDs.Table1), a DataGridView object(MyDgv) and a BindingSource object (MyBs) where MyBs.DataSource = MyDs and MyDgv.DataSource = MyBs MyDs contains a simple DataTable(which is "fill"ed through DataTable Adaptor objec ...Show All

  • Windows Forms Modifing The Order of The Column Heads When Binding An Object

    have an object with two properties ("Proof" and "Queue") that I am binding to a datagrid. When I bind the data "Queue" is bound to column one and "Proof" is bound to column two. I would like the first column to be bound to "Proof" and the second column to be bound to "Queue". Is there a method or a property that would allow me to accomplish this other then using styles Than ...Show All

  • Visual C++ Linker errors on 7.0

    Hello, I develop a C++ library and I deliver it to other parties as a static library (It links to Multithread-DLL runtime library. ). The library is built on VC++ 7.1. I have a customer who tried to use the library on VC++ 7.0. He got linker errors, such as : Test error LNK2001: unresolved external symbol "__declspec(dllimport) $ 6U $char_traits@D@std@@@std@@YAAAV $basic_ostream@DU $char_traits@D@std@@@0@AAV10@PBD@Z" (__imp_ $ 6U $char_tra ...Show All

  • Visual Studio Team System Manual Test Authoring through Microsoft Office Infopath 2003

    If I wanted to use a Microsoft Office Infopath form instead of a Word or Excel document to author my manual test cases, what would be the best way to implement that I'm assuming that I would probably have to create a custom test type of some kind. Should I try to launch Infopath as an editor or something when the test is edited, or would it be easier to use the object model since there is already support for creating tests in Word and Excel f ...Show All

  • Visual Studio Code documentation sample

    Hi all, I wan to make my cutomies documentation of the application code. I wan to know how I link internet website in the documentation code. If I use the XML comments, How I create Like MSDN help files. Regards... Hello, First, I'll make sure I understand your scenario.  It sounds like you're developing an application and want to ship help documentation with that application.  You have Xml comments i ...Show All

  • SQL Server SQL Server Replication Problems, need help.

    I have two Windows 2003 Servers (Enterprise Edition) with SP1, trying to do a replication between the two servers. Both servers running SQL Server 2005 (Enterprise Edition) with a full installation, every component is installed, and with default configuration. Besides, both servers have Visual Studio 2005 (Team System) with almost every compoent installed, but without 64-bit compoents, since the both servers use only 32-bit CPUs. Th ...Show All

  • .NET Development Is XP SP2 mandatory to run a .NET Framework 2.0 app?

    Hello, I noticed that when I tried to install .NET Framework 2.0 Beta , Win XP SP2 should be installed in order to continue! Will it be also required on the final release of the .NET Framework 2.0 Thanks. http://www.microsoft.com/downloads/details.aspx FamilyID=7abd8c8f-287e-4c7e-9a4a-a4ecff40fc8e&displaylang=en You will need the redist from at least the version it was developed on (an app developed in ...Show All

  • Visual Basic fatal bug: form designer generated event handler routines get disconnected all of the sudden

    Hello, in VB 2005 Express beta 2 all my form designer generated event handler routines get disconnected all of the sudden all the time (Handles keyword disappears!). I did quite a lot work with all three major VS 2005 languages very successfully because I don't want to miss all the great new features but this is definitive a issue. My form was quite big and I did not realize early enough to recover it. I hope there is a workaround. Regards, st ...Show All

  • Visual Basic Preserving Rich Text formatting in Word 2003

    Hello, I have a relatively simple question that I'm sure has an easy answer but I'm not sure where to look. I have migrated an app built in VB6 to .Net 2005 and decided to upgrade the text boxes originally used to rich text boxes . When the program executes, it takes the contents of a formatted rich text box and saves it as a rich text file using Word automation. In my previous program I just used word .selection.text = txtMain.text (tx ...Show All

  • Visual Studio Why can't I exportsubreports within table matrix ?

    Is this a defect or by design The Excel output of the report has this message that states that Subreports within table/matrix cells are ignored. This is known functional limitation of the Excel rendering extension. We are looking into resolving this limitation in a future release. -- Robert ...Show All

  • Smart Device Development sql mobile constraints-dataset designer?

    I am trying to use sql mobile for the first time and I want to setup table relationships. I saw a post that said to use VS2005 dataset designer. Is this really setting the relationships on the database or just creating relationships in a dataset You can use any tools you wish to create the relationships between tables - I personally perfer the old fashion way of writing SQL DDL queries. You can use the data des ...Show All

  • Windows Forms ListBox MultiSelect

    Hello, I have a listbox, from where I have say 3 items selected, how can I find which are selected.... for(int i=0;i<myListBox.Items.Count;++i){     if(myListBox.items[ i ].selected == true){           //code to process for each selected item goes here     } } HTH, ...Show All

  • SQL Server Exclusive Join

    I have a link table between a user table and a lookup that contains the following data ID Role ----------- ----------- 92166 1 92166 11 92167 7 92167 11 92210 3 92210 7 92210 11 92211 7 92211 11 92212 7 92212 11 92213 7 92213 11 92213 3 The Link table stores whether a user has a combination of rolea. I need to be able to ask for any given user IE 92210 has the roles 3 and 7 any addit ...Show All

  • Visual C++ C++ Convert

    I have a project in which 99% code are written in C++ and the project is using some other 3rd party application written in C such as Codebase, Crush32, Paige32, Zinc Framework. The project is using Zinc framework for windows, buttons, text and so on. I would like to convert this project to Visual C++ that I can eliminate to use the Zinc Framwork. Is there any method that can help me to convert or I have to start a fresh project in Visual C+ ...Show All

  • Visual Studio Team System Looking for MSDN Premium Professional Subscriptions in India

    Hello everyone, we are a German company and going to start a software development project by the beginning of September 2006 in Pune, India.Therefore we are looking for 1,5 or 10 subscriptions of MSDN Premium Professional Subscriptions. Even though I really tried to get in contact with anybody in India who might be in charge of it, no one could help me. So I tried to get help from MS Germany, but they only gave me telephone numbers and con ...Show All

©2008 Software Development Network

powered by phorum