Click here to Skip to main content
15,886,110 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: GET PC POSITION IN VISUAL BASIC Pin
Otekpo Emmanuel3-Jul-17 19:20
Otekpo Emmanuel3-Jul-17 19:20 
GeneralRe: GET PC POSITION IN VISUAL BASIC Pin
Richard MacCutchan13-May-17 20:53
mveRichard MacCutchan13-May-17 20:53 
AnswerRe: GET PC POSITION IN VISUAL BASIC Pin
Afzaal Ahmad Zeeshan10-May-17 5:19
professionalAfzaal Ahmad Zeeshan10-May-17 5:19 
GeneralRe: GET PC POSITION IN VISUAL BASIC Pin
Otekpo Emmanuel3-Jul-17 19:23
Otekpo Emmanuel3-Jul-17 19:23 
QuestionHow to return a array of structure in the function? Pin
Member 130177309-May-17 3:55
Member 130177309-May-17 3:55 
AnswerRe: How to return a array of structure in the function? Pin
David Mujica9-May-17 4:42
David Mujica9-May-17 4:42 
GeneralRe: How to return a array of structure in the function? Pin
Member 130177309-May-17 4:54
Member 130177309-May-17 4:54 
AnswerRe: How to return a array of structure in the function? Pin
Richard MacCutchan9-May-17 4:55
mveRichard MacCutchan9-May-17 4:55 
As David points out above, your function is defined to take an array of Strings and return a String. But inside it you are trying to manipulate an Employee structure. You also have an index which is never initialised so that will most likely crash your code. And even if it is initialised you are subtracting 1 from it which may also cause a crash.
GeneralRe: How to return a array of structure in the function? Pin
Member 130177309-May-17 5:11
Member 130177309-May-17 5:11 
GeneralRe: How to return a array of structure in the function? Pin
Richard MacCutchan9-May-17 5:20
mveRichard MacCutchan9-May-17 5:20 
QuestionHow to dispose of a particular instance of a class? Pin
Sonhospa6-May-17 22:48
Sonhospa6-May-17 22:48 
AnswerRe: How to dispose of a particular instance of a class? Pin
Michael_Davies7-May-17 0:02
Michael_Davies7-May-17 0:02 
GeneralRe: How to dispose of a particular instance of a class? Pin
Sonhospa7-May-17 0:13
Sonhospa7-May-17 0:13 
AnswerProbable Solution Or Workaround (Re: How to dispose of a particular instance of a class?) Pin
Sonhospa7-May-17 1:00
Sonhospa7-May-17 1:00 
GeneralRe: Probable Solution Or Workaround (Re: How to dispose of a particular instance of a class?) Pin
Eddy Vluggen7-May-17 1:18
professionalEddy Vluggen7-May-17 1:18 
GeneralRe: Probable Solution Or Workaround (Re: How to dispose of a particular instance of a class?) Pin
Sonhospa7-May-17 1:37
Sonhospa7-May-17 1:37 
GeneralRe: Probable Solution Or Workaround (Re: How to dispose of a particular instance of a class?) Pin
Eddy Vluggen7-May-17 5:14
professionalEddy Vluggen7-May-17 5:14 
Questionvisual basic 6.0 winsock connect 3 client to play tetris game Pin
Member 131761035-May-17 19:27
Member 131761035-May-17 19:27 
AnswerRe: visual basic 6.0 winsock connect 3 client to play tetris game Pin
Richard MacCutchan5-May-17 21:14
mveRichard MacCutchan5-May-17 21:14 
QuestionDevelopment of Gmail integration Pin
Marzio Morandi4-May-17 6:19
Marzio Morandi4-May-17 6:19 
AnswerRe: Development of Gmail integration Pin
Richard MacCutchan4-May-17 6:30
mveRichard MacCutchan4-May-17 6:30 
AnswerRe: Development of Gmail integration Pin
Richard Deeming4-May-17 6:59
mveRichard Deeming4-May-17 6:59 
QuestionConvert .Wav File to Text Pin
Otekpo Emmanuel28-Apr-17 11:41
Otekpo Emmanuel28-Apr-17 11:41 
AnswerRe: Convert .Wav File to Text Pin
Dave Kreskowiak28-Apr-17 19:18
mveDave Kreskowiak28-Apr-17 19:18 
QuestionError to close form Pin
nei200920-Apr-17 16:11
nei200920-Apr-17 16:11 

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.