Click here to Skip to main content
15,903,201 members
Home / Discussions / C#
   

C#

 
GeneralRe: Transparent window within another transparent window Pin
David Forrester18-Oct-03 22:39
David Forrester18-Oct-03 22:39 
QuestionCAN SOMEBODY PLEASEEEEEE... Pin
fadee18-Oct-03 8:53
fadee18-Oct-03 8:53 
AnswerRe: CAN SOMEBODY PLEASEEEEEE... Pin
Arjan Einbu18-Oct-03 10:04
Arjan Einbu18-Oct-03 10:04 
GeneralRe: CAN SOMEBODY PLEASEEEEEE... Pin
fadee18-Oct-03 20:55
fadee18-Oct-03 20:55 
GeneralRe: CAN SOMEBODY PLEASEEEEEE... Pin
eggie55-Dec-03 14:30
eggie55-Dec-03 14:30 
GeneralSmall IO help needed... Pin
eggie518-Oct-03 7:27
eggie518-Oct-03 7:27 
GeneralRe: Small IO help needed... Pin
je_gonzalez18-Oct-03 10:16
je_gonzalez18-Oct-03 10:16 
GeneralRe: Small IO help needed... Pin
eggie518-Oct-03 17:56
eggie518-Oct-03 17:56 
small prob...

I called the method like this...

split sp=new split("C:\\asdf.txt", "00", "FF");


THen the program gets stuck in a neverending loop right here...

while (workarea.IndexOf(" ") != -1)
{
    workarea = workarea.Replace(" ", " ");
}


I'm I calling it wrong or somehting... what's up?



/\ |_ E X E GG
GeneralRe: Small IO help needed... Pin
eggie518-Oct-03 11:47
eggie518-Oct-03 11:47 
GeneralRe: Small IO help needed... Pin
je_gonzalez18-Oct-03 12:44
je_gonzalez18-Oct-03 12:44 
GeneralRe: Small IO help needed... Pin
eggie518-Oct-03 14:39
eggie518-Oct-03 14:39 
GeneralRe: Small IO help needed... Pin
je_gonzalez18-Oct-03 15:27
je_gonzalez18-Oct-03 15:27 
GeneralRe: Small IO help needed... Pin
eggie518-Oct-03 17:07
eggie518-Oct-03 17:07 
Generalopen external application Pin
JockerSoft18-Oct-03 6:50
JockerSoft18-Oct-03 6:50 
GeneralRe: open external application Pin
eggie518-Oct-03 6:57
eggie518-Oct-03 6:57 
GeneralRe: open external application Pin
Heath Stewart18-Oct-03 16:12
protectorHeath Stewart18-Oct-03 16:12 
GeneralRe: open external application Pin
JockerSoft18-Oct-03 23:43
JockerSoft18-Oct-03 23:43 
GeneralRe: open external application Pin
Heath Stewart19-Oct-03 5:36
protectorHeath Stewart19-Oct-03 5:36 
GeneralSame control for windows and web Pin
Inam18-Oct-03 6:37
Inam18-Oct-03 6:37 
GeneralRe: Same control for windows and web Pin
fadee18-Oct-03 9:12
fadee18-Oct-03 9:12 
GeneralRe: Same control for windows and web Pin
Heath Stewart18-Oct-03 10:27
protectorHeath Stewart18-Oct-03 10:27 
GeneralRe: Same control for windows and web Pin
fadee18-Oct-03 21:01
fadee18-Oct-03 21:01 
GeneralQuestion about Windows Forms.. Pin
hammackj17-Oct-03 21:17
hammackj17-Oct-03 21:17 
GeneralRe: Question about Windows Forms.. Pin
Kannan Kalyanaraman18-Oct-03 1:10
Kannan Kalyanaraman18-Oct-03 1:10 
GeneralRe: Question about Windows Forms.. Pin
Heath Stewart18-Oct-03 10:33
protectorHeath Stewart18-Oct-03 10:33 

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.