Click here to Skip to main content
15,881,789 members
Home / Discussions / C#
   

C#

 
AnswerRe: control invisible Pin
Dave Kreskowiak5-Apr-13 13:07
mveDave Kreskowiak5-Apr-13 13:07 
GeneralRe: control invisible Pin
cursore845-Apr-13 22:08
cursore845-Apr-13 22:08 
GeneralRe: control invisible Pin
Dave Kreskowiak6-Apr-13 4:08
mveDave Kreskowiak6-Apr-13 4:08 
GeneralRe: control invisible Pin
cursore848-Apr-13 20:33
cursore848-Apr-13 20:33 
GeneralRe: control invisible Pin
Dave Kreskowiak9-Apr-13 1:05
mveDave Kreskowiak9-Apr-13 1:05 
AnswerRe: control invisible Pin
Boipelo7-Apr-13 15:22
Boipelo7-Apr-13 15:22 
QuestionImproving performance of C# program when run from network drive Pin
eljainc5-Apr-13 5:04
eljainc5-Apr-13 5:04 
AnswerRe: Improving performance of C# program when run from network drive Pin
Dave Kreskowiak5-Apr-13 6:32
mveDave Kreskowiak5-Apr-13 6:32 
There is no generic method that will speed anything up. Code doesn't run faster or slower depending on where you ran it from. Code runs at the processor speed, not the network.

Now, any processing you have on data is remote locations or stored in files is where you'll run into problems with performance. Since we have no idea what you're code is doing when you "click a button that opens up a form", there is nothing anyone can tell you that is going to help.

We need more detail about EXACTLY what your code is doing when you run into this problem.

AnswerRe: Improving performance of C# program when run from network drive Pin
Jason Gleim5-Apr-13 10:33
professionalJason Gleim5-Apr-13 10:33 
GeneralCast COM object with reflection Pin
Member 99653115-Apr-13 0:04
Member 99653115-Apr-13 0:04 
GeneralRe: Cast COM object with reflection Pin
BobJanova5-Apr-13 5:12
BobJanova5-Apr-13 5:12 
GeneralRe: Cast COM object with reflection Pin
Member 99653115-Apr-13 5:21
Member 99653115-Apr-13 5:21 
GeneralRe: Cast COM object with reflection Pin
Jason Gleim5-Apr-13 10:51
professionalJason Gleim5-Apr-13 10:51 
GeneralRe: Cast COM object with reflection Pin
Bernhard Hiller7-Apr-13 20:55
Bernhard Hiller7-Apr-13 20:55 
QuestionAbout webcam application Pin
Bishwajit Nepali4-Apr-13 23:56
Bishwajit Nepali4-Apr-13 23:56 
AnswerRe: About webcam application Pin
Abhinav S5-Apr-13 0:47
Abhinav S5-Apr-13 0:47 
QuestionInsert img into sql without using sqlparameter Pin
mohammadkaab4-Apr-13 22:04
mohammadkaab4-Apr-13 22:04 
AnswerRe: Insert img into sql without using sqlparameter Pin
Eddy Vluggen4-Apr-13 22:31
professionalEddy Vluggen4-Apr-13 22:31 
GeneralRe: Insert img into sql without using sqlparameter Pin
mohammadkaab4-Apr-13 22:51
mohammadkaab4-Apr-13 22:51 
AnswerRe: Insert img into sql without using sqlparameter Pin
Eddy Vluggen4-Apr-13 22:55
professionalEddy Vluggen4-Apr-13 22:55 
GeneralRe: Insert img into sql without using sqlparameter Pin
mohammadkaab4-Apr-13 23:05
mohammadkaab4-Apr-13 23:05 
GeneralRe: Insert img into sql without using sqlparameter Pin
Eddy Vluggen5-Apr-13 0:29
professionalEddy Vluggen5-Apr-13 0:29 
GeneralRe: Insert img into sql without using sqlparameter Pin
Richard Deeming5-Apr-13 1:41
mveRichard Deeming5-Apr-13 1:41 
GeneralRe: Insert img into sql without using sqlparameter Pin
BobJanova5-Apr-13 5:15
BobJanova5-Apr-13 5:15 
GeneralRe: Insert img into sql without using sqlparameter Pin
Keith Barrow5-Apr-13 2:44
professionalKeith Barrow5-Apr-13 2:44 

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.