Movescope's Q&A profile
.NET Development Store another files inside a EXE file
I'm planning an install application (like InstallShield and many others), so I want to know how can I store all files inside an EXE, and during install, extract them. Does anybody know There is a bunch of tools available. Hopefully that can help you get started. ...Show All
Visual Studio 2008 (Pre-release) When will the C# version of LinQ be ready for VS.NET 2005 RC0
I am very excited about LinQ and would like to use it asap. Since I have to use the VS.NET 2005 RC0 version to create demos, I would like to inquire when will the C# version of LinQ be ready for VS.NET 2005 RC0. Yes, I know that LinQ is already compatible with the VB version of the RC0 VS.NET release, but I would like to show Java programmers a flavor of what they are missing ! If the normal CLR met ...Show All
Visual C++ Plz help ,hoe to make coloured scrollbars in a MDI application in VC++ 6
Respected members Plz suggest me some code of how to create a COLOured scroll Bar in MDI appl. I had created this in SDI ,but not able to do it in MDI. Thanks in advance. I am sending the code which I have used . CScrollBar* CColorscrollView::GetScrollBarCtrl(int nBar) const { // TODO: Add your specialized code here and/or call the base class & ...Show All
.NET Development Release Date
Hi, What is release date of the .Net 2.0. Currently my application is using .Net framework 1.1 and plan move to .Net 2.0 . Is there any potential threads over .net 1.1. What is advantages of .Net 2.0 over .Net 1.1 Regards, Ashish Hi Ashish, .Net 2.0 is already released on 7 November 2005, together with Visual Studio 2005. Look at http://msdn.microsoft.com/netframework/ for more infor ...Show All
Visual Studio Express Editions Change Label.text from within a module?
In an application I'm developing, I'm starting a thread from main form. That thread calls a function from within a module. In the main form, I want to update the text of a label while the function is executing. From within the function, I have a Do...Until statement. Inside the do...while, I have a char variable which changes value. I want to pass that value (single char) back to the main form.... Here's what I'm trying... Form1.vb h ...Show All
Windows Forms How to detect mouse down on Child and Pass to MDI Parent?
I assume I need to raise the mouse down event of the child form to the parent form but I am having trouble getting this to work, any help or pointers are greatly appreciated. Use the WithEvents keyword when you create the  ...Show All
SQL Server XML DOM Document
Hi, I created some DTS packages in sql server 2005 and this morning I am getting errors. I am able to open the packes to edit. Following are the errors: Error 1 Error loading MCDMS_Load_Key_OCRepair_Extract_TST.dtsx: Unable to instantiate XML DOM document, please verify that MSXML binaries are properly installed and registered. E:\SCRIPTS\MCDMS_Scripts_System_Test\MCDMS_Load_Key_OCRepair_Extract_TST.dtsx 1 1 Error 2 Error loading MCDMS_Lo ...Show All
Windows Forms Tear-Off Menus and Tabs in Windows Forms Applications
I'm writing a Windows Forms app, and I have a few menus which could be usefully dragged off as floating toolbars (as an example, see the Grouping submenu of the Draw menu on the Drawing toolbar in Word 2003). It's not critical functionality, but I was wondering if there's any reasonably simple way to implement this. I have tried searching, but this particular feature seems to go by many names, so I may have missed it. Also, drag-off ...Show All
.NET Development SqlConnection error
I am getting the following on error: The type initializer for 'System.Data.SqlClient.SqlConnection' threw an exception. on the following line of code which works in VS2003. Dim oSQLConn As SqlConnection = New SqlConnection( "Server=cin-sql03;Database=axMCO;User ID=userid;Password=password;Trusted_Connection=False" ) Any help or suggestions would be greatly appreciated. Thanks! David, Can this be filed as ...Show All
Visual Studio Is there an equivalent to UML multiplicitys in the class designer?
Hi there, was wondering if there is a way to represent an association between two objects in the class designer with anything other than a one to one relationship as is done with the multiplicity attributes on either side of an association in UML. What I was hoping for was to be able to specify a one to many relationship and have the code represented as a Generics collection of the appropriate type. Failinig that is there a way to disp ...Show All
Visual Studio Team System Migrating to Team System from an existing environment
I'm new to these forums, and had posted the following in the Visual Studio Team General forum. It looks like this is the better place for this question. Sorry for the cross post. I'm looking for some strategy whitepapers or documents on how an existing development organization should go about planning a migration to Team System. My development organization has a bug tracking system, we have a source control system, we have testing tools, ...Show All
Visual Studio Some errors after installing a visual studio 2005 beta2
Hi, After installing a VS2005 Beta 2 I have a problem with "creating controlls from Toolbox". 1. Before an installation I completely removed all necessary components! 2. I've installed a VS2005 B2 3. I've installed a MS SQL 2005 B2 Developer Edition 4... 5. I've tried to reinstall all components ...!... In a project (not important wheather VB or VC# or ...) I can create only first control for example "Date Time Picker" - so I can save, compile a ...Show All
Software Development for Windows Vista CallExternalMethodActivity and SQLPersistence
Hello, I'm using the communcations sample of the hands on lab and this is working well. I amended it a little bit so I created a console app which accepts input to kick off workflows. This helped me to understand persistence ... so I can stop the console app re-start it and my worklow resumes as expected. But when I persist the workflow after the ballot in the communications sample was created - the wf resumes but of course the ballot will no ...Show All
Windows Forms netwrok and windows information
Hi, How can I find out the Windows and Network information of the local machine Any example what exactly are you looking for System.Environment class has some good information such as OSVersion, UserName, UserDomainName, and MachineName. & ...Show All
Visual Studio Team System Calling Declarative Tests
According to Rob Caron's blog ( http://blogs.msdn.com/robcaron/archive/2005/05/17/419001.aspx) it should be possible to call "declarative tests" from "coded tests." I can call another coded test but is it possible to call a declarative test Thanks Kevin, It is currently not possible to run a declarative test from within a coded test. Even running coded tests within coded tests is not fully supported in this release. Josh ...Show All
