Click here to Skip to main content
15,789,840 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: I am changing code from vb6 windows application to vb.net windows application..getting error on EOF. sAn unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in Test.exe Additional information: Operation is not allo Pin
Wendelius25-Sep-17 11:16
mentorWendelius25-Sep-17 11:16 
QuestionUse a variable or text box in Sql WHERE clause Pin
Member 1300905323-Sep-17 10:31
Member 1300905323-Sep-17 10:31 
AnswerRe: Use a variable or text box in Sql WHERE clause Pin
Afzaal Ahmad Zeeshan23-Sep-17 11:28
professionalAfzaal Ahmad Zeeshan23-Sep-17 11:28 
QuestionVLC Player User-Agent for vb6 Pin
Member 1341240517-Sep-17 18:01
Member 1341240517-Sep-17 18:01 
QuestionVB Form Search XLSX Pin
Member 24539047-Sep-17 11:41
Member 24539047-Sep-17 11:41 
AnswerRe: VB Form Search XLSX Pin
Richard MacCutchan7-Sep-17 20:21
mveRichard MacCutchan7-Sep-17 20:21 
AnswerRe: VB Form Search XLSX Pin
Chris Quinn7-Sep-17 21:39
Chris Quinn7-Sep-17 21:39 
GeneralRe: VB Form Search XLSX Pin
Member 24539048-Sep-17 6:54
Member 24539048-Sep-17 6:54 
Questionvb 2017 : opengl project setup ? Pin
bluatigro5-Sep-17 23:25
bluatigro5-Sep-17 23:25 
Questionvb 2017 : AI : Genetic Programming Pin
bluatigro4-Sep-17 2:33
bluatigro4-Sep-17 2:33 
AnswerRe: vb 2017 : AI : Genetic Programming Pin
Arthur V. Ratz4-Sep-17 2:59
professionalArthur V. Ratz4-Sep-17 2:59 
GeneralRe: vb 2017 : AI : Genetic Programming Pin
bluatigro5-Sep-17 23:10
bluatigro5-Sep-17 23:10 
GeneralRe: vb 2017 : AI : Genetic Programming Pin
Arthur V. Ratz5-Sep-17 23:40
professionalArthur V. Ratz5-Sep-17 23:40 
GeneralRe: vb 2017 : AI : Genetic Programming Pin
Arthur V. Ratz6-Sep-17 5:49
professionalArthur V. Ratz6-Sep-17 5:49 
GeneralRe: vb 2017 : AI : Genetic Programming Pin
Arthur V. Ratz6-Sep-17 5:56
professionalArthur V. Ratz6-Sep-17 5:56 
GeneralRe: vb 2017 : AI : Genetic Programming Pin
bluatigro6-Sep-17 22:56
bluatigro6-Sep-17 22:56 
GeneralRe: vb 2017 : AI : Genetic Programming Pin
bluatigro7-Sep-17 2:21
bluatigro7-Sep-17 2:21 
GeneralRe: vb 2017 : AI : Genetic Programming Pin
Arthur V. Ratz7-Sep-17 4:15
professionalArthur V. Ratz7-Sep-17 4:15 
Quote:
the 'language' i use is based on lisp


Unfortunately, I'm not familiar with LISP programming.

Quote:
the problem whit basic is that the
operant is not on the same place every time
parsing is a lot easyer that way


Quote:

do you have use for the liberty/just code
than we wil have translated it earlyer ?


And yes, parsing is much easier in this particular case. Since that, just change the algorithm.
Anyway, what you've implemented is *NOT* a genetic algorithm in whatever language you have used.

Quote:
do you have use for the liberty/just code
than we wil have translated it earlyer ?


To parse math expressions I would recommend that reverse 'polish notation' algorithm is a good one.
Just give a try to implement it by using LISP, or Liberty BASIC, or VB.NET 2017, or whatsoever. Smile | :)

Also, I would recommend you to start the development using VB.NET 2017 right from the very beginning, so that there will be no need to rework the code from other languages such LISP or Liberty BASIC.
GeneralRe: vb 2017 : AI : Genetic Programming Pin
Arthur V. Ratz7-Sep-17 8:44
professionalArthur V. Ratz7-Sep-17 8:44 
GeneralRe: vb 2017 : AI : Genetic Programming Pin
bluatigro8-Sep-17 0:26
bluatigro8-Sep-17 0:26 
GeneralRe: vb 2017 : AI : Genetic Programming Pin
Arthur V. Ratz8-Sep-17 0:37
professionalArthur V. Ratz8-Sep-17 0:37 
QuestionImport Outlook calendar entries from Excel with VBscript? Pin
xs13x31-Aug-17 12:03
xs13x31-Aug-17 12:03 
SuggestionRe: Import Outlook calendar entries from Excel with VBscript? Pin
Ralf Meier31-Aug-17 21:47
professionalRalf Meier31-Aug-17 21:47 
AnswerRe: Import Outlook calendar entries from Excel with VBscript? Pin
Chris Quinn31-Aug-17 23:20
Chris Quinn31-Aug-17 23:20 
AnswerRe: Import Outlook calendar entries from Excel with VBscript? Pin
Ralf Meier1-Sep-17 1:32
professionalRalf Meier1-Sep-17 1:32 

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.