Tom Scogland's Q&A profile
.NET Development Is v2.0.50727 the final?
I installed Visual Studio RC and found that the Framework version is v2.0.50727. Will this be the final version Hello, As far as I know, the final version of of the Framework is v2.0.50727.42. Hope that helps, Stephen [Microsoft Common Language Runtime: Security - Developer] http://blogs.msdn.com/stfisher ...Show All
Visual C# [I] keyword modifier: superstatic
Hi namespace SuperStatic { public class Element { public static FistElement=new Element(null,"null"); public Element FirstValue; public Element Next; public Element ToFirst; public System.String Text=""; public Element(Element relative,System.String text) &nbs ...Show All
Visual Studio Express Editions Deployment with VS 2005 Express Edition C++
Yo can some one tell me how you use deployment with VS 2005 express edition 2005 or if you even can use deployment. All I want to do is use my programs on other computers. If you have not opened bug already, please do so. The corresponding team will take a look on this issue. Thanks, Nikola ...Show All
Visual Studio Team System Upgrade SQL 2005 Sept CTP / TFS Beta 3 Advise Needed
Hi all, I have an old TFS install (TFS Beta 3 + SQL 2005 Sept CTP) and need to upgrade to RTM versions. I understand that it is not possible to upgrade SQL, that I need to backup, uninstall, install RTM and re-attach the various TFS databases. Is this true If so what is the best method for backing up the TFS database as Management Studio is not installed and I do not believe was included in Sept CTP. I am not sure if using an RTM versio ...Show All
Windows Forms Can you have a My.Settings scoped to Application and changed at Runtime?
I want some of my settings to be scoped application but allow changes at runtime. Can this be done The example is I have a database location that only needs to be entered once for the machine, it doesn't have to be entered for each user on that machine. Regards, Michael Proctor No, this is not supported by My.Settings -- these settings are scoped either as User or Application, with the latter being read-only at runtime. There i ...Show All
Windows Forms Modifying .application dynamically?
I am creating a configuration tool that does: 1. Creates a vdir under IIS. 2. Copy necessary files to this vdir. 3. Modify the .appliation files changing the deploymentProvider codebase to appropriate URL. The first 2 steps works fine as usual. But the third step fails. I successfully modified the codebase URL, but I got errors (see below). I guess once the .application files are create using VS 2005, the URL should not be changed. I wonder if t ...Show All
Visual Studio Express Editions Autosize and GrowAndShrink
I'm having a problem in which the form shows up completely empty. All I see is a very small caption bar with an icon and the control boxes. I start a new Windows project and then add a SplitContainer to the form. I set the docking for the SplitContainer to "Fill". I drag a button into Panel 1. Then I set the form to AutoSize=true, AutoSizeMode=GrowAndShrink. I expected the splitter to shrink to the size of the button and the f ...Show All
Visual C++ Chinese resources
Hi I have to create chinese resources for my application. To check a bit how all is working I created a chinese mfc application. If I run the application, all is shown correct in chinese. If I check the resources for example the menu in visualstudio I dont see chinese signes. Do I have to change any settings in visualstudio to see the correct chinese signes in the resource editor Thanks Peter Hi, your proble ...Show All
SQL Server RE-Using passed parameters
Hi All I link to a report passing parm a,b,c (3 parms) a (Hidden), B(Multi Selection), C(Single selection), the report display correctly and the parm selection boxes display with available options. I would like to be able to choose from the selection boxes and replace the initial (passed parameters) B and C would have a new value, and display the same report using the selected criteria. Thank you Trentino &nb ...Show All
Software Development for Windows Vista web.config windows workflow schema??
Is the WF schema for the web.config published somewhere I can't find it in the help or online. This page has information on what can go into web.config and app.config files: http://msdn2.microsoft.com/en-us/library/ms732240.aspx ...Show All
Visual Basic running apps (shell command)
hi, just wondering what i have done wrong in visual basic 2005 (.net). i used to be able to (vb6) go shell("appnamehere.exe") and it would run if i had the app in the same dir. now i cant seem to work out where i should put the exe when you run the setup of the project i published its like it installs itself and runs in temp or sumthin how do i make it so it just runs from its folder and can run the apps via the shell command i ...Show All
Windows Forms datagrid newline in columnheader
Hello, I have a datagrid with quite some columns. The contents of the columns is sometimes not as long as the columnheadertext. Can I somehow put a newline in a columnheader so that I can make the datagrid more viewable ok that&n ...Show All
Visual Studio Team System way of customizing error messages
hi all, I wanted to know if the messge under resolution tag can be overwritten with some other error messages depending on the condition.. If yes, can you please show me how to do... i came across one way but the site was not in english. so i couldn't understand the logic....' Hi Maixmus, Yes you can achive, If you want to diaplay message depending on the error you can do in the following way In res ...Show All
SQL Server data application blocks for windows mobile
I've read that microsoft.applicationblocks.data for .net v2 can't be deployed to a mobile app, and my experience bears that out. So I 'm wondering if there are application blocks for windows mobile 5 that would know how to both talk to sql server mobile and sql server 2005 . I see OpenNetCF has a port but as far as I can tell, they only address sql server mobile and not talking to a sql server 2005 remote database. I can use the OpenNetCF versi ...Show All
Visual C# Nice Threads!
I could really use some help here... I am using C# 2005 and have created a splash screen that runs on a seperate thread. I can invoke the splash screen in the Main() method, but then I can't get rid of it! I am attempting to put a line in the Form1_Load (or maybe Form1_Shown) that calls a static method in the splash screen to close that form. But, when I do so, it complains about an invalid cross-thread operation. How can I get this screen to ...Show All
