Click here to Skip to main content
15,891,796 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Progressbar value not accurate? Pin
Dave Kreskowiak21-Dec-13 4:50
mveDave Kreskowiak21-Dec-13 4:50 
NewsRe: Progressbar value not accurate? Pin
Sonhospa21-Dec-13 9:04
Sonhospa21-Dec-13 9:04 
GeneralRe: Progressbar value not accurate? Pin
Dave Kreskowiak21-Dec-13 11:34
mveDave Kreskowiak21-Dec-13 11:34 
QuestionVerification Failure (DigitalPersona 4000B) Pin
Member 1048039921-Dec-13 0:35
Member 1048039921-Dec-13 0:35 
AnswerRe: Verification Failure (DigitalPersona 4000B) Pin
Dave Kreskowiak21-Dec-13 4:46
mveDave Kreskowiak21-Dec-13 4:46 
QuestionException Pin
tsunamigang19-Dec-13 20:10
tsunamigang19-Dec-13 20:10 
AnswerRe: Exception Pin
Richard MacCutchan19-Dec-13 21:57
mveRichard MacCutchan19-Dec-13 21:57 
QuestionAnyone else with VB 2010 forms suddenly slow? Pin
BradITM19-Dec-13 11:43
BradITM19-Dec-13 11:43 
For the past year, we have been running our VB 2010 data entry application for our 2 joint organizations. The main member form took about 5 seconds to display because there are 3 tabs to display (General, Organization 1, Organization 2) and the 2 Organization tabs have 4 tabs to them. Lots of data to display with lots of controls.

Starting around Thanksgiving, this form suddenly started taking up to 4 minutes to initially load; after the first load, any other member data displays (different members) were back to the 5 seconds. No changes to the program, so it has to be something else. Watching task manager in Windows 7 Pro, memory usage climbs slowly to 931 MB, then drops back to 19 MB and the form displays. Getting the memory is what takes so long. Running in the IDE, there is no memory problem - just when employees run the published program.

I put MSGBOX commands in the program to confirm where the slowdown was since debugging in the IDE wasn't an option:

msgbox("Starting New Form",MsgBoxStyle.Information)
dim frm as new frmCustomer"
msgbox("New Form Done",MsgBoxStyle.Information)

It is definitely the command creating the new form. 4 minutes and 931 MB of memory.

Anyone else experiencing something similar? Any ideas on how to fix this?
AnswerRe: Anyone else with VB 2010 forms suddenly slow? Pin
Dave Kreskowiak19-Dec-13 12:46
mveDave Kreskowiak19-Dec-13 12:46 
AnswerRe: Anyone else with VB 2010 forms suddenly slow? Pin
Simon_Whale20-Dec-13 5:05
Simon_Whale20-Dec-13 5:05 
QuestionDelegate Pin
tsunamigang18-Dec-13 19:35
tsunamigang18-Dec-13 19:35 
AnswerRe: Delegate Pin
Richard MacCutchan18-Dec-13 21:59
mveRichard MacCutchan18-Dec-13 21:59 
QuestionVB Tutorial Pin
tgsb17-Dec-13 19:57
tgsb17-Dec-13 19:57 
AnswerRe: VB Tutorial Pin
Chris Quinn17-Dec-13 21:12
Chris Quinn17-Dec-13 21:12 
AnswerRe: VB Tutorial Pin
Simon_Whale17-Dec-13 22:00
Simon_Whale17-Dec-13 22:00 
AnswerRe: VB Tutorial Pin
thatraja17-Dec-13 23:44
professionalthatraja17-Dec-13 23:44 
Questionbarcode generator Pin
Member 1047210217-Dec-13 3:00
Member 1047210217-Dec-13 3:00 
AnswerRe: barcode generator Pin
David Mujica17-Dec-13 3:34
David Mujica17-Dec-13 3:34 
QuestionBest way to save data in Visual basic Pin
HimanshuSha17-Dec-13 1:45
HimanshuSha17-Dec-13 1:45 
AnswerRe: Best way to save data in Visual basic Pin
Tim Carmichael17-Dec-13 2:13
Tim Carmichael17-Dec-13 2:13 
GeneralRe: Best way to save data in Visual basic Pin
HimanshuSha17-Dec-13 2:30
HimanshuSha17-Dec-13 2:30 
GeneralRe: Best way to save data in Visual basic Pin
Dave Kreskowiak17-Dec-13 2:49
mveDave Kreskowiak17-Dec-13 2:49 
GeneralRe: Best way to save data in Visual basic Pin
HimanshuSha17-Dec-13 21:04
HimanshuSha17-Dec-13 21:04 
GeneralRe: Best way to save data in Visual basic Pin
Dave Kreskowiak18-Dec-13 6:32
mveDave Kreskowiak18-Dec-13 6:32 
QuestionCreating an Income and Expenditure Statement. Pin
Biplob Singha Shee16-Dec-13 21:38
Biplob Singha Shee16-Dec-13 21:38 

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.