Similar Threads:
1.System tray icon does not always show when starting app when Windows starts
I am using VS2005 (vb) and I have a program that starts when Windows boots
up. Occasionally the icon that should appear in the system tray does not
show up. The program is still running in memory but the tray icon is not
there. If I start the program after Windows has booted up the icon shows
every time. I am assuming that the reason is due to the icon being created
before the system tray is loaded/running. I have used a timer with "dim
notifyicon1 as new notifyicon" every few seconds and that works but I am
afraid I am eating up memory doing that or is that "ok" to do?
Is there any way to detect if the system tray is not running so I can delay
the creation of the tray icon until it is?
2.VS 2005 always starts Firefox when debugging, not IE
During installation of VS2005 Firefox was my default browser. I changed it
back to IE6 but VS2005 sticks to Firefox when debugging a web site in
development, whatever I try. How to convince VS2005 to use IE ? If at all, I
would expect this behaviour the other way around.
--
Rumoldus,
The Netherlands
3.Internet Explorer not starting when debugging web app
One minute it worked, the next it didn't. I'm not sure what happened.
If I press F5 to debug my web app, the solution compiles but IE never starts
up. The aspnet_wp process is at 0% cpu and the memory is stable. If I click
pause in the IDE, it tells me to wait until the debugger has finished
loading. If I click stop it does stop.
Any ideas?? Thanks in advance...
PS - VS2003 on WinXP Pro
4.Start to debug ALWAYS opens the same editor-win
Hello,
i'm using VS2005. Since a few weeks with Vista (every thing very new and
very up to date), but before with XP the same problem:
Every time i start to debug ('F5'), the same editor-win in the studio opens
automatically!
I.e.:
* All wins in VS are closed.
* Pressing 'F5'.
* The application begins loading.
* A new editor-win with e.g. 'MainForm.h' opens automatically.
* With my old XP SOMETIMES up to THREE different headers opens autom.
* Closing the editor-wins reopens them UP TO 3 times!!!
* The GUI of the application appears.
* Now i can close and open on my own...
This editor-wins changes from time to time but i don't know when and why...???
Complicated?
YES!
Any help /suggestions?
Thanks, Jrgen
5.Starting debug always builds all projects of solution
Solution probably has about 10 projects in it now. I recall as I started
this, it would only build projects with updated sources when running
with debug. Now it builds all projects, even if no sources have changed.
Did I accidentally bump a setting, or something?
6. Problem reading messages async after doing an enum at app-start [.Net 1.1]
7. "Debug -> Start Without Debugging" does not work
8. Debug web app project always build and deploy smart device applica