Click here to Skip to main content
16,015,018 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Help regarding cache the assemplies to speed up the VB.net application Pin
Dave Kreskowiak9-Jun-05 5:27
mveDave Kreskowiak9-Jun-05 5:27 
Generalvb call Pin
Anonymous8-Jun-05 18:54
Anonymous8-Jun-05 18:54 
GeneralRe: vb call Pin
Christian Graus8-Jun-05 19:37
protectorChristian Graus8-Jun-05 19:37 
GeneralRe: vb call Pin
Anonymous8-Jun-05 23:28
Anonymous8-Jun-05 23:28 
GeneralRe: vb call Pin
Dave Kreskowiak9-Jun-05 5:07
mveDave Kreskowiak9-Jun-05 5:07 
GeneralSpped up VB.Net application Pin
prashant79_pawar8-Jun-05 18:46
prashant79_pawar8-Jun-05 18:46 
GeneralRe: Spped up VB.Net application Pin
Christian Graus8-Jun-05 18:48
protectorChristian Graus8-Jun-05 18:48 
GeneralRe: Spped up VB.Net application Pin
Rizwan Bashir8-Jun-05 22:48
Rizwan Bashir8-Jun-05 22:48 
Hello Prashant
though you did not helped me out of sending dataset from remoting component to application but here are some suggestions for you.
I had a COM+ application and it runs slow some times and some time faster I never knew why . what I did was the following

1. Used threads ... like I build Loadform procedure on every heavy form and used threading on it during load

2. Make that LoadForm procedure public and call it this way

Dim frm as new form1
frm.loadform()
frm.show


use
gc.WaitForPendingFinalizers
gc.collect

in finally tag for try so that there should not be any memory issue. as it often comes in these type of applications..

Actually your application needs optimization for the code and thats all.

best of luck
GeneralRe: Spped up VB.Net application Pin
prashant79_pawar9-Jun-05 0:48
prashant79_pawar9-Jun-05 0:48 
GeneralRe: Spped up VB.Net application Pin
Dave Kreskowiak9-Jun-05 4:15
mveDave Kreskowiak9-Jun-05 4:15 
GeneralReflector Pin
hungmitec8-Jun-05 18:37
hungmitec8-Jun-05 18:37 
GeneralRe: Reflector Pin
Christian Graus8-Jun-05 18:50
protectorChristian Graus8-Jun-05 18:50 
GeneralRe: Reflector Pin
hungmitec8-Jun-05 20:06
hungmitec8-Jun-05 20:06 
GeneralRe: Reflector Pin
Dave Kreskowiak9-Jun-05 4:13
mveDave Kreskowiak9-Jun-05 4:13 
Questionhow to delete rows in datagrid?tnx Pin
8-Jun-05 18:34
suss8-Jun-05 18:34 
AnswerRe: how to delete rows in datagrid?tnx Pin
Dave Kreskowiak9-Jun-05 4:06
mveDave Kreskowiak9-Jun-05 4:06 
GeneralRe: how to delete rows in datagrid?tnx Pin
10-Jun-05 6:43
suss10-Jun-05 6:43 
Questionhow TO ADD CRYSTAL REPORT TO WINDOWS APPLICATION Pin
Anonymous8-Jun-05 16:51
Anonymous8-Jun-05 16:51 
AnswerRe: how TO ADD CRYSTAL REPORT TO WINDOWS APPLICATION Pin
Yulianto.8-Jun-05 18:30
Yulianto.8-Jun-05 18:30 
GeneralPrinting HTML Code Pin
Adarsh Shah8-Jun-05 10:51
Adarsh Shah8-Jun-05 10:51 
GeneralRe: Printing HTML Code Pin
Christian Graus8-Jun-05 15:25
protectorChristian Graus8-Jun-05 15:25 
GeneralRe: Printing HTML Code Pin
Adarsh Shah8-Jun-05 20:09
Adarsh Shah8-Jun-05 20:09 
GeneralRe: Printing HTML Code Pin
Christian Graus9-Jun-05 0:17
protectorChristian Graus9-Jun-05 0:17 
GeneralRe: Printing HTML Code Pin
Adarsh Shah9-Jun-05 0:47
Adarsh Shah9-Jun-05 0:47 
GeneralRe: Printing HTML Code Pin
Christian Graus9-Jun-05 0:51
protectorChristian Graus9-Jun-05 0:51 

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.