Connecting Tech Pros Worldwide Forums | Help | Site Map

Pause doesn't work in vb.net

James
Guest
 
Posts: n/a
#1: Nov 12 '07
anyone know why the pause button doesn't work in vb.net 2003? it works on
some small applications but not this large one im currently working on. i
will appreciate any ideas!




James
Guest
 
Posts: n/a
#2: Nov 12 '07

re: Pause doesn't work in vb.net


I should rephrase my question. The pause button works, but I can't edit any
code while its paused. The status bar says: "Cannot Currently modify this
text in the editor. It is read-only."


"James" <Dont.spam@me1111111.comwrote in message
news:%23x7c%23nUJIHA.5684@TK2MSFTNGP06.phx.gbl...
Quote:
anyone know why the pause button doesn't work in vb.net 2003? it works on
some small applications but not this large one im currently working on. i
will appreciate any ideas!
>
>
>

Chris Dunaway
Guest
 
Posts: n/a
#3: Nov 13 '07

re: Pause doesn't work in vb.net


On Nov 12, 11:25 am, "James" <Dont.s...@me1111111.comwrote:
Quote:
I should rephrase my question. The pause button works, but I can't edit any
code while its paused. The status bar says: "Cannot Currently modify this
text in the editor. It is read-only."
>
"James" <Dont.s...@me1111111.comwrote in message
>
news:%23x7c%23nUJIHA.5684@TK2MSFTNGP06.phx.gbl...
>
Quote:
anyone know why the pause button doesn't work in vb.net 2003? it works on
some small applications but not this large one im currently working on. i
will appreciate any ideas!
Edit and continue was not "reintroduced" until VB2005. In VB2003, you
can turn on the option to allow you to edit code but you have to stop
the program and rebuild it for the changes to take effect.

Chris

Closed Thread