Re: Vbasic and Qbasic Programming Software Development by Cain … since 1980 i believe. it is natural to assume that Vbasic (Visual Basic) came sometime later. The major difference is interface… Re: DLL in C For Vbasic Programming Software Development by jamello … don't you write and compile a dll in vbasic? It is really easy. Instead of opening an activeX exe …, Anyone can help me to build a C dll for vbasic ? I know how to write and compile a dll with… Re: DLL in C For Vbasic Programming Software Development by Maritime Hello, I have an application written in C, it's impossible for me to translate it to Vbasic, so for this reason I try to put this application in dll to call it same as vbasic procedure! DLL in C For Vbasic Programming Software Development by Maritime Hello, Anyone can help me to build a C dll for vbasic ? I know how to write and compile a dll with C/C++ compiler but only for simple function. Thank's Vbasic and Qbasic Programming Software Development by bumsfeld Which type of basic came first? Is there muchly of a difference? Re: Vbasic and Qbasic Programming Software Development by jwshepherd QBasic came first with Dos and windows 3.1. Huge differences. Vbasic 9 (2008) Winsock help. Programming Software Development by lostnucleus In vb6 winsock server accepts the client request by just [B]winsock1.Accept requestID [/B] but in vb9 error are coming + it also dont recognize " sck.closed " command also thanks in advance. Re: DLL in C For Vbasic Programming Software Development by QVeen72 Hi, May be [URL="http://sandsprite.com/CodeStuff/Writing_A_C_Dll_for_VB.html"]this may[/URL] help u.. Place the dll in application path(working folder) and Try To register ur dll with [B][COLOR=green]"regasm"[/COLOR][/B] [B][COLOR=green][/COLOR][/B] Regards Veena File Download - Security Warning - Win XP Programming Web Development by srikkanthan ….asp[/url] [url="http://www.source-code.biz/snippets/vbasic/3.htm"]http://www.source-code.biz/snippets…/vbasic/3.htm[/url] [url="http://www.microsoft.com/downloads/… Re: File Download - Security Warning - Win XP Programming Web Development by Paladine ….asp[/url] [url="http://www.source-code.biz/snippets/vbasic/3.htm"]http://www.source-code.biz/snippets…/vbasic/3.htm[/url] [url="http://www.microsoft.com/downloads/… Generating Random Passwords with ASP.NET and VB Programming Software Development by spacekat We pulled this from[Vbasic.net](http://vbasic.net/detail.aspx?tid=105). A friend of mine has … Setting up the local webserver Programming Web Development by timhysniu ... I hope I am not annoying the admins already. Can anyone recommend me a good webserver for ASP/ASP.NET, Java and VBasic? My friend suggested Appache Webserver (I got some instructions on how to set it up but I barely know if I'm going to be able to make it work). All the help is appreciated for this poor beginner :mrgreen: Help me please? Programming Software Development by JGee … have a basic concept and have done some programming in VBasic. Please advise how to get a printer button on a form please Programming Software Development by mickyboy hi all i have a book using vbasic by babani books, it gives an example of a form … Hello there Community Center Say Hello! by Apg … dont know how to manipulate data bases of acces from vbasic if you can help me please here is my mail… Just arrived... Community Center Say Hello! by dbcscanada … looking :p Programming skills: limited to some HTML and enjoy VBasic. Education: After the mandatory high school and a bit of… precison in double variable Programming Software Development by elanch hi friends! I'm new to vbasic. I just want to know, how to set the precision for variables defined as double. plz send me the syntax Thanks in advance. bye elanch Re: precison in double variable Programming Software Development by elanch hi! Format command is working fine. Thank u. I'm having doubt in Ms-access database linked with Vbasic. I request you to help me regarding this. Thank u in advance Urgent: Graph Creation in Vb and Form-linking Programming Software Development by elanch hi friends! I need to know how to create a graph in vbasic. please send the syntax.possible with eg. I also need to know how to link one form with another. Thanks in advance. elanch How to make a form in Ms-Access as EXE file? Programming Databases by elanch hi all! I need to make a form in Ms-Access as EXE file. So that the file can be runned without opening Ms-Access. I know that, it is possible in Vbasic but whether it is possible to do in Ms-Access. Thanks Re: How to make a form in Ms-Access as EXE file? Programming Databases by adhikariprakash hi all! I need to make a form in Ms-Access as EXE file. So that the file can be runned without opening Ms-Access. I know that, it is possible in Vbasic but whether it is possible to do in Ms-Access. Thanks Re: How to make a form in Ms-Access as EXE file? Programming Databases by boblarson … opening Ms-Access. I know that, it is possible in Vbasic but whether it is possible to do in Ms-Access… Hello from Cali Community Center Say Hello! by Xadavus Greetings, I have learned QBasic and VBasic way back in school but never figured I be using … Is it possible to retrieve the VBcode from EXE file? Programming Software Development by elanch Dear All, I have done a project in VBasic 10.0 for our product Design. Unfortunately the program was … Re: Is it possible to retrieve the VBcode from EXE file? Programming Software Development by vb5prgrmr To begin with VBasic 10 would be VB.NET... Second, Jupiter 2's reply … first send is ok. but the rest.... Programming Software Development by blasata …, so.. It is a strange think because if a use VBasic it works: all I send appears in the Server. Why… I need my program to be able to carry out two things concurrently Programming Software Development by imolorhe … other part in any way. You can call it multitasking, VBasic allows you to do different things at the same time… Moving a shape Programming Software Development by Amadman114 … wrong with it. [URL="http://www.programmersheaven.com/mb/VBasic/223364/223860/re-basic-key-press-question-answered/"]Original… Data-Access with Vbasic Programming Software Development by elanch hi friends! I'm new to both vb and dataAccess. Now i have created a form in data-access. I need the datas entered in the form to be appended in the access-Table when i click the save button. For eg: Roll NO : Txt box Name : Txt box Sex : Txt box Class : Txt box New_Button Save_button Here whenever i cllick the … Re: Data-Access with Vbasic Programming Software Development by manoshailu hi, Use the below codings. [COLOR="Green"] ' To create an object for connection and recordset [/COLOR] Dim cn As New ADODB.Connection Dim rs As New ADODB.Recordset [COLOR="green"] 'To Create a New Id [/COLOR] Private Sub cmbnew_Click() rs.Open "SELECT Mid([rollno],5,6) + 1 FROM Table1", cn, …