0
votes
1answer
46 views
Change startup order c# [closed]
Possible Duplicate:
Open form before windows login c#
Hey, how do I change the startup list? Basically I have a program that is a computer locking system and when I enter …
0
votes
1answer
12 views
Starting a Firefoxprofile in a startupscript?
How do you start a Firefox-profile in a startupscript? This want do:
Set shell = CreateObject("WScript.Shell")
progList = Array("C:\Program Files\Mozilla Firefox\firefox.exe" -P …
0
votes
2answers
95 views
Measuring application startup performance
I'm using C++/CLI on Windows. It's an MFC app built with /clr.
I want to test how long it takes my application to start up. The first time it took 10s, but subsequently it took 4s …
0
votes
5answers
75 views
How to create program startup parameters in python
I'm just beginning to learn python and the program I'm writing requires parameters for it to run with a specific task. For example (programs name is Samtho)
samtho -i Mozilla_Fire …
0
votes
2answers
32 views
Spring web Dependency Injection(IOC) and the ServletContextListener
Hi all,
I have code which is structured as Spring beans and dependencies among them. This is only a small part of the code since the rest is 'legacy' code.
At this point in time …
0
votes
2answers
89 views
Startup Offer. Critical details. [closed]
I have been approached by someone, who I'll call "Big Executive", who is recruiting a small number of people for a Startup. My particular role would be 1 of a few to develop a soft …
0
votes
2answers
145 views
Run terminal command on startup of netbeans in mac osx
Hey, does anybody know of a good way to run a command in the terminal when you startup netbeans in mac osx? Either as an option in netbeans or as a feature of mac osx? I'd like aut …
2
votes
1answer
27 views
Eclipse project explorer expand on startup
Is there a way to get Eclipse to save the state of the project explorer tree and expand to where it was on startup? Every time I shut down Eclipse and start it back up, the file I …
1
vote
1answer
47 views
Blackberry - developing photo gallery application
I want to develop a photo gallery in Blackberry.
Please give any suggestions about functionality and implementation.
9
votes
8answers
349 views
Options for a developer
I have been an amateur developer for a long time. I was hooked to computers since the age of 10. I started with windows 3.1 and Qbasic. Few months, I moved to Visual Basic where I …
-1
votes
1answer
38 views
Trends of Successful Technology Startups [closed]
What are trends or patterns of Successful Technology Startups ? Which is the sector where startups have been more successful, I see social networking as one ex. facebook ?
2
votes
4answers
102 views
How to create windows service from java jar ?
I am having an executable jar file. Is it possible to create windows service of that jar? Actually i just want to run that on startup, but i don't want to place that jar in my star …
0
votes
6answers
90 views
Why is the startup of an App on linux slower when using shared libs?
On the embedded device I'm working on, the startup time is an important issue. The whole application consists of several executables that use a set of libraries. Because space in F …
1
vote
3answers
84 views
How many programmers should a startup have? [closed]
Imagine that you've got a product that people like, you've just gotten funding and the sky is the limit.
How many programmers do you hire?
0
votes
2answers
227 views
C# - Minimize to tray at system startup
In my application, I have an option to start the application when Windows is started. That works great. I also have it so that, when minimized, the application is minimized to th …
