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

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

Edcase_70

Member List

rmillerii
Andy Wilbourn
Stuart Welwood
gopaltummala
mghile
HarveyC
Kfir
elmtree95
Interdit
Jeffrey John Osborn
Damian Otway
Eric Tsai
Martin Trappel
Anon56789
Raj Thilak
Robert Schlabbach
Ries Vriend
Lucky Tiger
Andrew Zhu
Asad Iqbal
Only Title

Edcase_70's Q&A profile

  • Visual Studio Team System Team foundation Server Working?

    Hi, I am currently compiling a tecnical report on the working of Microsoft latest Visual studio Team System. I have gone over the resources available in the net. But they are on how to use Team System. I would appreciate if some one can provide me links to resources that describe how Team Foundation Server works I know that TSFS uses web services and SQL server 2005 to store data and generate reports. With Regards, ...Show All

  • Visual Basic Include a variable in MsgBox text?

    Hello all, I am attempting to include the value of a variable in the text displayed by the MsgBox. Let's assume the variable "CostMinimum" is set to a value of "100." I would like the text displayed by the MsgBox to read "The cost must be 100 or higher." I've tried various permutations of the following: MsgBox( "The cost must be #CostMinimum or higher" , MsgBoxStyle.Critical, "Input Err ...Show All

  • Visual Basic Interacting with Excel

    I have often worked with Excel via internal macro's but now I need to use net to interact. I have created my worksheet but when I try to access a cell in the worksheet via I need to be able to read a cell in the worksheet but I cannot come up with the right fromat to access the .text and .value properties. So with ws as the active worksheet, how would I set a string variable equal to the text contents of cell 1 / column 1 Thanks, Fr ...Show All

  • Visual C# set the Text value from another Form

    Hi, I am using this code to set the Text value of a Label on WorkingAreaForm from the FindForm but nothing is changing.. why frmWorkingArea WorkingAreaForm = new frmWorkingArea(); WorkingAreaForm.txtName.Text = "HELLO"; Thanks... yes because txtname is private by default it will be better if you made a property in WorkingAreaForm and make this property public to change thetxtname.text ,then you can ...Show All

  • .NET Development how to know at client that a listener has connected

    Hi, I am implementing async socket. I have a client and Server(listener). When a listener disconnects I get notified in OnReceived call back function. Is there anyway I can find out when the listener starts listening again FOe xample, I have an application that has start listening and stop listening buttons. When I click stop listening the client gets notified in its OnReceived function. NOw if I click Start listening then client does'nt get ...Show All

  • Visual Studio How to add solution items?

    Hi, I'm new to this forum. I just wanted to ask for some help. Just got interested with the automation and extensibility functions of Visual Studio. I used the DTE and Solution objects for creating a solution and projects. Here are some of my questions. 1. How do you add solution items 2. How do you reference a project to another Lets say I wanted my Dal to be referenced in my BL. 3. How do you set a default namespace for a project ...Show All

  • Visual Studio Language name has to start with capital letter

    Hi, If you start a new DSL project using the february CTP release you have to give it a name (name of the language) in the new project wizard. You probably know this already but I haven't found a thread on it in this newsgroup but if you don't use a capital letter to start your language name with the wizard gives an error. This error does not lead one to the conclusion that the issue is in 'capitallessness' :-) Edwin Jongsma ...Show All

  • Visual Studio Express Editions Keeping Data in database after debugging

    Hi, me again. I'm trying to set up an application that allows the user to enter data into a table (what else would I want!). I can do this during debugging no problem but when I close the application down the data is not retained in the DataSet. This means that every time I debug to test a phase of my application I have to input new data and it's getting a bit trying especially as I would ideally like to work with a table that has more than 1 ...Show All

  • SQL Server Error in creating a simple asp.net app similar to sample.net (as2000 samples)

    Hi, I am new to MS Analysis server technologies. I environment consists of: Server: windows 2003 server, Sql server 2005, analysis server 2005 client: windows xp As given by Microsoft, I configured the server for HTTP access. When I try to browse to msmdpump.dll by giving the path " http://ServerName/olap/msmdpump.dll " both in server and client systems I get the HTTP 500 Internal server error. I also did a right-click->browse ...Show All

  • SQL Server Print Preview pagination for multipage data in single text box

    I have a tried two different reports one with table and the other without The last textbox in both reports contains enough text which should fill half of first page and half of second page. In both reports the print preview and export to PDF keeps the first page blank and puts all the data in the second page. It appears that the textbox control doesn't know when to place a pagebreak when in print preview and export to PDF. The rdl file has no pa ...Show All

  • Visual Basic Catching carrage return

    I am trying to catch the carrage return with this code I found on net but doesn't seem to work. Nothing happens. Is there another way to do it If e.KeyChar = Microsoft.VisualBasic.ChrW(13) Then   Wayne what calls the protected overrides function   i have included a break in this function, but it is never called... ...Show All

  • Visual C++ VS 2005 Debug Settings

    Years of experience with VS6, VS.NET (v7) and never ran into this: Simple HelloWorld C++ console application. When I try to debug it, I get "Debugging information for 'helloworld.exe' cannot be found or does not match. Binary was not built with debug information." I checked the project options and changed the linker option to generate debug info. Now it executes, but something totally different; going into file crt0.c and gs_support.c, ...Show All

  • Visual Studio Unable to add deployment project to Sourcesafe

    Hi, I am trying to add my solution to Sourcesafe. I am doing this by opening the solution in VS and clicking 'Add solution to source control' at the solution root. It works fine for all of the projects under the solution except the deployment (setup) project. The following error is returned: The project <setup project path> cannot be added to source control. In folder <folder> it overlaps a project that is already bound to ...Show All

  • Windows Forms Hide certain standard control's properties from designer

    Hi, I created a custom control which inherited from Forms.Button. There's no problems to create & expose custom properties but... I cant find anyway to hide the standard Button's properties... Note that I'm using J# Thanks override the property, apply the Browsable(false) attribute. . . call the base property to access it. this is c#, but the approach should be the same: public partial class ...Show All

  • SQL Server Cannot get Report Server to work

    I installed SQL Server 2005. I am trying to configure Team Foundation Server, but before installing it I want Report Server to work. The service logs in as the local administrator. Yet it seems like SQL Server doesn't like Administrator to much... Here's the log of the error when I try to browse reportserver.asmx from IIS. <Header>   <Product>Microsoft SQL Server Reporting Services Version 9.00.1399.00</Product>   &l ...Show All

©2008 Software Development Network

powered by phorum