Click here to Skip to main content
16,007,932 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralExcel - Specify File Type in Save as (Excel 97-2003) Pin
RichardBerry18-Jan-08 1:20
RichardBerry18-Jan-08 1:20 
GeneralRe: Excel - Specify File Type in Save as (Excel 97-2003) Pin
RichardBerry18-Jan-08 2:02
RichardBerry18-Jan-08 2:02 
QuestionUsing windows services in vb.net 2005? Pin
Benny_Lava18-Jan-08 0:38
Benny_Lava18-Jan-08 0:38 
AnswerRe: Using windows services in vb.net 2005? Pin
Vimalsoft(Pty) Ltd19-Jan-08 1:43
professionalVimalsoft(Pty) Ltd19-Jan-08 1:43 
GeneralNeed help to find a solution for this problem Pin
Jats_4ru17-Jan-08 23:53
Jats_4ru17-Jan-08 23:53 
AnswerRe: Need help to find a solution for this problem Pin
Guffa18-Jan-08 19:07
Guffa18-Jan-08 19:07 
Generalquestion on custom created label-control Pin
Smithers-Jones17-Jan-08 23:16
Smithers-Jones17-Jan-08 23:16 
GeneralRe: question on custom created label-control [modified] Pin
Ajay.k_Singh18-Jan-08 1:42
Ajay.k_Singh18-Jan-08 1:42 
It is simply because you are using a shared (static) variable MyText to store and return value of Text property.

Please know that shared (static) variable is a variable which has just one instance which is shared by all instances of objects.

Therefore text property of your all clabel objects will always have same value because they all are pointing to the same MyText variable, and this value will be value last set for MyText, which in this case if 10.

Declare MyText as a Private string variable and your issue will be resolved.

I hope this help Smile | :) .
-Dave.

Dave Traister,
ComponentOne LLC.
www.componentone.com

modified on Friday, January 18, 2008 7:50:10 AM

QuestionHow can i Navigate to a link from a webpage html document Pin
SekharOne17-Jan-08 23:08
SekharOne17-Jan-08 23:08 
QuestionRGB to YCbCr color model? Pin
jamilkhan00717-Jan-08 19:57
jamilkhan00717-Jan-08 19:57 
AnswerRe: RGB to YCbCr color model? Pin
Christian Graus18-Jan-08 9:17
protectorChristian Graus18-Jan-08 9:17 
AnswerRe: RGB to YCbCr color model? Pin
Luc Pattyn18-Jan-08 10:28
sitebuilderLuc Pattyn18-Jan-08 10:28 
GeneralSendMessage API Pin
ritz123417-Jan-08 18:35
ritz123417-Jan-08 18:35 
Questionapplication virtual Pin
Tauseef A17-Jan-08 18:17
Tauseef A17-Jan-08 18:17 
GeneralRe: application virtual Pin
Colin Angus Mackay18-Jan-08 0:19
Colin Angus Mackay18-Jan-08 0:19 
GeneralRe: application virtual Pin
Paul Conrad19-Jan-08 7:17
professionalPaul Conrad19-Jan-08 7:17 
QuestionRe: application virtual Pin
Tauseef A20-Jan-08 4:07
Tauseef A20-Jan-08 4:07 
QuestionPass 1-D array values to 2-D array Pin
bj9308117-Jan-08 14:35
bj9308117-Jan-08 14:35 
GeneralRe: Pass 1-D array values to 2-D array Pin
Paul Conrad29-Feb-08 4:37
professionalPaul Conrad29-Feb-08 4:37 
Generalfind the child node in the Treeview Pin
uglyeyes17-Jan-08 13:32
uglyeyes17-Jan-08 13:32 
GeneralRe: find the child node in the Treeview Pin
Justin Perez17-Jan-08 14:03
Justin Perez17-Jan-08 14:03 
GeneralRe: find the child node in the Treeview Pin
uglyeyes17-Jan-08 14:25
uglyeyes17-Jan-08 14:25 
GeneralRe: find the child node in the Treeview Pin
uglyeyes17-Jan-08 16:53
uglyeyes17-Jan-08 16:53 
GeneralRe: find the child node in the Treeview Pin
uglyeyes18-Jan-08 20:39
uglyeyes18-Jan-08 20:39 
Generalvalue member question (combo box) Pin
imonfiredammit17-Jan-08 9:06
imonfiredammit17-Jan-08 9:06 

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.