Click here to Skip to main content
15,894,740 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionyes/No column in Datagrid?? Pin
mittalpa14-Dec-04 8:31
mittalpa14-Dec-04 8:31 
AnswerRe: yes/No column in Datagrid?? Pin
mtone21-Dec-04 3:41
mtone21-Dec-04 3:41 
Generalprinting stripchart on a windows form Pin
kbbabb14-Dec-04 6:59
kbbabb14-Dec-04 6:59 
GeneralFree Grid and charting controls for VB.NEt Pin
JHAKAS14-Dec-04 2:22
JHAKAS14-Dec-04 2:22 
GeneralRe: Free Grid and charting controls for VB.NEt Pin
Tom John14-Dec-04 2:37
Tom John14-Dec-04 2:37 
GeneralDevexpress Quantum Grid Search Pin
VBDuncan14-Dec-04 1:24
VBDuncan14-Dec-04 1:24 
GeneralMultiple Return Types Pin
nitin_ion14-Dec-04 0:35
nitin_ion14-Dec-04 0:35 
GeneralRe: Multiple Return Types Pin
Tom John14-Dec-04 1:12
Tom John14-Dec-04 1:12 
No, you cannot overload a procedure by only changing it's return type:

Rules of Procedure Overloading - MSDN[^]

However you can pass add additional parameters by reference (ByRef rather than the default ByVal) that are modified within the function and available in the calling code, the Graphics.MeasureString function is overloaded in this way to return the number of lines and characters fitted in addition to the return type of SizeF:

Graphics.MeasureString - MSDN[^]

Hope this helps.

Tom
GeneralOpen Dialog Initial Directory Pin
kenexcelon13-Dec-04 17:29
kenexcelon13-Dec-04 17:29 
GeneralRe: Open Dialog Initial Directory Pin
Tom John13-Dec-04 22:08
Tom John13-Dec-04 22:08 
GeneralRe: Open Dialog Initial Directory Pin
kenexcelon14-Dec-04 8:34
kenexcelon14-Dec-04 8:34 
QuestionHow do u make a button link to a website? Pin
Shrex13-Dec-04 10:25
Shrex13-Dec-04 10:25 
AnswerRe: How do u make a button link to a website? Pin
Mekong River13-Dec-04 17:13
Mekong River13-Dec-04 17:13 
GeneralAdd zero to the front of a number Pin
viettho13-Dec-04 8:27
viettho13-Dec-04 8:27 
GeneralRe: Add zero to the front of a number Pin
Dennis C. Dietrich13-Dec-04 11:45
Dennis C. Dietrich13-Dec-04 11:45 
GeneralRe: Add zero to the front of a number Pin
viettho13-Dec-04 12:04
viettho13-Dec-04 12:04 
GeneralRe: Add zero to the front of a number Pin
Tom John13-Dec-04 22:22
Tom John13-Dec-04 22:22 
GeneralRe: Add zero to the front of a number Pin
OICU81215-Dec-04 17:08
OICU81215-Dec-04 17:08 
QuestionUPLOAD CONTROL - HELP HELP - WHICH? Pin
Purple Monk13-Dec-04 6:15
Purple Monk13-Dec-04 6:15 
GeneralPrint MsChart in VB.Net Pin
Brightday13-Dec-04 5:19
Brightday13-Dec-04 5:19 
GeneralRe: Print MsChart in VB.Net Pin
Mekong River13-Dec-04 17:16
Mekong River13-Dec-04 17:16 
GeneralRe: Print MsChart in VB.Net Pin
Brightday14-Dec-04 3:35
Brightday14-Dec-04 3:35 
GeneralRe: Print MsChart in VB.Net Pin
Mekong River14-Dec-04 11:04
Mekong River14-Dec-04 11:04 
GeneralRe: Print MsChart in VB.Net Pin
Brightday15-Dec-04 2:45
Brightday15-Dec-04 2:45 
GeneralHelp with a timeout function Pin
Nilus13-Dec-04 1:24
Nilus13-Dec-04 1:24 

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.