Click here to Skip to main content
15,897,273 members
Home / Discussions / C#
   

C#

 
GeneralSave as "TXT" File Pin
tatchung12-Jul-05 15:47
tatchung12-Jul-05 15:47 
GeneralRe: Save as "TXT" File Pin
Christian Graus12-Jul-05 17:28
protectorChristian Graus12-Jul-05 17:28 
GeneralRe: Save as "TXT" File Pin
tatchung12-Jul-05 17:36
tatchung12-Jul-05 17:36 
GeneralRe: Save as "TXT" File Pin
Christian Graus12-Jul-05 17:45
protectorChristian Graus12-Jul-05 17:45 
GeneralRe: Save as "TXT" File Pin
tatchung12-Jul-05 17:53
tatchung12-Jul-05 17:53 
GeneralRe: Save as "TXT" File Pin
Christian Graus12-Jul-05 17:55
protectorChristian Graus12-Jul-05 17:55 
GeneralRe: Save as "TXT" File Pin
tatchung12-Jul-05 18:03
tatchung12-Jul-05 18:03 
GeneralRe: Save as "TXT" File Pin
Christian Graus12-Jul-05 18:12
protectorChristian Graus12-Jul-05 18:12 
OK - you've not done what I asked you then. If you're in debug mode, you can set a break point by placing the cursor on a line of code, and pressing F9. You can also right click and choose 'insert breakpoint'. Now your code will stop execution at this point, and you can view the state of variables, step through code, etc. The window to check variable state is on the bottom left, and you can use function keys or the Debug menu to step through. Now please do that, and check what values are being found, and why the loop is obviously not ending.


Christian Graus - Microsoft MVP - C++
GeneralRe: Save as "TXT" File Pin
tatchung12-Jul-05 18:23
tatchung12-Jul-05 18:23 
GeneralRe: Save as "TXT" File Pin
Christian Graus12-Jul-05 18:27
protectorChristian Graus12-Jul-05 18:27 
GeneralRe: Save as "TXT" File Pin
tatchung12-Jul-05 18:34
tatchung12-Jul-05 18:34 
GeneralRe: Save as "TXT" File Pin
Christian Graus12-Jul-05 18:43
protectorChristian Graus12-Jul-05 18:43 
GeneralRe: Save as "TXT" File Pin
tatchung12-Jul-05 18:50
tatchung12-Jul-05 18:50 
GeneralRe: Save as "TXT" File Pin
Luis Alonso Ramos13-Jul-05 6:36
Luis Alonso Ramos13-Jul-05 6:36 
GeneralRe: Save as "TXT" File Pin
Sau Fan Lee12-Jul-05 18:27
Sau Fan Lee12-Jul-05 18:27 
GeneralRe: Save as "TXT" File Pin
Expert Coming12-Jul-05 18:53
Expert Coming12-Jul-05 18:53 
GeneralRe: Save as "TXT" File Pin
tatchung12-Jul-05 21:44
tatchung12-Jul-05 21:44 
GeneralRe: Save as "TXT" File Pin
Tejas_Bit12-Jul-05 21:48
Tejas_Bit12-Jul-05 21:48 
GeneralRe: Save as "TXT" File Pin
Tejas_Bit12-Jul-05 21:31
Tejas_Bit12-Jul-05 21:31 
GeneralRe: Save as "TXT" File Pin
Tejas_Bit12-Jul-05 21:48
Tejas_Bit12-Jul-05 21:48 
GeneralRe: Save as "TXT" File Pin
Tejas_Bit12-Jul-05 21:47
Tejas_Bit12-Jul-05 21:47 
GeneralRe: Save as "TXT" File Pin
Tejas_Bit12-Jul-05 21:30
Tejas_Bit12-Jul-05 21:30 
GeneralRe: Save as "TXT" File Pin
Tejas_Bit12-Jul-05 21:49
Tejas_Bit12-Jul-05 21:49 
Generalclearing a variable: Gauss Ellimination Pin
amitmohanty12-Jul-05 15:38
amitmohanty12-Jul-05 15:38 
GeneralRe: clearing a variable: Gauss Ellimination Pin
Christian Graus12-Jul-05 17:29
protectorChristian Graus12-Jul-05 17:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.