Click here to Skip to main content
15,917,174 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Closing a form from a class Pin
Marco Turrini17-Nov-06 5:25
Marco Turrini17-Nov-06 5:25 
QuestionWhat is the difference between the declarations mean? Pin
ashwath197917-Nov-06 1:18
ashwath197917-Nov-06 1:18 
AnswerRe: What is the difference between the declarations mean? Pin
Dave Kreskowiak17-Nov-06 4:27
mveDave Kreskowiak17-Nov-06 4:27 
GeneralRe: What is the difference between the declarations mean? Pin
ashwath197919-Nov-06 18:40
ashwath197919-Nov-06 18:40 
GeneralRe: What is the difference between the declarations mean? Pin
ashwath197920-Nov-06 0:34
ashwath197920-Nov-06 0:34 
GeneralRe: What is the difference between the declarations mean? Pin
ashwath197920-Nov-06 0:35
ashwath197920-Nov-06 0:35 
QuestionWhat the function declaration mean? Pin
ashwath197916-Nov-06 20:24
ashwath197916-Nov-06 20:24 
AnswerRe: What the function declaration mean? Pin
rico cheah16-Nov-06 20:47
rico cheah16-Nov-06 20:47 
ashwath1979 wrote:
Private Sub LoadArray(ByVal ParamArray CRCBytes() As Object)


CRCBytes() is an array, so all the values that pass in is stored inside this array variable.


ashwath1979 wrote:
For i = 0 To UBound(CRCBytes)
m_byteCRC8(i) = CRCBytes(i)
Next


Therefore, it use the for loop to actually call out the CRCBytes value and store inside m_byteCRC8.
GeneralRe: What the function declaration mean? Pin
ashwath197916-Nov-06 22:09
ashwath197916-Nov-06 22:09 
AnswerRe: What the function declaration mean? Pin
Guffa16-Nov-06 21:12
Guffa16-Nov-06 21:12 
GeneralRe: What the function declaration mean? Pin
ashwath197916-Nov-06 22:10
ashwath197916-Nov-06 22:10 
QuestionHow to make the packaging? Pin
rico cheah16-Nov-06 20:03
rico cheah16-Nov-06 20:03 
AnswerRe: How to make the packaging in VS.NET? Pin
Dave Sexton16-Nov-06 20:12
Dave Sexton16-Nov-06 20:12 
QuestionRe: How to make the packaging in VS.NET? [modified] Pin
rico cheah16-Nov-06 20:44
rico cheah16-Nov-06 20:44 
AnswerRe: How to make the packaging in VS.NET? Pin
Kevin Nicol17-Nov-06 1:33
Kevin Nicol17-Nov-06 1:33 
QuestionRe: How to make the packaging in VS.NET? Pin
rico cheah17-Nov-06 21:07
rico cheah17-Nov-06 21:07 
QuestionWhats the meaning of below declarations. Pin
ashwath197916-Nov-06 19:19
ashwath197916-Nov-06 19:19 
AnswerRe: Whats the meaning of below declarations. Pin
Guffa16-Nov-06 19:35
Guffa16-Nov-06 19:35 
GeneralRe: Whats the meaning of below declarations. Pin
ashwath197916-Nov-06 20:17
ashwath197916-Nov-06 20:17 
QuestionRichTextBox Pin
Socheat.Net16-Nov-06 16:42
Socheat.Net16-Nov-06 16:42 
AnswerRe: RichTextBox Pin
Zyndrof17-Nov-06 4:09
Zyndrof17-Nov-06 4:09 
QuestionSetting NTSC or PAL within a video capture program Pin
W.A. Dilhara16-Nov-06 16:36
W.A. Dilhara16-Nov-06 16:36 
AnswerRe: Setting NTSC or PAL within a video capture program Pin
Christian Graus16-Nov-06 21:55
protectorChristian Graus16-Nov-06 21:55 
QuestionIUnknown::Release(); in VB6 Pin
lafleon16-Nov-06 14:23
lafleon16-Nov-06 14:23 
AnswerRe: IUnknown::Release(); in VB6 Pin
Christian Graus16-Nov-06 16:12
protectorChristian Graus16-Nov-06 16:12 

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.