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

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

Manjushree

Member List

Yijing
frazi
DavideB
Henry Hahn - MSFT
Matthias Eck
matvdl
Luis Abreu
levous
JF002
Dhileep
Seabhcan
Streers
mksql
Adarsh Sridhar
HarryChou
Vorn
PatrickR
cheyein
GWILSON1981
Robert Darwin
Only Title

Manjushree's Q&A profile

  • Visual Studio How can I show report filter list in header?

    Since I cannot use a subreport in the header how can I show passed parameter values in my reports. In crystal, I used to have a generic subreport, included in the header on all reports, where I would just add textboxes with the report parameters and values based on the user selections that would show on the report. Since you cannot put subreports in page headers anymore, what is the best way to accomplish this e.g. My Report param1: xyz param2:xyz Headings Details   ...Show All

  • Visual C++ Microsoft Visual C++ Runtime Library error question

    I recieve this error when I launch Internet Explorer - version 6.0 OS Windows XP Home edition 2002 Service Pack 2.  Error is as follows: Microsoft Visual C++ Runtime Library Runtime Error! Program C:\Program Files\Internet explorer\iexplore.exe This application has requested the Runtime to terminate it in an unusual way.  Please contact the application's support team for more information. I am not certain where to post this question and problem.  Your assistance is greatly appreciated.  Currently, I am using Firefox as my back-up web browser.  had the problem with runtime error, removed google tool bar, ...Show All

  • Windows Forms Nox invasion

    Hi, I was just wondering what type of animal, and why the Nox 3.6 has totally invaded my ecosystem. Thanks  Well I am not sure about this, what I would really like to see is an advanced terrarium and a beginner terrarium. but you know that is only a wish and I know it would take an act of some higher ups to aprove  ...Show All

  • SQL Server Accessing the Report Builder Application

    Hi, Report Builder Application can be accessible only through Administrator previleged users or any user can access the report builder application If it possible then how do we access it . Here we have a list of domain users, I have given the Report Builder rights to all domain users in the properties window in Report manager. When the domain user logging into the report manager, they can not able to see the report builder icon. Once I add my domain users into my server's administrator group they able to see the report builder icon as well as they can work with the application. Expecting your answer in this. Thanks in advance ...Show All

  • Visual Studio Express Editions Registration Questions

    I know that after I register my express edition the licence is my forever. I also know that if I install the express editon from a CD I don't have to register. Based on that, here are my questions: 1-If I install from a CD(previouly burned) and don't register(as I said before), is the licence mine forever Will it expire 2-Let's say that I have a registerd VB express licence and after november 7th 2006 my computer crash and I lost my software. Will I have to pay for a new licence Thank you. 1. The CD installation will never expire. 2. Not sure. I thought it would be possible to reregister as ...Show All

  • Visual Basic Help.

    How do I create a grid of pictureboxes (25 x 25) on Visual Basic 2005 and auto-name them pbx(row)_(column) for the picture boxes It is to slow and hard to manually rename all 625 of them. Ok question answered, thanks. New question: OK, I ran into another problem. I want it be so that if I click the picture box with the person in it, you can move him by clicking on another tile. How do I do this (I tried (got from Dustin_H 's sample code) :     Private Sub PicBox_On_Click( ByVal sender As Object , ByVal e As EventArgs)         If PicBox(x, y).Image = Tiles.picPerson.Image Then &nb ...Show All

  • Visual Studio Team System Way to change the order of "found in build" field on WI

    Hi, There is a way to change the order of "found in build" presentation I mean, to get some other order of the build numbers (for example by last date). Thanks in advance, Shmulik. This is not possible in this version, sorry. Thanks, Alex ...Show All

  • Visual Studio Team System Beta TFS MSSCCI plugin now available for VB6, VC6 (not yet VS 2002/2003)

    There's now a beta of the TFS MSSCCI plugin for VB6, VC6, etc., but it's not for VS 2002/2003 -- that's still too come.  You can download it at http://www.microsoft.com/downloads/details.aspx familyid=32202966-EF04-442F-8C5C-88BDF15F551C&displaylang=en . Brian Harry posted some details about it, including the fact that it is not part of the go-live license . http://blogs.msdn.com/bharry/archive/2005/12/29/507993.aspx Buck I believe that MS Access supports Msscci specification, so it should work with our TFS Msscci plugin. However we are testing it only with VB6/VC6/VS2003/Visual FoxPro9 for now (this can cha ...Show All

  • Visual C# Generics - List of items that implement a generic interface?

    So I've got a parser interface: ------------------------------------ interface IParser <T> { T Parse( Type type, string val); } ------------------------------------ And classes that implement this interface like this: ------------------------------------ class StringParser : IParser < string > { public string Parse( Type type, string val) { return val; } } class Int16Parser : IParser < Int16 > { public Int16 Parse( Type type, string val) { return Int16 .Parse(val); } } ------------------------------------ And I need to maintain a list of all registered parsers.& ...Show All

  • Microsoft ISV Community Center Forums Setting the correct row height for merged cells in Exel

    Hi I'm building a workbook based on a template, which has a specific layout for sending to customers. There are a number of rows that contain merged cells. When I enter more text than can be displayed on a single line I want to be able to correctly display all information. I've tried setting "wrap" and doing "autofit" on the merged cells. It doesn't work for me. I've tried setting another cell to the same width as the merged cells and setting "wrap" and doing "autofit" and then using this row height on the merged cell. This is better, but sometimes it is too high. I'm using Excel 2003 SP2 ...Show All

  • Visual Studio 2008 (Pre-release) GridView Simulate Autosizecolumn of datagridview

    Hello, i add in a winfx window a gridview, i define 4 gridviewcolumnHeader and don't set the width. Before, i bind data in my gridview, columns are small and when binding is complete columns grow to adjust with Data. But i would like my columns fill all gridview (as datagridview with property autosizecolumn). How can I implement this feature Thanks for your help you can try this, not very perfect step 1: add bind for Column's Width <ListView ItemsSource="{your data source}"> <ListView.View> <GridView> <GridViewColumn Header="Header" DisplayMemberBinding=&quo ...Show All

  • Visual C++ AT Commands

    Hi again! I'm programming an aplication to communicate a PC with a module by serial port and using AT Commands. I have configured the module correctly to work, and I use the Windows Hyperterminal to do it succesfully. But now I am trying to do the same in my aplication (I use Visual C++ 6.0) and I get connected but I'm not send and receive messages. I want to make a "testing aplication" to send messages and show the answer, It connect but it doesn't send or receive nothing (at least, I think it). Could you help me For example, in the Hyperterminal if I write AT and press enter (In Visual C++ I think is the same that wri ...Show All

  • Windows Forms TableLayout help needed in setting up.

    I am trying a simple Usercontrol and I would like to use the tableLayoutPanel,but Cannot work it out how to make the various Columns resize accordingly. the control (Folder Browser Locator) consists of (Label- text- Button) You can already immagine how it should work The label should be allowed to autosize and it's column grow accordingly but fixed otherwise The text should grow in length only if the user tries to resize the control The button should stay the same size all the time but move along with the rest I have added a TableLayoutPanel with 3 columns 1 Column (label) 2 column (textBox) 3 column (button ) I have trie ...Show All

  • Windows Forms How to customize Round rectangle Button ?

    Dear all, VS.NET support functions as draw rectangle, ellipse. However, to draw round rectangle is very difficultly. So far I can draw my button as round rectangle. Everybody has done it before please share with me. Thanks. Steven Here are two articles on rounded rectangles in .NET. http://www.bobpowell.net/roundrects.htm http://www.codeproject.com/cs/media/ExtendedGraphics.asp ...Show All

  • Visual C# Need Some answers

    Hi, I need answer of these 10 .net related question.   Q1,What is the difference between a private assembly and a shared assembly Q2,What is the difference between a delegate and an event Q3,What is the difference between a system and application exception Q4,Can we write a program in IL Q5,Is .Net Supported on Unix Q6,What does .Net mean in the .Net context Q7,What is CTS,What is it for Q8,What is Appliacation Domain Q9,Describe the difference between interface oriented,object oriented and aspect oriented programming Q10,What is Boxing and Unboxing Q11,What is shadowing   ...Show All

©2008 Software Development Network