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

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

RajMatt

Member List

CharlesJ
Robert Kitson
Vinh Lam
Marcel Haans
Dave Q
Eric Promislow
nitrov
protugy
_nicola
farscape-dev
Moinuddin
DavidBoyCA21
Sorpor
spymaster
jketola
kcongdon
JohnWH
daveimme
Randy_TS
Dale
Only Title

RajMatt's Q&A profile

  • Visual Studio Microsoft.Reporting.Winforms.ReportViewer vs Crystal

    Does anyone have any experience with Microsoft's new ReportViewer in VS 2005 I'm using Crystal and am predictably unimpressed. Microsoft's report viewer seems much more complete at first glance, but I'm curious if anyone has used it successfully. I'm using Winforms. yes I m Using And its very nice but still i have prob to export report to exchange folder or to mail even i m not able to export it in html format ...Show All

  • Visual Studio Team System Problem with Tests after renaming project

    Hi, We ended up having to rename both the project under test as well as the associated unit test project. The unit test project used to create a binary called TestContext_UT.DLL. It now creates a binary called UnitTestTest.dll. When you attempt to run a unit test, however, the test continues to look for TestContext_UT.DLL as the storage for the test. Where to you change that information One more question, why can't I delete a test from the tes ...Show All

  • Visual Studio Team System How to get the list of valid users in a particular project?

    i would like to get the valid users in my team server (with a particular project) and i will put it in a lets say, dropdown list. so that i can use it in adding workitems with the use of ASP.Net i used the IGroupSecurityService but i can get only the Group Names and not the members inside the group. any ideas Thanks,. (btw, im using ASP.Net-C#) i still cant get it... i dont want to use my alternative way of doing it.. (getting ...Show All

  • .NET Development System.NullReferenceException: Object reference not set to an instance of an object

    Hello Guys, I dont know the reason why I m getting this error I fully understand what does this mean....i dont know cant find the solution ...... If you see in the code the probem exists in the foreach statement..... the XMLNode node is somehow getting set to NULL.....It goes into the loop once and second time it just freaks out...The code was working perfectly, it just started like this.......... string path = "Common/"; // Path to ...Show All

  • SQL Server No compatibility view for sysproperties

    Is there a reason that there isn't a compatiblity view for sysproperties. Try searching for sysproperties in SQL Server 2000 Books Online and you'll see why. There is a reason why we don't recommend to use undocumented features... :-) -- Tibor Karaszi, SQL Server MVP http://www.karaszi.com/sqlserver/default.asp http://www.solidqualitylearning.com/ Blog: http://solidqualitylearning.com/blogs/tibor/ wrote in message news:de2 ...Show All

  • Visual Studio Team System Why ImplementedInterfaceMethods is null

    Hi, I can't get information about implemented interface method from Method. I've try to get this information from Method.ImplementedInterfaceMethods, but it always is null. For example I have: public interface ITest {     void Test(); } public class Test : ITest {     public void Test()    {    } }   How can I know that Test.Test() is an implementation of ...Show All

  • Smart Device Development How to open PocktPC Calculator application..

    How can I open the Calculator application in the Windows Mobile at a click of a button Thanks, Vijay You can use the CreateProcess function from the coredll import...this is the only why I have found to launch and external program from my application I swiped this from somewhere online... //create the process info class public class ProcessInfo { public IntPtr hProcess; public IntPtr hThread; ...Show All

  • Visual Basic using variable data to determine which object to modify

    Sorry if this has already been answered before. It probably has but I couldn't think of what to search for. Is there anyway that I can have a variable that holds the name of an object and then reference that object via the name stored in the variable Hope this makes sense and thanks in advance for any help i receive. Like a Hashtable in vb.net they are called Hasthables. in vb6 they are called Collections if me ...Show All

  • Visual C++ different location for *.ncb file

    Hello, we have our *.vcproj files on the network. But all created files (*.obj, *.lib...) are stored on the local disc for performance reasons. But till now, I didn't found a way, that the *.ncb files (with VC 2005 they are really big) saved on local disc too. Not in the same diectories as the *.vcproj files. Do you any solution Thanks for your efforts Markus   Mike The Bike wrote: ...Show All

  • Visual Studio Express Editions Printing from VB Express

    I have come across several posts indicating that it is nearly impossible to print documents, much less interact with Word, when using Visual Basic Express. Is this true If so, will this functionality ever be included or will I have to either purchase Visual Studio or learn another language What you really need to work with VB2005 Express Edition is the Dotnet Framework SDK 2.0 at this link: http://www.micro ...Show All

  • SQL Server Blank Error Messagebox Displayed at startup

    When I start SQL Server Management Studio an error message box with no text is displayed with the Exclamation ICON.  Everything seems to be working after clicking OK though.  Anyone else experienced this.  Also...  Why is it that I can't repair the installation from Add and Uninstall   Do I have to uninstall it to repair it The SQL 2005 is the Developer Addition with a new install... I haven't seen the empty erro ...Show All

  • Windows Forms right mouse click on treeview

    can anyone show me how to display a context menu after a right mouse click on a specific node.  This is what i have been able to acheive so far  If e.Button = MouseButtons.Right Then             TreeView1.SelectedNode = ...Show All

  • Windows Forms Slow application launch

    I was not sure in which forum to put this question. I have coded a fairly large visual basic database application and I am finding that the initial application startup time (cold) can take a very long time, in some cases 30 seconds or more. The project was upgraded from Visual Studio 2003 although I have rewritten much of the code and removed a lot of the old forms (they remain in the project but do not get compiled). I ut ...Show All

  • Software Development for Windows Vista Event Driven Activity On Parent State

    I have a state machine workflow where one of the state has bunch of nested child states. I have an EventDrivenActivity on the parent state. However when I fire an event to trigger this activity on the parent state I get the following exception. If I simply move the activity into one of the chile states I do not get the exception. Any clues why I am getting the exception in the former case Host Information: 0 : Received OnIdle Event for instance ...Show All

  • Windows Forms Save File Dialog

    My question is di I have to place menu on the Child Form for saving from RichTextBox or it can work by placing the code on the MDI Form and here what I am tying to use but it did save the file but it was empty. private void saveAsToolStripMenuItem_Click( object sender, EventArgs e) { saveFileDialog1.Title = "Specify Destination Filename" ; saveFileDialog1.Filter = "Text Files|*.txt" ; saveFileDialog ...Show All

©2008 Software Development Network

powered by phorum