Click here to Skip to main content
15,893,588 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionVB Script Pin
protocol4619-Aug-10 23:52
protocol4619-Aug-10 23:52 
AnswerRe: VB Script Pin
Scubapro10-Aug-10 19:23
Scubapro10-Aug-10 19:23 
AnswerRe: VB Script Pin
protocol4614-Sep-10 1:27
protocol4614-Sep-10 1:27 
QuestionHow do I get a custom context menu to show up??? Pin
thebiostyle9-Aug-10 16:43
thebiostyle9-Aug-10 16:43 
AnswerRe: How do I get a custom context menu to show up??? Pin
thebiostyle17-Aug-10 12:11
thebiostyle17-Aug-10 12:11 
GeneralRe: How do I get a custom context menu to show up??? Pin
thebiostyle22-Aug-10 5:27
thebiostyle22-Aug-10 5:27 
QuestionHow to check if tabpage control data loaded or not in vb.net 2005 Pin
Andraw Tang9-Aug-10 6:44
Andraw Tang9-Aug-10 6:44 
AnswerRe: How to check if tabpage control data loaded or not in vb.net 2005 Pin
Eddy Vluggen11-Aug-10 10:19
professionalEddy Vluggen11-Aug-10 10:19 
Andraw Tang wrote:
When the form is loaded, I only want to fill in data for the default tabpage in tabcontrol, I don't want to fill in data for all tabpages by default until user first time select that tabpage, the logic is right?


Sounds good to me - if you'd load everything on startup, the user would have to wait until all seven pages are finished loading their data. This way, you're shortening the load-time considerably.


Andraw Tang wrote:
will check the flag if data is filled in or not, if not, fill in data, set flag to true


Again, sounds good to me, since you'd only want to check whether it's loaded or not. The simplest approach is often the best.

As an alternative; I'm moving to a nullable DateTime, setting it to the DateTime of the last load-moment. A few triggers on the database that keep track of the DateTime of the last change, and it's possible to see if "something" might have changed in the database.
I are Troll Suspicious | :suss:

GeneralRe: How to check if tabpage control data loaded or not in vb.net 2005 Pin
Andraw Tang11-Aug-10 11:49
Andraw Tang11-Aug-10 11:49 
GeneralRe: How to check if tabpage control data loaded or not in vb.net 2005 Pin
Eddy Vluggen11-Aug-10 20:39
professionalEddy Vluggen11-Aug-10 20:39 
QuestionGrabbing file name and path info for a bootstrapper application Pin
normschaef9-Aug-10 6:12
normschaef9-Aug-10 6:12 
AnswerFileInfo Pin
David Mujica9-Aug-10 6:27
David Mujica9-Aug-10 6:27 
Questionreturn executable setup file path Pin
mehrnoosh8-Aug-10 20:22
mehrnoosh8-Aug-10 20:22 
AnswerRe: return executable setup file path Pin
Goutam Patra8-Aug-10 21:02
professionalGoutam Patra8-Aug-10 21:02 
GeneralRe: return executable setup file path Pin
mehrnoosh8-Aug-10 21:09
mehrnoosh8-Aug-10 21:09 
GeneralRe: return executable setup file path Pin
Goutam Patra8-Aug-10 21:30
professionalGoutam Patra8-Aug-10 21:30 
GeneralRe: return executable setup file path Pin
mehrnoosh8-Aug-10 22:05
mehrnoosh8-Aug-10 22:05 
QuestionHow to get real MAC address Pin
ivo758-Aug-10 2:35
ivo758-Aug-10 2:35 
AnswerRe: How to get real MAC address Pin
LloydA1118-Aug-10 11:33
LloydA1118-Aug-10 11:33 
QuestionHow do we program Live chat? Pin
Syed Wayez Ahmed6-Aug-10 20:44
Syed Wayez Ahmed6-Aug-10 20:44 
AnswerRe: How do we program Live chat? Pin
Richard MacCutchan6-Aug-10 21:54
mveRichard MacCutchan6-Aug-10 21:54 
GeneralRe: How do we program Live chat? Pin
Syed Wayez Ahmed6-Aug-10 22:07
Syed Wayez Ahmed6-Aug-10 22:07 
GeneralRe: How do we program Live chat? Pin
Abhinav S6-Aug-10 22:38
Abhinav S6-Aug-10 22:38 
GeneralRe: How do we program Live chat? Pin
Richard MacCutchan6-Aug-10 23:14
mveRichard MacCutchan6-Aug-10 23:14 
GeneralRe: How do we program Live chat? Pin
Syed Wayez Ahmed6-Aug-10 23:48
Syed Wayez Ahmed6-Aug-10 23:48 

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.