Click here to Skip to main content
15,899,314 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Questioncopy embedded resources files to given folder wth vb.net Pin
shivamgupta29-Mar-09 1:28
shivamgupta29-Mar-09 1:28 
AnswerRe: copy embedded resources files to given folder wth vb.net Pin
Anubhava Dimri2-Apr-09 21:46
Anubhava Dimri2-Apr-09 21:46 
Questionrestrict access to MyNetworkPlaces and Network Connections on Click Pin
archananaresh29-Mar-09 0:41
archananaresh29-Mar-09 0:41 
QuestionTO make installer with vb.net without using setup and deployment project Pin
shivamgupta28-Mar-09 23:13
shivamgupta28-Mar-09 23:13 
AnswerRe: TO make installer with vb.net without using setup and deployment project Pin
Eslam Afifi29-Mar-09 0:09
Eslam Afifi29-Mar-09 0:09 
AnswerRe: TO make installer with vb.net without using setup and deployment project Pin
thyrith31-Mar-09 5:24
thyrith31-Mar-09 5:24 
QuestionForm is loading very hard, and I need a loader :( Pin
sodevrom27-Mar-09 14:59
sodevrom27-Mar-09 14:59 
AnswerRe: Form is loading very hard, and I need a loader :( Pin
Dave Kreskowiak27-Mar-09 18:04
mveDave Kreskowiak27-Mar-09 18:04 
The problem you have is it takes so long to load the form because you have sooooo many controls. Reduce the number of controls, such as scrapping the tab page layout and moving them to seperate forms that you only load when you absolutely need to show them (you have 8 tabs remember, you can only see one tab at a time!)

You have a second problem. Since all the controls must be created on the UI thread in order to work properly, showing a "Progress Bar" (not "loader") isn't going to work very well, because it also gets drawn on the UI thread, which will be too busy creating your large number of controls, and hence, won't be able to show "progress".


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: Form is loading very hard, and I need a loader :( Pin
Luc Pattyn28-Mar-09 6:45
sitebuilderLuc Pattyn28-Mar-09 6:45 
AnswerRe: Form is loading very hard, and I need a loader :( Pin
Eddy Vluggen28-Mar-09 1:12
professionalEddy Vluggen28-Mar-09 1:12 
QuestionError: Unable to cast COM object of type 'Word.ApplicationClass' to interface type 'Word._Application'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{00020970-0000-0000-C000-000000000046}' fai Pin
Member 419891427-Mar-09 7:42
Member 419891427-Mar-09 7:42 
AnswerRe: Error: Unable to cast COM object of type 'Word.ApplicationClass' to interface type 'Word._Application'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{00020970-0000-0000-C000-000000000046}' Pin
0x3c027-Mar-09 7:50
0x3c027-Mar-09 7:50 
GeneralRe: Error: Unable to cast COM object of type 'Word.ApplicationClass' to interface type 'Word._Application'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{00020970-0000-0000-C000-000000000046}' Pin
Member 419891427-Mar-09 7:58
Member 419891427-Mar-09 7:58 
Question[Message Deleted] Pin
andre1234527-Mar-09 7:37
andre1234527-Mar-09 7:37 
QuestionRe: DBusSharp Pin
led mike27-Mar-09 9:22
led mike27-Mar-09 9:22 
AnswerRe: DBusSharp Pin
andre1234530-Mar-09 0:56
andre1234530-Mar-09 0:56 
GeneralRe: DBusSharp Pin
led mike31-Mar-09 6:04
led mike31-Mar-09 6:04 
QuestionODBC Comeback? Pin
jim norcal27-Mar-09 6:31
jim norcal27-Mar-09 6:31 
AnswerRe: ODBC Comeback? Pin
Mark Salsbery27-Mar-09 9:11
Mark Salsbery27-Mar-09 9:11 
GeneralRe: ODBC Comeback? Pin
led mike27-Mar-09 9:20
led mike27-Mar-09 9:20 
GeneralRe: ODBC Comeback? Pin
jim norcal27-Mar-09 10:34
jim norcal27-Mar-09 10:34 
GeneralRe: ODBC Comeback? Pin
Mark Salsbery27-Mar-09 10:53
Mark Salsbery27-Mar-09 10:53 
GeneralRe: ODBC Comeback? Pin
Eddy Vluggen28-Mar-09 1:08
professionalEddy Vluggen28-Mar-09 1:08 
Question070-536 preparation tests Pin
bolly-8126-Mar-09 23:43
bolly-8126-Mar-09 23:43 
AnswerRe: 070-536 preparation tests Pin
Thomas Stockwell27-Mar-09 6:31
professionalThomas Stockwell27-Mar-09 6:31 

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.