| Thread | Last Post | Replies |
|
| DAO on user computers | 24 Jan 2005 16:13 GMT | 8 |
I am not familiar with VB at all. So bear with me. I created a VB program (vb6.0) that uses DAO. I put the .exe on a computer on the network where my access dbase is at also. I mapped a drive on users cpu and want users to be able use the map drive and to click on the .exe and
|
| Internet control [ No licence info. etc - Error 429 ] | 24 Jan 2005 16:03 GMT | 2 |
I wish to use the Internet control object INET [ or inet1 etc.]. I have initiated Project -> References and Components and INET is listed in the Library ' InetCtlsObjects ' and appears in the Toolbox correctly. When I try to drag & drop this object /control on to a form I get '
|
| VB6's future | 24 Jan 2005 15:20 GMT | 4 |
Anyone can give me some idea about the future of VB6. Is it worth to start programming in VB6 now? My main concern is will microsoft giveup vb6 in the near future? Thanks.
|
| Need kill/close/unload/??? command to close asynchronous shell | 24 Jan 2005 13:23 GMT | 4 |
If using the following command: Dim PID As Variant PID = Shell("My DOS command", vbNormalFocus) this creates a new separate asynchronous shell for each invocation.
|
| Can't install Visual Studio 6 under Win XP | 24 Jan 2005 12:14 GMT | 10 |
I just got a new computer and am having a beast of a time getting Visual Studio to install on it. The computer is an HP Pavilion a750e with an AMD Athlon 64/3700 processor, a gig of RAM, a 250 gig hard drive, and Windows XP Professional. I have MS Visual Studio
|
| Create a process with activex exe .... | 24 Jan 2005 10:07 GMT | 3 |
I want to create a process with activex exe. I can create exe server but it allways appear in applications list in Windows Task Manager. How can I create a process only show in processes list in Windows Task Manager and show systray icon, like a spy (Windows messenger , MSSqlmanager ...
|
| eMail | 24 Jan 2005 08:24 GMT | 3 |
I am looking for VB.Net tools to develop an email processing program.
|
| Type Mismatch | 24 Jan 2005 00:36 GMT | 2 |
Being a recreational user I don't do much in VB, but I thought I understood how to pass an array between procedures. I guess I don't because the answer ought to be obvious. Given the following bit of code Sub start()
|
| Making sub always running | 23 Jan 2005 22:20 GMT | 4 |
In Visual Basic one can make subs that are called on certain events (for example on mouse click). Is it possible to make a sub, that works all the time, from the moment form is loaded to the moment form is unloaded? It does not matter if usch sub runs parallel to events or if it ...
|
| New Cracked Software(cad,cae,cam,eda,pcb,gis,cfd,cnc...) | 23 Jan 2005 21:36 GMT | 2 |
Hi! If you are professional ARHITECT, ENGINEER, DESIGNER, PROGRAMMER or User, and you can't buy expensive professional software - we will solve this
|
| Get IT projects with RainbowJ.com ! | 23 Jan 2005 21:24 GMT | 1 |
Are you freelancer or owner of software company? You have a good chance to get projects on new IT marketplace site: [url]http://www.RainbowJ.com[/url] Tens of projects are posted every week mainly web and software
|
| Exporting data to multiple word tables | 23 Jan 2005 21:23 GMT | 3 |
All, I have an infuriating problem trying to export the contents of my ADO recordset out to MS Word. Basically, I have a basic word app and document, create them, and write out
|
| Lanunching VBS files from Visual Basic. | 23 Jan 2005 20:29 GMT | 2 |
I am trying to write an app that launches VBS app. I have 2 problems: 1. I use shell to launch them. It seems that Visual Basic launches the second VBS file before the first one is ended. Is there
|
| Write directly to IE Window | 23 Jan 2005 15:31 GMT | 4 |
I've written an application that writes a string variable to an html-formatted file on the local hard drive and then I call up Internet Explorer to display the file. I would like to do this without writing to the hard drive.
|
| tydef | 23 Jan 2005 12:42 GMT | 3 |
I want to assign a type / structure to another through classes I call it a structure VB calls it a typedef I think I cant just go classB.mystruct1=mystruct2 without using a ton of lets for each element of
|