Click here to Skip to main content
15,899,475 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHighlight individual item within Combobox Pin
camelsaq21-Oct-05 15:25
camelsaq21-Oct-05 15:25 
AnswerRe: Highlight individual item within Combobox Pin
Greeky23-Oct-05 21:19
Greeky23-Oct-05 21:19 
QuestionTableLayoutPanel in VB.Net 2005 Pin
watagal21-Oct-05 13:28
watagal21-Oct-05 13:28 
AnswerRe: TableLayoutPanel in VB.Net 2005 Pin
Dave Kreskowiak23-Oct-05 6:39
mveDave Kreskowiak23-Oct-05 6:39 
AnswerRe: TableLayoutPanel in VB.Net 2005 Pin
watagal24-Oct-05 8:11
watagal24-Oct-05 8:11 
QuestionMinimum Permission? Pin
Richard_Wolf21-Oct-05 9:31
Richard_Wolf21-Oct-05 9:31 
Questionvb. net Pin
rejefaso21-Oct-05 6:58
sussrejefaso21-Oct-05 6:58 
AnswerRe: vb. net Pin
Richard_Wolf21-Oct-05 9:35
Richard_Wolf21-Oct-05 9:35 
If that is all you need your function to do, then you can add a function procedure to any form or module:

Public Function MaxThree(byval Int1 as integer, byval Int2 as integer, byval Int3 as integer) as integer
If Int1 > Int2 then
if Int1 > Int3 then
MaxThree = Int1
Exit Function
End If
End If
If Int2 > Int3 Then

.....

End Function

This is an incomplete, very basic, example but I think you should get the idea from here.


AnswerRe: vb. net Pin
watagal21-Oct-05 14:03
watagal21-Oct-05 14:03 
QuestionHow do add dates in a combobox Pin
mlesh21-Oct-05 6:00
mlesh21-Oct-05 6:00 
AnswerRe: How do add dates in a combobox Pin
Richard_Wolf21-Oct-05 9:28
Richard_Wolf21-Oct-05 9:28 
GeneralRe: How do add dates in a combobox Pin
mlesh21-Oct-05 21:27
mlesh21-Oct-05 21:27 
AnswerRe: How do add dates in a combobox Pin
dundealing23-Oct-05 7:44
dundealing23-Oct-05 7:44 
AnswerRe: How do add dates in a combobox Pin
Greeky23-Oct-05 21:08
Greeky23-Oct-05 21:08 
QuestionHow to find MAC address Pin
Darryl Borden21-Oct-05 5:40
Darryl Borden21-Oct-05 5:40 
AnswerRe: How to find MAC address Pin
Richard_Wolf21-Oct-05 9:37
Richard_Wolf21-Oct-05 9:37 
GeneralRe: How to find MAC address Pin
abhinish21-Oct-05 22:06
abhinish21-Oct-05 22:06 
QuestionDetection Problems Pin
Anonymous21-Oct-05 4:34
Anonymous21-Oct-05 4:34 
Questionhow to store values from database into array Pin
sai_sailendra21-Oct-05 1:46
sai_sailendra21-Oct-05 1:46 
AnswerRe: how to store values from database into array Pin
KaptinKrunch21-Oct-05 2:55
KaptinKrunch21-Oct-05 2:55 
GeneralRe: how to store values from database into array Pin
sai_sailendra22-Oct-05 3:15
sai_sailendra22-Oct-05 3:15 
QuestionGet Domain Name Pin
japel21-Oct-05 1:38
japel21-Oct-05 1:38 
AnswerRe: Get Domain Name Pin
Dave Kreskowiak21-Oct-05 1:47
mveDave Kreskowiak21-Oct-05 1:47 
GeneralRe: Get Domain Name Pin
japel21-Oct-05 1:56
japel21-Oct-05 1:56 
GeneralRe: Get Domain Name Pin
Dave Kreskowiak21-Oct-05 5:15
mveDave Kreskowiak21-Oct-05 5:15 

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.