Click here to Skip to main content
15,898,222 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: reading non text files in vb.net [modified] Pin
the.bombardier12-Jan-07 1:17
the.bombardier12-Jan-07 1:17 
GeneralRe: reading non text files in vb.net Pin
Dave Kreskowiak12-Jan-07 5:22
mveDave Kreskowiak12-Jan-07 5:22 
GeneralRe: reading non text files in vb.net Pin
the.bombardier14-Jan-07 17:55
the.bombardier14-Jan-07 17:55 
AnswerRe: reading non text files in vb.net Pin
the.bombardier15-Jan-07 21:56
the.bombardier15-Jan-07 21:56 
QuestionGame Programming Pin
phunziro12-Jan-07 1:00
phunziro12-Jan-07 1:00 
AnswerRe: Game Programming Pin
Christian Graus12-Jan-07 1:47
protectorChristian Graus12-Jan-07 1:47 
QuestionHow to set a property only at desegn time Pin
AlexB4712-Jan-07 0:44
AlexB4712-Jan-07 0:44 
AnswerRe: How to set a property only at desegn time Pin
CPallini12-Jan-07 2:34
mveCPallini12-Jan-07 2:34 
Something like this:

Const m_nAmount As Long = 32

Public Property Get Amount() As Long
  Amount = m_nAmount
End Property


Note that Let accessor is not defined.
Smile | :)



If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

GeneralRe: How to set a property only at desegn time Pin
AlexB4712-Jan-07 3:02
AlexB4712-Jan-07 3:02 
GeneralRe: How to set a property only at desegn time Pin
CPallini12-Jan-07 3:28
mveCPallini12-Jan-07 3:28 
GeneralRe: How to set a property only at desegn time Pin
AlexB4712-Jan-07 3:39
AlexB4712-Jan-07 3:39 
GeneralRe: How to set a property only at desegn time Pin
Dave Kreskowiak12-Jan-07 5:19
mveDave Kreskowiak12-Jan-07 5:19 
GeneralRe: How to set a property only at desegn time Pin
nlarson1112-Jan-07 5:40
nlarson1112-Jan-07 5:40 
GeneralRe: How to set a property only at desegn time Pin
Dave Kreskowiak12-Jan-07 6:24
mveDave Kreskowiak12-Jan-07 6:24 
GeneralRe: How to set a property only at desegn time Pin
nlarson1112-Jan-07 6:29
nlarson1112-Jan-07 6:29 
AnswerRe: How to set a property only at desegn time Pin
Thomas Stockwell13-Jan-07 5:54
professionalThomas Stockwell13-Jan-07 5:54 
QuestionDisplaying a tif file Pin
Central_IT12-Jan-07 0:20
Central_IT12-Jan-07 0:20 
AnswerRe: Displaying a tif file Pin
Christian Graus12-Jan-07 1:49
protectorChristian Graus12-Jan-07 1:49 
AnswerRe: Displaying a tif file Pin
Dave Kreskowiak12-Jan-07 5:17
mveDave Kreskowiak12-Jan-07 5:17 
QuestionMerge Pin
Socheat.Net12-Jan-07 0:15
Socheat.Net12-Jan-07 0:15 
AnswerRe: Merge Pin
Dave Kreskowiak12-Jan-07 5:55
mveDave Kreskowiak12-Jan-07 5:55 
Questioncreating demo or trial version of application Pin
in_vipinkumar11-Jan-07 23:56
in_vipinkumar11-Jan-07 23:56 
AnswerRe: creating demo or trial version of application Pin
AlexB4712-Jan-07 1:39
AlexB4712-Jan-07 1:39 
Questionredistributing .net framework Pin
in_vipinkumar11-Jan-07 23:19
in_vipinkumar11-Jan-07 23:19 
AnswerRe: redistributing .net framework Pin
Dave Kreskowiak12-Jan-07 5:13
mveDave Kreskowiak12-Jan-07 5:13 

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.