Tagged Questions
The start-up tag has no wiki summary.
2
votes
3answers
2k views
ASP.Net ScriptManager and UpdatePanel ignoring javascript once posted back
I am having major issues using UpdatePanels on a website. The problem is that when i use a ScriptManager, all client side JavaScript that was active when the page was originally loaded is lost once an ...
1
vote
2answers
37 views
Why I can NOT set an existing win form within my win-based project application as a startup object?
in Application tab of project properties window and in startup objects combobox, I can NOT see my win forms in order to set one of them as startup object.
What's wrong with it?
1
vote
2answers
79 views
Can't save a shortcut into startup folder in windows xp with an “access is denied” com error
I've written a Python program which uses comtypes/ctypes to create a shortcut and saves it in the Startup folder. In development mode, everything works great but when the program is built using py2exe ...
1
vote
1answer
687 views
Running BlackBerry application automatically directly after installation
I have written an application that injects some menu items in other BlackBerry applications (for example a "bookmark this page" menu item in the BlackBerry browser). I have configured the application ...
0
votes
1answer
924 views
mysql error: could not start the service mysql on local computer error 193: oxc1
I was going thru the charset change to utf8 on my local MySQL(5.1) databases, had done some changes only via phpmyadmin to the dbs and straight to my.ini - file. When I booted my pc (win xp pro sp 3), ...
0
votes
1answer
52 views
Resources specific to web startups
I know there's a lot out there on startups. I listen to a few startup podcasts, and have been reading some books on startups (I just finished Founders at Work), but I'm looking for some more ...
0
votes
3answers
90 views
Separating rapid development from refactoring/optimization
I'm working in a team of 2 front-end developers on a web-based late-stage startup project.
The site works quite well, but there's a lot of room for improvement code-wise, as the code is quite messy ...
0
votes
5answers
229 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_Firefox
How can I do ...
0
votes
1answer
168 views
Starting a process with Windows start-up (can not find supporing files)
I programmed (C# .Net 3.5) a process to start when windows (XP) starts.
This process uses other files in the same folder as itself. Moreover,
it starts another process, again located in the same ...