| Thread | Last Post | Replies |
|
| How to Programmatically Create a DSN for MS Access with VB | 18 Aug 2003 06:50 GMT | 2 |
I am using VB 6.0 Enterprise with SP5 and MS Access 2000 as backend. I have the database being used in exclusive mode from VB. Can any one give me an idea for programmatically creating a User DSN.
|
| VB 6.0 & v92 modems | 18 Aug 2003 03:19 GMT | 1 |
Does anyone have a list of AT commands for the new v92 modems? I want it for a VB app I want to write. tia If Dick Grier reads this: where can one buy your VB serial comms book? How much. Reply email if required by Internet law. :)
|
| Show HTML pages as Thumbnails | 17 Aug 2003 04:52 GMT | 3 |
I want to show html page as thumbnails in a form. Can anybody guide me in this?? Any help will be appreciated. thanks in advance
|
| How to get data when data is available? | 14 Aug 2003 20:59 GMT | 1 |
Hi! How do I get data from a socket every time data is available? Do I have to check every socket with a timer or loop or something and then get the data? I read somewhere that I could use WSAAsyncSelect to do this, but I have no idea about that! Pleae help me with this! Thanks/John
|
| Getting data from an external device using COM Port | 14 Aug 2003 17:13 GMT | 1 |
I have a designed a project in VisualBasic6.0. using this project i want to connect an electronic device called ADAM. In this device, there are channel and i have to read the input from that channel.There are four channels and i have to read these values through VisualBasic6.0. ...
|
| Hiding columns in a listview | 14 Aug 2003 10:54 GMT | 4 |
I use a listview to view data from the database in reportview. At run time, I want to hide some columns (I don't want users to see them) but will need them to get the value in the columns because I have added select functionality to the rows.
|
| read devices through COM port | 13 Aug 2003 19:01 GMT | 1 |
In our project(In VisualBasic6.0) we are using ADAM and VOLTECH analyzer.we have to read the values from that devices through COM port.How to read that values from that devices through COM port using VisualBasic 6.0? Thanks in advance
|
| Can ASP.net vision1.1 run in IIS 5.0? | 13 Aug 2003 04:28 GMT | 1 |
When I open the sample "Duwamish 7.0 VB" of VS.net2003, there is a tip that ASP.net vision 1.1 can't run in my web server. My system is Windows 2000 and IIS5.0.
|
| Shell Command Problem | 12 Aug 2003 16:49 GMT | 1 |
I have used Shell command in my VB Project..... The Statement is as below lngShell = Shell(strCommandText, vbMaximizedFocus) "strCommandText" is a batch file name which is in same
|
| system.management, where is it? | 12 Aug 2003 15:23 GMT | 1 |
I have .NET 2003 enterprise architect edition, so I thought that I would have easy access to all of the libraries. Yet, I can't use an IMPORTS with the following framework classes :
|
| Clear history | 10 Aug 2003 15:24 GMT | 2 |
Is there an easy way to clear Internet history using VB ?
|
| Vbscript to add users to a W2K NTFS folder permission | 09 Aug 2003 01:23 GMT | 1 |
I'm trying to find the commands I could use to add two users to a newly created folder with different rights? I'v been looking for hours. Can any one give me a hand? I would prefer to do this in a short 2 line vbscript if
|
| Multiple (layered) images | 07 Aug 2003 05:25 GMT | 1 |
Problem: I need to make an image on which I have to put some other images with transparency. eg. base image is human body and other image is hat, next is with shoes etc. so when I click on tool "shoes" I want to put some shoes on
|
| Command Button Picture Property? | 06 Aug 2003 17:24 GMT | 1 |
I want to set some command buttons to ICO and BMP images, but can't seem to get the picture property to show the images. Can some one point out what I'm missing? Thanks.
|
| KeyPress and MDIform | 05 Aug 2003 12:59 GMT | 1 |
Does Anyone know how to capture the keypress event when a MDI form is active?
|