Click here to Skip to main content
15,880,891 members
Home / Discussions / C#
   

C#

 
GeneralOpenFileDialog slowing me down?! Pin
Zombies with Coffee, LLC25-Sep-02 6:41
professionalZombies with Coffee, LLC25-Sep-02 6:41 
GeneralRe: Slow function calls when no breakpoint set?! Pin
leppie25-Sep-02 7:03
leppie25-Sep-02 7:03 
GeneralRe: Slow function calls when no breakpoint set?! Pin
Zombies with Coffee, LLC25-Sep-02 8:14
professionalZombies with Coffee, LLC25-Sep-02 8:14 
GeneralRe: Slow function calls when no breakpoint set?! Pin
Zombies with Coffee, LLC25-Sep-02 8:34
professionalZombies with Coffee, LLC25-Sep-02 8:34 
GeneralRe: Slow function calls when no breakpoint set?! Pin
Zombies with Coffee, LLC25-Sep-02 9:09
professionalZombies with Coffee, LLC25-Sep-02 9:09 
GeneralRe: Slow function calls when no breakpoint set?! Pin
leppie25-Sep-02 9:31
leppie25-Sep-02 9:31 
GeneralRe: Slow function calls when no breakpoint set?! Pin
Zombies with Coffee, LLC25-Sep-02 9:40
professionalZombies with Coffee, LLC25-Sep-02 9:40 
GeneralRe: Slow function calls when no breakpoint set?! Pin
Zombies with Coffee, LLC25-Sep-02 9:58
professionalZombies with Coffee, LLC25-Sep-02 9:58 
if( pFileOpen.ShowDialog( ) != DialogResult.OK )
   return;

Stream myStream = pFileOpen.OpenFile( );

if( myStream != null )
   myStream.Close( );

EFTS.EftsFile pEftsFile = EftsVerification.LoadEftsFile( pFileOpen.FileName );


GRRrrrr!!! I tried this on a hunch. Once I select my file, then I open it up and immediately close it. The time is EXACTLY the same, but just in different order. The OpenFile/Close takes about 2-1/2 seconds and my LoadEftsFile is back to normal again.

Is OpenFileDialog trying to open up my file?!
GeneralRe: Slow function calls when no breakpoint set?! Pin
leppie25-Sep-02 10:16
leppie25-Sep-02 10:16 
GeneralRe: Slow function calls when no breakpoint set?! Pin
Zombies with Coffee, LLC25-Sep-02 10:24
professionalZombies with Coffee, LLC25-Sep-02 10:24 
GeneralRe: Slow function calls when no breakpoint set?! Pin
Zombies with Coffee, LLC25-Sep-02 11:09
professionalZombies with Coffee, LLC25-Sep-02 11:09 
GeneralRe: Slow function calls when no breakpoint set?! Pin
leppie26-Sep-02 7:22
leppie26-Sep-02 7:22 
QuestionHow to accessing profile settings? Pin
CherezZaboro25-Sep-02 6:26
CherezZaboro25-Sep-02 6:26 
AnswerRe: How to accessing profile settings? Pin
Mazdak25-Sep-02 6:53
Mazdak25-Sep-02 6:53 
GeneralRe: How to accessing profile settings? Pin
CherezZaboro25-Sep-02 7:02
CherezZaboro25-Sep-02 7:02 
GeneralRe: How to accessing profile settings? Pin
Mazdak25-Sep-02 23:52
Mazdak25-Sep-02 23:52 
GeneralKeeping DataTable synchronized with DataGrid after row is deleted Pin
Doug Brower25-Sep-02 4:06
Doug Brower25-Sep-02 4:06 
GeneralRe: Keeping DataTable synchronized with DataGrid after row is deleted Pin
leppie25-Sep-02 5:24
leppie25-Sep-02 5:24 
GeneralRe: Keeping DataTable synchronized with DataGrid after row is deleted Pin
Doug Brower25-Sep-02 7:33
Doug Brower25-Sep-02 7:33 
GeneralGood books or reference for Multithread programming in C# Pin
D Shen25-Sep-02 3:30
D Shen25-Sep-02 3:30 
GeneralRe: Good books or reference for Multithread programming in C# Pin
leppie25-Sep-02 5:49
leppie25-Sep-02 5:49 
GeneralRe: Good books or reference for Multithread programming in C# Pin
D Shen25-Sep-02 9:04
D Shen25-Sep-02 9:04 
GeneralConnection Strings To Db. Pin
Nick Parker25-Sep-02 2:42
protectorNick Parker25-Sep-02 2:42 
GeneralRe: Connection Strings To Db. Pin
leppie25-Sep-02 5:11
leppie25-Sep-02 5:11 
GeneralRe: Connection Strings To Db. Pin
Nick Parker25-Sep-02 17:54
protectorNick Parker25-Sep-02 17:54 

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.