Click here to Skip to main content
15,924,317 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Skinned Application Yahoo Like In VB.Net Pin
Christian Graus14-Aug-05 14:23
protectorChristian Graus14-Aug-05 14:23 
GeneralRe: Skinned Application Yahoo Like In VB.Net Pin
| Muhammad Waqas Butt |15-Aug-05 0:18
professional| Muhammad Waqas Butt |15-Aug-05 0:18 
GeneralRe: Skinned Application Yahoo Like In VB.Net Pin
Rizwan Bashir15-Aug-05 2:07
Rizwan Bashir15-Aug-05 2:07 
GeneralRe: Skinned Application Yahoo Like In VB.Net Pin
| Muhammad Waqas Butt |15-Aug-05 22:12
professional| Muhammad Waqas Butt |15-Aug-05 22:12 
GeneralRe: Skinned Application Yahoo Like In VB.Net Pin
Rizwan Bashir17-Aug-05 1:23
Rizwan Bashir17-Aug-05 1:23 
GeneralCreate dynamic instances Pin
Zahid Hayat13-Aug-05 23:07
Zahid Hayat13-Aug-05 23:07 
GeneralRe: Create dynamic instances Pin
rwestgraham14-Aug-05 8:54
rwestgraham14-Aug-05 8:54 
GeneralRe: Create dynamic instances Pin
Anonymous16-Aug-05 7:19
Anonymous16-Aug-05 7:19 
Use a parameterized constructor:

Public Class Car<br />
<br />
Private Color as String<br />
<br />
Public Sub New()<br />
'default constructor<br />
End Sub<br />
<br />
Public Sub New(colName as String)<br />
'parameterized constructor<br />
Me.Color = colName<br />
End Sub<br />
<br />
End Class


Do a Google search on Constructors for more information.
GeneralFileOpen command Pin
ngensys13-Aug-05 22:33
ngensys13-Aug-05 22:33 
GeneralRe: FileOpen command Pin
Steve Pullan14-Aug-05 15:01
Steve Pullan14-Aug-05 15:01 
Generalneed motion detectio program in vb 6 Pin
Member 191889313-Aug-05 18:36
Member 191889313-Aug-05 18:36 
GeneralRe: need motion detectio program in vb 6 Pin
Dave Kreskowiak14-Aug-05 4:00
mveDave Kreskowiak14-Aug-05 4:00 
GeneralNew to programming need help for stupid query. Pin
PixelPixie13-Aug-05 5:58
PixelPixie13-Aug-05 5:58 
GeneralRe: New to programming need help for stupid query. Pin
David M J13-Aug-05 8:18
David M J13-Aug-05 8:18 
GeneralRe: New to programming need help for stupid query. Pin
Anonymous13-Aug-05 8:19
Anonymous13-Aug-05 8:19 
GeneralRe: New to programming need help for stupid query. Pin
Anonymous14-Aug-05 0:07
Anonymous14-Aug-05 0:07 
QuestionHow to group within a datagrid Pin
David M J13-Aug-05 5:55
David M J13-Aug-05 5:55 
GeneralCrystal rep Parameter Run time Pin
FireOnMoon13-Aug-05 5:12
FireOnMoon13-Aug-05 5:12 
GeneralRe: Crystal rep Parameter Run time Pin
Rizwan Bashir15-Aug-05 4:07
Rizwan Bashir15-Aug-05 4:07 
GeneralTime Pin
ADY00713-Aug-05 5:07
ADY00713-Aug-05 5:07 
GeneralRe: Time Pin
Mohamad Al Husseiny14-Aug-05 5:02
Mohamad Al Husseiny14-Aug-05 5:02 
GeneralRemoving Icon from SysTray Pin
MohammadAmiry13-Aug-05 0:16
MohammadAmiry13-Aug-05 0:16 
GeneralRe: Removing Icon from SysTray Pin
Dave Kreskowiak13-Aug-05 6:41
mveDave Kreskowiak13-Aug-05 6:41 
QuestionHow to allocate % CPU Resource to a process Pin
Rizwan Bashir12-Aug-05 22:02
Rizwan Bashir12-Aug-05 22:02 
AnswerRe: How to allocate % CPU Resource to a process Pin
progload13-Aug-05 8:58
progload13-Aug-05 8:58 

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.