Answer Questions
SrihariKilari Where can I download Visual Basic 6.0 ?
Really dumb question, but I couldn't find any download link for Visual Basic 6.0. And I don't want to use Visual Basic 2005, because I got a lot of learning material for Visual Basic 6.0. i need to know this aswell because my disk broke and my teachers won't give me one because i have 2005 express........ i still have the Registration Number Key......... but its not usefull without the files... ...Show All
Gy_Molvak Updating a Access Database from Visual Basic
Hi. I'm havng trouble with updating my Access database from Visual Basic. There are no problems when populating datasets from the database, but as I try to update it after some changes, nothing happens.. Anyone got an idea Hege Now I at least gets a error message whentrying to update :) An unhandled exception of type 'System.FormatException' occurred in system.data.dll Additional information: I ...Show All
w84me MSCOMM
Buenos dias, existe forma de solucionar la perdida de informacion de recepcion del objeto MSCOMM de Visual Basic 6 Muchas gracias. Lucas. www.ingenieria-inversa.com.ar Lucas Loizaga wrote: Buenos dias, existe forma de solucionar la perdida de informacion de recepcion del objeto MSCOMM de Visual Basic 6 Muchas gracias. Lucas. www.ingenieria-inversa.com.ar majid12345 w ...Show All
MichealCollins Publishing an EXE
In Visual Basic 6.0, you could publish your program directly to a single .exe file. Now with Visual Basic 2005, I'm having some difficulty doing that. When I select 'Publish', I get to a wizard. When I click 'Next', however, it asks me where I want to install from.. Does this mean I don't have the publishing wizard installed Anyways, what I've been doing is selecting 'Back' from there and saying 'Finished'. This creates a few (usually three) wei ...Show All
CWGibbs how to add VBScript in visual basic 2004
hi friends, i written one vbscript to find out the cpu temperature. now i like add that vbscript into vb 2005 and i need to execute that one. so please tell if any one know how to run vbscript in vb2005. thx Have you looked at the msscript control ...Show All
Nimrand How to find the current record in a form?
To update a field with the last update date/time I use the following code Private Sub dgvAuteur_CellEndEdit( ByVal sender As System. Object , ByVal e As System.Windows.Forms.DataGridViewCellEventArgs) DsPrive.tblAuteur( Me .TblAuteurBindingSource.Position).Gewijzigd = Now() End Sub This works fine, as long as I don't sort my table during execu ...Show All
jstar Arraylist / Collection What is the Practical difference Please
I've been using Collections for a while but never really understood Arraylists. They seem very similar to me. actually while i'm asking, I'm a bit vague on Hashtables too An explanation or a Link to one would be appreciated. Thanks Mike Hi Mike, It is recommended that you should only use Visual Basic Collection object for backward compatibility, upgrading Visual Basic 6 code. To get the full benefit of the Common Language Runtime an ...Show All
Aaron L About RTC API example.
Hi. This is my question: Could I use the example for the RTC API (VB), for playing a file (wav, for example) during a PC-PC call How can I do it Thanks! ok...Let me check it carefuly, if I can figure it out, I'll ask again...thanks! I'm talking about the VB6 example, which comes with the RTC download...ca I use it for that thanks for your answer. ...Show All
Jen Smith How Can We create Stand Alone Application(Running without installation from CD)
Dear All, I actually want a application to run on user's pc's from CDrom only. bcz I have lot of images in a .mdb and I don't want users to install all these mdb and application into their pc's. Just I wanted to run my application when the CD rom is inserted into pc without installing it. Just Like macromedia flash Projector.exe. Is there any solution in VB dot net 2003 Please . Also my application has some features which will be lost, if ...Show All
Lokesh Save Output rtf file with date/time info in filename
I've been researching this a lot the last 2 days and not getting anything that works from the various help resources. I know it is a common problem. I put a save button to save the contents of a rich text window. When I click on the save button, it just saves. I didn't want to offer any options, just save it to a particular folder in which all "studies" of this nature will go. But the names would have to be date/time stamped ...Show All
Johan L I have some questions
Hi, I was wondering if there was a guide for new people to learn vb or are there any good site for learning also when you register how long can you use the program it says unlimited, does that mean 365 days also after I register how long before I get the online guides thank you, theguy thank you it is very much appreciated also what about the limit does it only work for 365 days or if you register does it ...Show All
vc80crtdll Get Serial Port Mapping
My VB6 app talks to multiple COM ports using an Edgeport/8 USB-serial interface. Once connected, these Edgeport interfaces will result in an additional 8 COM ports. The ports that are displayed by Device Manager are typically COM4-COM11, but not always. The mapping varies, depending on the serial number of the Edgeport device. What I am searching for is a method and API calls to get the current serial port mappings. ...Show All
Umair.it Ordinary users can't update MDB files installed in same directory as app
I'm using Windows Installer 3.1 to put my VB 2005 application on user machines. The destination folder is C:\Program Files\my company\my app\. The application uses an Access DB that I have been putting in the same folder. The application and data are to be accessible to all users and the DB needs to be able to accept new data and modifications. All is well as long as the user is a power user or administrator. Ordinary users sometimes find tha ...Show All
David Capone Refactor
why does the refactor install say theres no visualbasic2005 installed, when i have downloaded and installed latest vbexpress It doesn't work with visual basic express, as it requires the VSIP integration services which are only available in the full products i.e. vb2005/team editions etc. Cathal oh, ok thank u ...Show All
Bertrand JURADO Web Browser Object, i need help
i'm using a web browser obj (wbo) at my windows form. i need an item as textbox in this browser. how can i get a value at textbox in this html file. For example, there is a form in html and has a textbox. texbox has value as "1234" and name "dgr". how can i read this value at my windows application. i'll thank if u can write a sample code for this question. ...Show All
