Seyfert's Q&A profile
Visual C++ Looking for a runtime profiler...
Hi. I'm using Visual C++ 2005 Express Beta 2, and in coding an application I have encountered a nasty memory leak which I cannot seem to fix, despite my best efforts. I'm wondering if anyone here has encountered a decent piece of profiling software that works with native binaries produced by the 2005 line of Visual Studio applications. I need some in-depth runtime information (possibly a helpful "leak finder" application) to assist me in loc ...Show All
.NET Development conversion
Hi readers and helpers I have a field called MSGID which has values in hexadecimal.Now i want to convert it into string and displaying it .how can i do thatI am writing code in vb.net The filed value looks like as : F73CD27B149BF899E03028C0C2285C82 as hexadecimal contains 16 values it has 32.it mean combination of 2 hexadecimal i make one decimal .so by the end we have 16 plese if possible provide code thanks Hi Garry, If what you are try ...Show All
.NET Development How to send mail from a Windows Application??
I am attempting to write an application which will send a mail message with an attachment. Here's code: using System; using System.Drawing; using System.Data; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Web; using System.Web.Services; using System.Web.Mail; string filename = "c:\\stuff.xls" MailMessage send = new MailMessage(); send.To = " validmail@mymailserver.com "; s ...Show All
Visual Studio Team System Move projects to a new server (with TFS beta3)
I have installed a new team server with Beta 3, the old one has also beta 3 but it is in a VPC, the new server is not a VPC. I tried to backup then restore all databases but it did not worked (STS fails). What is the best way to move the projects from one server to a new server Any update on this I'm also facing 11 databases which need to be moved to a different server and i'm wondering what procedure would be the best to do th ...Show All
Visual Studio Unable to acquire/convert string signature from primary or satellite DLL
Hi, there. I made a VSIP package and get a PLK. So, I tested my package, the package loads successfully. But I get couple of same message from the package loading. I really don't know what the message mean. Is there anyone knows what the follow first two message mean --> VSIP: Unable to acquire/convert string signature from primary or satellite DLL. --> VSIP: Unable to acquire/convert string signature from primary or satellite DLL. &nb ...Show All
Visual Studio Express Editions printing form?
Hi all, is there a way in vb express to print all data (there are inputed and calculated in textboxes) from form like a document Spike, you have to Draw the different parts of the Document to the paper. Here's a link to a VB.NET project that prints a DataGrid on paper and fills in the cells. http://www.codeproject.com/vb/net/datagridprinter.asp What this will show you is how to draw to specific locati ...Show All
Smart Device Development How to make scan work on Pocket PC
Hi, I am compiling a program using vb.net 2.0 and visual studio 2005. On an interface, there is textbox. The cursor will be automatically set in this textbox when the interface opens. What I want is: when I press the scan button on Pocket PC (Symbol MC50) and this device faces a upc code or some letters on a paper, the upc code or these letters can be input into this textbox. How can do that, including how to make the laser light, how to prog ...Show All
Visual C# Assertion Failed error from MonitorDocumentsService during project load
When loading a solution containing several projects (converted from VS2003) I get the following error message twice: Assertion Failed: Abort=Quit, Retry=Debug, Ignore=Continue X at MonitorDocumentsService.OnBeforeDocumentWindowShow(UInt32 docCookie, Int32 fFirstShow, IVsWindowFrame pFrame) If I try to debug it just shows disassembly code and doesn't help. If I select Ignore, I can continue and things seem ...Show All
Windows Forms Improvements for Property Grid
Hello The next version of .NET runtime could improve some things in the Property grid: 1.) I didn't find a way to resize the whole grid but leave the left column with a fixed width and only resize the right column. This would be very useful&nb ...Show All
.NET Development Appending an element
THis is a triky one: I have tried to append a created element with attributes to a specific node in an already existing xml document. It doesn't work !! I try appending the exact same element anywhere else in the xml document and it works!!!! This is where I want the element to go to but doesnt work: clone.LastChild.LastChild.LastChild.AppendChild(objectposition); I keep all the code the same but chan ...Show All
Visual Studio Team System Error TF31002: Unable to connect to this.....
Hi all Just installed TFS RC on our 2003 Server, please note the server is on a different domain than the one I am logged into (if that makes a difference). Everything installed fine - no problems, however when I try and connect from my PC I get: TF31002: Unable to connect to this Team Foundation Server: mem-app-int-005.icetnre.testonline.net. Team Foundation Server Url: http://mem-app-int-005.icentre.testonline.net:8080 . Any ideas ...Show All
Visual Studio Team System Grouping and filtering manual tests
Again, the question about manual tests. Is there an ability to group or filter tests in Test View / Test Manager by project area or iteration field I haven't found these test properties in the corresponding comboboxes... Why I understand that nearly everything can be done using the work items concept , but it would be much easier to use the already defined project structure. If this is not supported what is the sense of having projec ...Show All
Visual Studio Express Editions EXE
Is it possible to compile simple .exe's in vb.net. Simple, like asking the user what message will he display through say an input box then he chooses. Then, clicks "build" and saves the .exe somewhere so when you click on the .exe it will say the message that he inputed. I read that some language called KPL was written in C#. And i thought, hey, c sharp and vb are almost the same. Maybe i can do an extreamly cheesy simple version of this. ...Show All
Visual C++ Is partial redistribution of VS 2005 DLLs allowed?
We're looking at migrating our applications from Visual C++ 6 to Visual Studio 2005. We link in the MFC and the C-runtime DLLs. Since users download our application over the Internet, we need to minimize the download size as much as possible. We would need to redistribute the VS 2005 DLLs as applocal. Does the license agreement for redistribution require that the entire contents of the Microsoft.VC80.CRT and Microsoft.VC80.MFC ...Show All
Microsoft ISV Community Center Forums How do you test a user's input for alphabets?
Hello programming gurus! Is there anyway to test if a user's input contains only alphabets Thank you! Hello. You can accomplish this by utilizing regular expressions. Here is a brief article one how this is accomplished in VBA. http://www.mvps.org/access/modules/mdl0063.htm Here is a site to test your regular expression (has some nice tutorials too) http://regexlib.com/RETester.aspx ...Show All
