| Thread | Last Post | Replies |
|
| How to write the DAQ System using VB .NET??? (URGENT) | 01 Apr 2008 00:25 GMT | 2 |
I would like to write a DAQ System using MS VB .NET which is something similiar to a virtual oscilloscope. But I don't have any ideal where & how to start the system coding part. Therefore, anyone out there who has this kind of hardware interfacing programming experienced could ...
|
| How to get a listbox to show all files including those in subfolders | 31 Mar 2008 22:22 GMT | 28 |
Is there a way to get a listbox to show all files including the ones in subfolders? I set the pattern to *.* but it is not returning files in subfolders.
|
| Simple Asynchronous Downloads | 31 Mar 2008 22:04 GMT | 8 |
"There are probably as many strategies for downloading files from the Internet as there are .NET programmers -- that is, no where near the number of Classic VB developers, but still more than a mere handful." Visual Studio Magazine Online | Classic VB Corner: Simple Asynchronous ...
|
| All about DLL's | 31 Mar 2008 20:23 GMT | 5 |
I have two basic questions about dll's and I think they are related. 1. What is the best way to distribute my DLL? For example I have three dlls (different levels of functionality) so i am going to license them. I was going to create a new EXE program (installer)
|
| Holy holy duplicates duplicates Batman Batman! | 31 Mar 2008 19:13 GMT | 2 |
Did anybody else just get a bunch of duplicate headers?
|
| What is wrong with this approach? | 31 Mar 2008 17:03 GMT | 13 |
================== Repeat: On Error GoTo Duplicate <some code here>
|
| I am absolutely flat out new to COM and need help - Using COM in VB6 to talk to C EXE | 31 Mar 2008 15:25 GMT | 18 |
I have no idea what I am doing in COM. I have tried example after example and reading whatever I could find, but I seem to be missing something fundamental. I need to capture certain information from DXF files and send it to a
|
| Log use of DLL | 31 Mar 2008 15:17 GMT | 7 |
I have standard exe application that I have installed onto a clients server. Users access this from their local machines. Part of the application accesses a dll that I have written. Use of this dll is licenced seperately from the main exe. My client is claiming that only 2 ...
|
| How to tell if WMP is finished | 31 Mar 2008 14:59 GMT | 4 |
I am using vb6 and the window media play control. wmp_movies.openPlayer "C:\windows\clock.avi" wmp_movies.settings.autoStart = True This is the code above that I use to open the wmp. From my vb
|
| Status bar | 31 Mar 2008 01:19 GMT | 2 |
Vbasic's status bar occupies the full width of the window. I have noticed that in Internet Explorer the status bar (at the bottom) occupies only a part of the width of the window (the part under favorites pane excluded).
|
| How to specify directories in VB5 | 30 Mar 2008 20:24 GMT | 3 |
I am a novice at VB5 programming. How does one specify directories for the application's data files if they are different from where the installer put the program directory? What is the secret? I have five books on VB programming (2 on VB3 and 3 on
|
| TwipsPerPixel | 30 Mar 2008 15:19 GMT | 3 |
How can I change the TwipsPerPixel under XP, please? I noticed that one of my users has TwipsPerPixelX 12 instead of my 15, and I would like to be able to reproduce what he experiences.
|
| code does not work | 30 Mar 2008 15:19 GMT | 11 |
can someone post a working code for this --------------- Private Sub Form_KeyPress(KeyAscii As Integer) If KeyPress(122) Then
|
| fixed or dynamic array | 30 Mar 2008 12:05 GMT | 17 |
I have the following in a VB program: Dim aList aList = Split(sList, ";", -1, vbTextCompare) My question is aList a dynamic or fixed array? One thing I thought to maybe
|
| Trouble connecting to SQL Server express over Peer to Peer network | 30 Mar 2008 07:33 GMT | 2 |
I have a program that accesses an SQL Server Express database. I access this database remotely on a Windows domain and it works fine. The server machine is set up with TCP/IP and Name Pipes enabled using Surface Area Configuration and I connect using Windows Authentication.
|