Questions tagged [startup]

Startup usually refers to the processes or events that occur at the start of a program, at the beginning of execution of a code block, or when a device is first booted.

2846 questions
1
vote
2 answers

Application on windows startup C#

i have designed an application which validates users against online database and then allow users to work, after authentication it shows desktop, it loads on startup. i would like to start my login application at windows start up, i have added my…
Suriyan Suresh
  • 2,964
  • 14
  • 51
  • 80
1
vote
2 answers

Pydev - startup

Maybe I got simple questions so I googled it but I can't find answer. I am using Pydev/Eclipse and I want to run the script within Console. First I want to modify the startup of the session - it means some modules are loaded during start (math,…
Pepe
  • 213
  • 1
  • 5
  • 17
1
vote
2 answers

Blackberry - Show Dialog on startup and wait until dialog closes

I tried a lot, now I need your help. What I want to do is the following: When the Blackberry app starts a yes/no dialog pops up. If user chooses "yes", do something and AFTER that continue with the startup. If user chooses "no" exit the app. I…
haferblues
  • 2,155
  • 4
  • 26
  • 39
1
vote
4 answers

automatically run an application on Android phone startup

I want to start my application when phone startup I just follow tutorial from here but it doesn't work in my device. Please see my method: public class MyStartUpReciever extends BroadcastReceiver{ @Override public void onReceive(Context…
akubabas
  • 473
  • 5
  • 13
  • 28
1
vote
1 answer

how to detect windows started or user login in c#(.net) windows service?

I have a c#(.net) windows service that needs to do something either when windows startup or when user logged in(including back from hibernate). how can the service detect this? any windows events specific for it?
Henry
  • 384
  • 1
  • 9
  • 22
1
vote
2 answers

Simulate a start up: Android Emulator

I coded an app which starts at the system start up and starts a service which is written in the code. The code is working fine and the service is getting started when the app is installed on a real android device but not on an emulator. I do not…
Pranav
  • 52
  • 7
1
vote
1 answer

tomcat startup java.lang.ClassNotFoundException: [Ljava.lang.String;

This is the error i am getting when starting tomcat for only a specific application. I used to work with the same application before my system is formatted. Can anyone please explain me the cause for this exception. …
Sandeep
  • 2,041
  • 21
  • 34
1
vote
1 answer

PostgreSQL error: could not receive data from client: An operation was attempted on something that is not a socket

PostgreSQL version 9.1.3. OS is Windows XP. Anti-virus is F-Secure. Six instances of postgres.exe are running. Here's what's in the pg_log: 2012-04-08 14:58:23 PDT LOG: incomplete startup packet 2012-04-08 14:58:24 PDT LOG: database system is…
kimkunjj
  • 946
  • 1
  • 10
  • 21
1
vote
0 answers

Visual Studio crashes on start up

I've been using Visual Studio 2010 for over a year now to work on XNA games for the Windows Phone 7. Just today it started crashing every single time it loads. If I load the game I'm currently working on it will crash. If I just open VS by itself it…
Ted
  • 277
  • 1
  • 3
  • 14
1
vote
1 answer

Add a program that requires Adminstrator to STARTUP

Possible Duplicate: How to run a program automatically as admin on Windows startup? I've a program written in C++ which requires administrator to run it(it can't be run as user). I'm trying to run this program whenever the user log in, I tried to…
Kirill Kulakov
  • 10,035
  • 9
  • 50
  • 67
1
vote
0 answers

How to silence the "video capture device" popup?

I am developing an android program using eclipse and the emulator and each and every time, when I start the emulator I get a popup asking me for the video capture device. The app that I am developing has absolutely nothing to do with video, so I…
mmo
  • 3,897
  • 11
  • 42
  • 63
0
votes
2 answers

I'm interested in developing a website from the ground up. Where do I start? What should I learn? What should I use?

I'm quite new to the field of computer science but I think I've got a pretty decent idea for a website to aid classroom CS learning and collaboration. I'd really like to develop the website from the ground up and make it a sort of pet project in…
Mike
  • 93
  • 1
  • 12
0
votes
2 answers

Meesage not appear on application startup?

I need to set message on application startup which i fetch from database. i fetch data from database and need to show it on application startup but it only show the "msg0". I don't understand where is the problem in my code. Please give me some…
Sandip Armal Patil
  • 6,241
  • 21
  • 93
  • 160
0
votes
2 answers

Detect Application Start

How can I detect the start of my application from a completely terminated stated (as if the user went to Manage Applications and forced stopped the app)? I don't mean like a first-time start up when the user first installed the app nor do I mean…
Brian
  • 7,955
  • 16
  • 66
  • 107
0
votes
2 answers

Program is not starting at windows 7 startup

I read some topics here, but I haven't found the solution of my problem. I wrote application(C#, WPF, EF, sql server compact) that should start at windows startup. I tried to achieve that in two ways: Add entry to windows register. Unfortunately…
nosbor
  • 2,826
  • 3
  • 39
  • 63
1 2 3
99
100