I am slowly learning how to program wpf. One thing I am trying to do is plot a series of polylines on a canvas. I have gotton this far. However I would like the polylines to scale as I...
I've recently purchased a new laptop, with a different screen resolution (1920 x1080) to the one I do all my coding on at work (1680x1050). Ideally I would like to be able to transfer...
I have adapted a C# application (written in VS 2005) to run along side a VB6 app. At the moment the VB 6.0 app dictates when the c# application is run.
thanks for the replies. I put some conditional statements in the assemblyinfo.cs. Like you state this changes the assembly title etc which is half of what I wanted to achieve. ...
I have an GUI application written in c# VS 2005. I want to be able to to modify the assembly name and other assembly information depending on the context in which the application is built....
I have a c# application written with VS2005, that uses an access database.
When I run the application from within the the dev environment, it seems to connect to a different instance of the...
I have quite an old MFC project (which is now being built under VS2005), which has multiple language resources, for English, Polish, Spanish etc. The way I currently set-up which language...