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

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

erwrwer

Member List

lxhvc
Lucia
GOEran
carlosm
JT_AnnArbor
Jahfer
moshe_
Kvltv
Chris Walton
Ashok Kumar15651
Martin Thorsen
Ömer KUŞCU
PaulCatasus
Stanley35
quoi
Glamiac
themicks
Chittesh
Hokgiarto
sachin vaid
Only Title

erwrwer's Q&A profile

  • SQL Server Columns from rows

    Hello, I trying to make columns from rows How do I do that I am using SQL Server 2000. I thank in advance anyone capable of helping me. E. Woods Hi, take a look here ( http://www.aspfaq.com/show.asp id=2462 ) Denis the SQL Menace http://sqlservercode.blogspot.com/ ...Show All

  • Visual Studio 2008 (Pre-release) Knowntypes from configuration

    Hi I have been trying to setup known types using the app.config file. According to the intellisense I'm not suppose to use the 'declaredtype' element, which is contrary to the winfx help. Where can I find a working sample for this Thanks Hello, I've come across a nice set of samples. One of them might be useful. Check this link: http://www.idesign.net/idesign/DesktopDefault.aspx tabindex=-1&tabid=19&download=175 or go to http://www.idesign.net/idesign/DesktopDefault.aspx and navigate do 'Download' section. emkatu ...Show All

  • Visual Studio 2008 (Pre-release) Anybody managed to find a workaround for the "Black Window" bug in the Nov CTP?

    I think I'll create this post as a checkpoint where people can post any info on this bug. For a background, some of us using the November CTP for WPF and either Visual Studio 2005 or C# Express, are experiencing a black window when running the simplest of WPF apps (i.e an app that does nothing but window.Show()). Other people experience it intermitently in XamlPad itself. A few links to the problem... [1] [2] Apparently the January 2006 CTP contains the same bits for WPF (Avalon) as the December 2006 CTP, so the same bug will be present. The Microsoft product feedback centre states that the fix will be ...Show All

  • SQL Server Multi-line annotation?

    Is it not possible to have a multi-line annotation OR my ENTER key is stuck ;-) thanks, Nitesh Personally, I wonder why the annotation object doesn't have word-wrapping enabled, like the tesxt in visio. That would certainly (imho) be the simplest answer. I do wish enter worked as well (again, a la visio), but at least now I can takes those 8 annotations I had, and re-merge them into 1, having found this answer. ...Show All

  • Visual Studio Team System Latest updates are reflected to the server

    Hi In the team system, when latest version is checked in by a user all other programmers who is working with that version is not able to get the up to date version. This doesnt happen every time. Any help on this issue is appreciated. Thanks BSS Hey BSS, This forum is for questions specific to the tools shipping with VSTS for developers (such as the profiler, static analysis tools and unit testing tools). I'll bump this thread over to the TFS forum where they will be better able to answer your question. Thanks, Ian ...Show All

  • Visual Studio Passing Parameters to subreport in ASP.Net

    My main report has a detail section that contains a subreport.  We are wanting to see all parts for a given customer with a good bit of detail for each part (hence the subreport instead of a list).  I need to find a way to pass the part number from a dataset in the main report as a parameter to the subreport.  I am using ObjectDataSources, because I am having to get my data from an Informix database using stored procedures (Informix stored procs do not return column names and this blows RS's mind).  Are there any examples of what I am trying to accomplish   Below is the code from my SubReportProcessing Event.  A ...Show All

  • Visual C# Hey I have a totally embarrasing, probably really simple question...

    Why the hell would the next line not work in c# but the next line work ! ! ! I went to show someone this really simple C to F and vice versa convertor and it only printed out 0 I was totally embarassed sry but I picked c# cause i thought the example would be easy to understand for them but I guess I should've went with c++ cause that's what i use, and know that would've worked in c++ result = (((9/5)*number) + 32); result = ((1.8*number) + 32); TOMDX wrote: Why the hell would the next line not work in c# but the next line work ! ! ! I went to show someone this really simple C to F and v ...Show All

  • Visual C++ Merge IDEs

    I find the MSVC .NET GUI just awfull... (no offence :P). Is it possible to use the .NET linker and compiler with MSVC 6 Thanks. Speaking of moving folders.  Moving/reordering folders at least manually in the project (text) file worked well before 2005 and is broken in 2005 (now all folders are sorted alphabetically no matter what you do - maybe the C# team pressured them for this, but we C++ guys get this now too and any resolution has been delayed until Orcas) This has been mentioned in a bug at the product feedback center - you can vote on it here: http://lab.msdn.microsoft.com ...Show All

  • Windows Forms Building a custom cell/column for the DataGridView

    Hey guys, I've been having a lot of fun with the new DataGridView control!  Right now, I'm trying to figure out how to build like a custom column/cell type.  I need a cell that is sort of like a textbox.  I'm bind a guid to it (CustomerID), but I want it to display the customer name.  I also want to add some extra funtionality when the user clicks in the cell an modifiers the text.  Any ideas where to start here We don't have a sample yet that derives from DataGridViewCell, but the button sample here http://msdn2.microsoft.com/en-us/library/ms171619.aspx is a good start for a sample that doesn't paint regular ...Show All

  • Windows Forms Debugging Security exceptions

    I'm looking for more tools to debug winforms apps deployed to IE. I have a winforms control embedded in an html page with an object tag.  It often fails to load for no apparent reason.  My solution consists of two dll's (SimpleControl and otherlib).  Otherlib is statically linked to SimpleControl.dll.  The application (SimpleControl.dll, Otherlib.dll, SimpleControl.c ...Show All

  • Visual Studio Express Editions C# express installation... Please please please help...

    Virtue Posts 1 C# express installation... Please please please help... When I try to install the C# Express edition I am having a big problem. I am told to install the service pack 2 for XP. I tried to do this but I then have some kind of problem with my product key. I bought my computer on ebay and I think that my xp version must be copied or something. I am told to go to howtotell.com but I cannot figure out how to fix this. I am a young guy trying to learn C# programming and I really want to get the new express edition. I would be so happ ...Show All

  • SQL Server Subset of TSQL supported by SQL Server mobile

    Hello, What is the subset of TSQL supported by SQL Server Mobile I scoured Books Online, but I couldn't find any page that is dedicated to explaining this. A link to the corresponding MSDN page would be great. Thanks, ravi Here is the link to msdn: ms-help://MS.VSCC.v80/MS.VSIPCC.v80/MS.SQLMobile.v3.en/SSMProg3/html/2b27946f-ad60-4110-9de9-14eafd509910.htm ...Show All

  • SQL Server Can't Edit Table

    Hello, I'm an undergrad who is using SQL Server 2005 for the first time. I have a table Components where there are three columns, ID, Name and Value, where ID and name are the composite key. I have entered some data into it from the user interface and it is entered just fine. But when I try to edit data in Value column it can't be done. This error message comes... "No Row was updated The Data in Row 7 was not committed Error source: Microsoft.VisualStudio.DataTools Error Message: The Row value(s) updated or deleted either do not make the row unique or they alter multiple rows(3 rows). Correct the errors and retry or press Esc to c ...Show All

  • Windows Forms Parent/Child Winforms Datagrid Filtering

    Hi all, Struck a bit of a prob. I have a dataset with two tables connected with a parent/child relationship. I am binding to one datagrid and then want to be able to sort the data in the datagrid using criteria on the child table.  Is this possible  If so can someone give me an example Thanks Crazy. Hi BeckKhiem, The link works however there seems to be a problem downloading the sample. ...Show All

  • Windows Forms I need a ReadOnly CheckBox and ReadOnly RadioButton

    Does anyone know where I can find a ReadOnly CheckBox control and a ReadOnly RadioButton control    Thanks! This seems to work for me: Put the control you want to make readonly in a panel.  Then shut off all mouse and keyboard input to the panel by p/invoking EnableWindow.   [DllImport("user32")] static extern bool EnableWindow(IntPtr hWnd, boo ...Show All

©2008 Software Development Network