Click here to Skip to main content
16,003,404 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow do I copy specific node with children from one document into a new document? Pin
Member 1140330410-Aug-19 6:40
Member 1140330410-Aug-19 6:40 
QuestionI want to make a data selection wizard. Pin
Member 45239717-Aug-19 2:27
Member 45239717-Aug-19 2:27 
AnswerRe: I want to make a data selection wizard. Pin
Eddy Vluggen8-Aug-19 1:14
professionalEddy Vluggen8-Aug-19 1:14 
GeneralRe: I want to make a data selection wizard. Pin
Member 45239718-Aug-19 21:17
Member 45239718-Aug-19 21:17 
SuggestionRe: I want to make a data selection wizard. Pin
Ralf Meier8-Aug-19 23:40
mveRalf Meier8-Aug-19 23:40 
QuestionBoss Key in Vb .Net Pin
Ahmed Neutron6-Aug-19 9:53
Ahmed Neutron6-Aug-19 9:53 
AnswerRe: Boss Key in Vb .Net Pin
ZurdoDev6-Aug-19 10:02
professionalZurdoDev6-Aug-19 10:02 
AnswerRe: Boss Key in Vb .Net Pin
Richard MacCutchan6-Aug-19 20:06
mveRichard MacCutchan6-Aug-19 20:06 
QuestionSource Convert VB.Net to C# Pin
Baloch_khan6-Aug-19 8:59
Baloch_khan6-Aug-19 8:59 
AnswerRe: Source Convert VB.Net to C# Pin
ZurdoDev6-Aug-19 10:03
professionalZurdoDev6-Aug-19 10:03 
GeneralRe: Source Convert VB.Net to C# Pin
Eddy Vluggen6-Aug-19 12:20
professionalEddy Vluggen6-Aug-19 12:20 
GeneralRe: Source Convert VB.Net to C# Pin
ZurdoDev6-Aug-19 14:59
professionalZurdoDev6-Aug-19 14:59 
AnswerRe: Source Convert VB.Net to C# Pin
Eddy Vluggen6-Aug-19 12:18
professionalEddy Vluggen6-Aug-19 12:18 
QuestionSource Convert VB.Net to C# Pin
Baloch_khan6-Aug-19 8:58
Baloch_khan6-Aug-19 8:58 
Questionself talking hangman vb console game tutorial Pin
StarTrekCafe29-Jul-19 18:48
StarTrekCafe29-Jul-19 18:48 
AnswerRe: self talking hangman vb console game tutorial Pin
Afzaal Ahmad Zeeshan30-Jul-19 5:32
professionalAfzaal Ahmad Zeeshan30-Jul-19 5:32 
GeneralRe: self talking hangman vb console game tutorial Pin
StarTrekCafe30-Jul-19 17:56
StarTrekCafe30-Jul-19 17:56 
GeneralRe: self talking hangman vb console game tutorial Pin
Dave Kreskowiak31-Jul-19 5:37
mveDave Kreskowiak31-Jul-19 5:37 
GeneralRe: self talking hangman vb console game tutorial Pin
StarTrekCafe31-Jul-19 14:17
StarTrekCafe31-Jul-19 14:17 
GeneralRe: self talking hangman vb console game tutorial Pin
Dave Kreskowiak31-Jul-19 16:13
mveDave Kreskowiak31-Jul-19 16:13 
GeneralRe: self talking hangman vb console game tutorial Pin
StarTrekCafe31-Jul-19 16:19
StarTrekCafe31-Jul-19 16:19 
GeneralRe: self talking hangman vb console game tutorial Pin
Dave Kreskowiak31-Jul-19 16:23
mveDave Kreskowiak31-Jul-19 16:23 
AnswerRe: self talking hangman vb console game tutorial Pin
ZurdoDev6-Aug-19 10:06
professionalZurdoDev6-Aug-19 10:06 
QuestionMatlab DLL Function is returning nothing !! Pin
Member 1454417528-Jul-19 22:43
Member 1454417528-Jul-19 22:43 
I tried to solve this and did not get it, the problem that I have a MatLab DLL file with a function looks like this

[tmin, mawp,sigma,tmin_c,tmin_l,segma_c,segma_l] = cylindrical(a,b,c,d,e,f)

I did reference the dll and the mwarray dll, when I call the MatLab's obj to the function it returns nothing, and if I use an index to map the array it gives an invalid index error. I am sorry if I didn't make myself clear, but I hope the code will.

This is VB.NET program that uses Matlab function to calculate some values, I tried to make the output as an array using ToArray function but it didn't work, Also in the MathWork documentation they talked about that conversion as in vb you need to use op_implicit function but I did not figure it out, I tried so many things but I am stuck here guys, appreciate your help.
'after importing dlls 
Dim matlab As MAWP_CYL = New MAWP_CYL() 

'this to matlab obj
Dim result = matlab.Cylindrical(1,1,1,1,1,1).ToArray() 

'using any numbers for test 

'here result have nothing when debugging,

the result has nothing, not an array or any form of lists.
QuestionRe: Matlab DLL Function is returning nothing !! Pin
Richard MacCutchan29-Jul-19 4:12
mveRichard MacCutchan29-Jul-19 4: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.