MarioMurillo's Q&A profile
Visual Studio Team System Beginner's questions
Hi, all. I'm really new to Visual Studio 2005 Team Test, so I'm probably asking pretty basic questions. :) But I am just starting to play with it and was hoping someone can give me more infomation or point me to where I can find answers to my questions. My company has a web based application, written in ASP.Net, that I would like to be able to test using Visual Studio 2005 capabilities. I created a new test project and added some web te ...Show All
Windows Forms Looking for example for avoidance code
I am looking for example code for going around a plant when blocked, or going wide around a carnivore. I'm working on a pathfinding package for Terrarium developers. However, it'll be a while before it's ready for prime time. &nbs ...Show All
Visual Studio Express Editions Debug problem - Source code/original difference...
Any change to my source results in the following (abbreviated) message in debug mode at the breakpoints when moused over: "The breakpoint will not be hit. Source code is different from the original version. To allow breakpoint to be hit when sourcecode is different right click, choose 'Location' and turn on 'Allow.....'. To allow for all BP's disable the option 'Require source to exactly match...' under Tools>Options>Debugging>General" ...Show All
Visual Studio Creating new nested project
I have my project system based on MPF. Project class is derived from ProjectContainerNode class of MPF. How can I create new nested project as standart C# (C++, VB, J#) class library project Please take a look at the VS SDK Sample VisualStudioIntegration\Archive\CS_Samples\NestedProject\NestedProject which should give you all the details Ole ...Show All
Windows Forms Iterate through Datagrid
Hello, Does anyone have a code example they can post, of Iterating through a datagrid to check a cell content. I really do not know where to start on this one. Thanks Peter Thanks alot rkimble, Your solution works great. Thanks again Patere ...Show All
Visual C# import file from a remote machine to local machine
Can we import a csv file from a remote machine to our local machine and after import delete the file from the remote machine in C# Kiran Hi Yes, you have to copy the csv file to your local machine and when you finished then delete the file. If I may ask, is the network drive mapped to the local machine of the remote machine if the above answer is true this snippet can be used ...Show All
Visual Studio Express Editions I need a code for vb 2005 express
I need a code for my submit button to send me an e-mail with a picture of the screen..... i have tryed a few but they don't work like I need them to... Please help me if you can. Hi, Do you mean send an image of the screen when you press the submit button If so, you can try sending a printscreen keystroke then accessing the clipboard and retrieving the image stream to convert it to image then send it as a mail.. sending a printscreen keystr ...Show All
.NET Development WSE3 doesn't work in VS2005 (add-in not installed and proxy not generated correctly)
Hi all, I've got a lot of problem using WSE3 with my installation of VS2005 Team Suite. I installed the WSE3 with the "visual studio developer" option but I don't have the add-in for the configuration. I can bypass the problem using manually the Configuration tool to edit the configuration files. But I've also another problem: this happens both with my application and with the quickstart examples: when I add a web reference, the genera ...Show All
Windows Forms MDI from troubles
Hello, I have an application that uses an MDI parent form that pops up an MDI child which allows a user to open up various modal forms to perform processing. If the user wants to quit, he has two ways to do so: He can either clos ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Where are there some .X animotion file ?
I have write a game ,now need .X animotion Where is it The gamedev.net art forum has an FAQ which lists lots of places to get models http://www.gamedev.net/community/forums/topic.asp topic_id=257345 ...Show All
Visual Studio Tools for Office VSTO 2005 Application can NOT run in Office 12
Hi, I'm developing a VSTO2005 + C# 2.0 User Control application target for Office 2k3 right now, and I just copy my app to a machine installed with Office 12 (Exciting ) Argh, the Action Pane load up successfully BUT it display error in my toolstrip event handler! Method not found: 'Microsoft.Office.Interop.Excel.ListObject Microsoft.Office.Interop.Excel.ListObjects.Add(Microsoft.Office.Interop.Excel.XlListObjectSourceType, System.Object, Syste ...Show All
Visual Studio sgen.exe failed due to spaces in keyfile's path. How can I work around this?
sgen.exe is getting called like this (complete outout can be seen if necessary, only putting here relevant info: [vmsbuild] C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\bin\sgen.exe /assembly:"c:\Documents and ....dll" /proxytypes /compiler:"/keyfile:c:\Documents and Settings\dansan\My Documents\src\ProjA\060608-FixScripts\SolutionFile s\Development.snk" /compiler:/delaysign- [vmsbuild] The "SGen" task i ...Show All
Smart Device Development VS.NET 2005 cannot deploy any WinApp to PPC03
I use VS.net 2005 standard edition . I try to deploy a simple Device Application (1.0) VB or VC# to my pocket pc 2003 which is a Dell Axim X5 with Win CE 4.20.1081 build 13100 . It is possible to run the app using whatever emulator (although i had a problem with the simple PPC03SE emulator at first) . It is also possible to manually transfer the simple *.exe file or even *.cab file using the explorer through active sync 4 ...Show All
SQL Server checking length of textbox value!
Hi I was looking to check the length of a textbox then truncate it if it is graeter than some value and assign the that value for a textbox control in reporting service.How can i acheve this Thanks This expression truncates any string in the textbox longer than 2 characters. =Iif(Fields!FieldName.Value.ToString().Length() > 2, Fields!FieldName.Value.ToString().Substring(0,2), Fields!FieldName.Value) You will ...Show All
Windows Forms Changing the size of controls-- chekboxes etc
Hello, I'm developing an app that will be used on a till system in a shop. The till system uses a touchscreen. The normal sizes of checkboxes, lines in listboxes, etc, are a bit small for accessing using fingers... I presume I would have to learn how to write custom controls to make the checkboxes etc bigger... ( I understand that buttons etc can be any size, but checkboxes can't) Could someone please either: A - point me i ...Show All
