Questions tagged [projects]
318 questions
0
votes
3 answers
Template Django application extending template django project
I am quite a beginner in django and I need some advices.
I am trying as much as possible to create reusable django applications that will be used in several different projects. But I don't know how to proceed with templates.
If I have an application…

billdangerous
- 91
- 1
- 1
- 6
0
votes
1 answer
how to make c# project with database independent of visual studio
I made a Backup and restore project on visual studio , along with another project. They both use the default database of visual studio. They both have to bundled together along with the database, so it runs without Visual studio. I have tried to…

Aman Mehrotra
- 373
- 4
- 7
- 15
0
votes
2 answers
How to close wpf window from another project
I have a problem here.
In project A I have a wpf, I referred the project B, and in this wpf , I create a winform b which defined in Project B.
When I closing the form b, I want to also close the wpf.
Since I already referred project B in project A.…

Lopels
- 3
- 3
0
votes
1 answer
How to add a custom field to the Project administration page using the FogBugz plugin API?
I'd like to add a custom field to Projects in FogBugz and have that field show up in the project administration page. This way, when a user creates a new project, or edits an old one, the field can be edited immediately.
My only other alternative…

Soviut
- 88,194
- 49
- 192
- 260
0
votes
0 answers
Linking between projects
I have a solution with 2 projects in it:
The first one is called Engine and it has 3 classes: Backbuffer and Vector2 and CTimer. It is of type Console Application DLL, links winmm.lib, has all members in namespace "Engine" and if I build it (only…

ioan
- 751
- 1
- 9
- 26
0
votes
2 answers
Drawing a GUI in XNA
I'm currently working on making an XNA 2D platformer, and I'm wondering if it's possible to draw a kind of static GUI over the game?
What i mean here is that while the game updates and the players position changes etc, the GUI would be drawn on a…

Aron
- 15
- 7
0
votes
0 answers
Passing values between .exe file (win form) and class library project
due to the limitation of the vendor software, im calling an exe file which is WinForm (with certain controls like combo boxes and text boxes) and pass the values to another project.
Is this possible?

donubas
- 51
- 4
0
votes
0 answers
How do I change build settings of an Xcode project that is a git submodule
I have an Xcode project with an iOS app that uses another project, say Rest Kit, that is actually a Git submodule.
I want to effect a change in the build settings of RestKit, for good reason, when I build a debug build but at no other time. I don't…

Scott McKenzie
- 16,052
- 8
- 45
- 70
0
votes
1 answer
How to launch EXE when project / solution / studio starts?
Is there anyway to customize the solution / project file so that it launches an EXE when it's loaded into Visual Studio or, as a second option, when Visual Studio is started? I know I can make a link to a BAT file or similar but I'd rather make it…

TheCodeJunkie
- 9,378
- 7
- 43
- 54
0
votes
1 answer
Open-Source projects, any good links?
Anyone have any good open-source projects or links. Preferrably 3.0+ since 2.x is being fzed out.

WrightsCS
- 50,551
- 22
- 134
- 186
0
votes
4 answers
What sorts of fun things can I do with an android phone?
Tomorrow I am buying an HTC magic phone on the Rogers network. Since it runs android (the only reason for picking this phone :) ), I was hoping to do some playing around with it, writing applications for it and the like. But first of all, how? Do I…

Carson Myers
- 37,678
- 39
- 126
- 176
0
votes
2 answers
Visual Studio Solution: Get projects related to a build configuration
For a post-build step on our build server I want to get all projects inside a C# Visual Studio 2012 solution related to a specific configuration.
Here is a sample sln file: pastebin
This file has two projects: TestApplication1 and TestApplication2…

NKnusperer
- 974
- 1
- 11
- 31
0
votes
2 answers
Where can I host many open source projects?
in my spare time I create open source projects which I hosted at google code in the past but apparently google limits the maximum number of projects to 25 which is not what I want.
I have many small projects that I want to share and showcase.
What…

Andreas Schipplock
- 39
- 4
0
votes
1 answer
How to create a Web App project without page.designer.cs files?
In Visual Studio 2012 there is no website deployment, ok I switched to Web Project, now it has generated tons of page.designer.cs files, how can I make a web app project without the designer.cs files ?

Mario
- 13,941
- 20
- 54
- 110
0
votes
1 answer
wpf project to pixelsense application
I'm trying to write a Microsoft surface application for Samsung sur40 pixelsense machine. I have found some sample projects online and run them on the MS Visual C# 2010, but I want to convert these projects into applications so that I can put them…

comancan
- 1
- 3