Click here to Skip to main content
15,893,663 members
Home / Discussions / C#
   

C#

 
QuestionPack references in an executable? Pin
ika25-Jan-06 14:15
ika25-Jan-06 14:15 
AnswerRe: Pack references in an executable? Pin
leppie5-Jan-06 20:43
leppie5-Jan-06 20:43 
GeneralRe: Pack references in an executable? Pin
ika26-Jan-06 2:02
ika26-Jan-06 2:02 
AnswerRe: Pack references in an executable? Pin
Uwe Keim6-Jan-06 1:51
sitebuilderUwe Keim6-Jan-06 1:51 
QuestionSystem.Windows.Form equivalent of PeekMessage() Pin
Ravi Bhavnani5-Jan-06 13:31
professionalRavi Bhavnani5-Jan-06 13:31 
AnswerRe: System.Windows.Form equivalent of PeekMessage() Pin
joe carbone5-Jan-06 23:47
joe carbone5-Jan-06 23:47 
GeneralRe: System.Windows.Form equivalent of PeekMessage() Pin
Ravi Bhavnani6-Jan-06 1:36
professionalRavi Bhavnani6-Jan-06 1:36 
QuestionFile Operations Pin
dvsr5-Jan-06 12:07
dvsr5-Jan-06 12:07 
HI,
I am having a text file. I will be reading line by line from teh file. Can any one tell me how to move pointer from the current position to previous position(From the current line to previous line).

Example code i am using :-

StreamReader sr = File.OpenText(FILE_NAME);
String input="";
while ((input= sr.ReadLine())!=null)
{
String []strs = input.Split(';');
...
}

Can we move the sr to the previous line?

Plese let me know if there is another way handling the same

Thanks and Regards,
Subbu
AnswerRe: File Operations Pin
mav.northwind5-Jan-06 12:26
mav.northwind5-Jan-06 12:26 
Questionnewbee ques Pin
Manu_815-Jan-06 9:30
Manu_815-Jan-06 9:30 
AnswerRe: newbee ques Pin
Christian Graus5-Jan-06 10:26
protectorChristian Graus5-Jan-06 10:26 
AnswerRe: newbee ques Pin
Le centriste5-Jan-06 10:34
Le centriste5-Jan-06 10:34 
GeneralRe: newbee ques Pin
Manu_815-Jan-06 10:43
Manu_815-Jan-06 10:43 
AnswerRe: newbee ques Pin
Le centriste5-Jan-06 10:54
Le centriste5-Jan-06 10:54 
GeneralRe: newbee ques Pin
Manu_815-Jan-06 11:18
Manu_815-Jan-06 11:18 
GeneralRe: newbee ques Pin
Le centriste5-Jan-06 11:26
Le centriste5-Jan-06 11:26 
GeneralRe: newbee ques Pin
Christian Graus5-Jan-06 12:00
protectorChristian Graus5-Jan-06 12:00 
GeneralOne more remark Pin
Le centriste5-Jan-06 10:59
Le centriste5-Jan-06 10:59 
GeneralRe: One more remark Pin
Manu_815-Jan-06 11:25
Manu_815-Jan-06 11:25 
AnswerRe: One more remark Pin
Le centriste5-Jan-06 11:27
Le centriste5-Jan-06 11:27 
QuestionRSA P/Q parameters help Pin
FotisSs5-Jan-06 9:10
FotisSs5-Jan-06 9:10 
QuestionBorder-Right to a asp:datagrid item by a CssClass Pin
thomasa5-Jan-06 9:10
thomasa5-Jan-06 9:10 
GeneralRe: Border-Right to a asp:datagrid item by a CssClass Pin
Guffa5-Jan-06 10:33
Guffa5-Jan-06 10:33 
GeneralRe: Border-Right to a asp:datagrid item by a CssClass Pin
thomasa5-Jan-06 21:41
thomasa5-Jan-06 21:41 
Questioncookies httpwebrequest Pin
TAREQ F ABUZUHRI5-Jan-06 8:45
TAREQ F ABUZUHRI5-Jan-06 8:45 

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.