| Thread | Last Post | Replies |
|
| Format Error (VB6 SP6) | 21 Nov 2004 17:11 GMT | 14 |
Dim Temp As String Dim N As Integer Temp = ":01 1 2A " 'This is actually coming from a device in my 'real' program
|
| Will vb6 files work on vb4 ? | 21 Nov 2004 14:27 GMT | 14 |
I have made most of my demo class projects on vb6. Now i am planning to buy vb4.0 becuase vb6.0 is not easily avilable and is also very expensive. Will those vb6 project files i made work on visual basic 4 ?
|
| Existing directory | 21 Nov 2004 13:11 GMT | 1 |
If I want to decide if a file exists I can use 'if dir("c:\test1\test2\testfile.txt")="testfile.txt"'. But now I want my application to decide if a directory exists and, if not, create it. Maybe there's a hard way with an error handler searching for
|
| Prob yet another dumb question. | 21 Nov 2004 05:48 GMT | 2 |
This script was left to me to get fixed, but since i cannot vb, i stuck. Anyone know what i have to do to make it work? <package>
|
| Can my program serve it's own web pages? | 21 Nov 2004 04:33 GMT | 3 |
Can my program serve it's own web pages? I have a wireless router on my network. I punch it's URL into the web browser and the router exposes it's user interface as a web page.
|
| playing multiple wav files simultaneously? (how do you use wavemix.dll ?) | 21 Nov 2004 04:01 GMT | 5 |
I'm trying to get VB6 to play 6 WAV files simultaneoulsy. Supposedly the Wavemix DLL is the way to go. From http://www.compuphase.com/wavemix.htm
|
| How to display different parts of form depending on ListView selection? | 21 Nov 2004 02:26 GMT | 1 |
I thought I was pretty "up on" the properties of a VB form, but I just bumped into something that has me stumped. I'm writing a program that has a "Preferences" form. On the left of that form is a ListView control that lists the various things I want the user to be able
|
| VB Use of Clipboard Limited to 64K? | 21 Nov 2004 00:13 GMT | 6 |
VB Use of Clipboard Limited to 64K? I am trying to paste 3 megs of text into a TextBox. If I use Windows' Ctrl-V it pastes in just fine, but, if I use the VB Clipboard function it only delivers the first 64K. What's the deal?
|
| Activex Control problems | 20 Nov 2004 22:36 GMT | 1 |
I'm just messing around trying to learn how to develop a Control. I was doing just fine but then things went crazy. What it is doing is skipping the InitProperties or ReadProperties event in F5-run mode. In other words it is going straight from the Initialize event to the Resize ...
|
| run-time error 75 | 20 Nov 2004 22:16 GMT | 1 |
If somebody can help with this issue, it will be greatly appreciated. We are using a 3rd party applications for our business. The applications works fine when logged in as admin user. But when logged as a limited user, we get a RUN-TIME ERROR '75'. This error comes when
|
| don't read, only a test | 20 Nov 2004 22:00 GMT | 4 |
|
| small data sets don't work in code like larger ones | 20 Nov 2004 19:17 GMT | 1 |
I am using coding to automate some charts. It works great unless my data set has fewer than 25 lines. When the data set is small (<25 rows) the code interrupts. Debugging takes me to: ActiveCell.FormulaR1C1 = "=average(RC2:r[-" & mysmooth - 1 & "]c2)"
|
| Modules or User Control | 20 Nov 2004 14:36 GMT | 1 |
Hey everyone, Need some help please with vb.net and web forms. I have a main web form that has a series of buttons (ADD, UPDATE, REPORT etc) and I want to be able to incorporate either a module or
|
| 2 monitors, two displays | 20 Nov 2004 11:43 GMT | 2 |
Not looking for code, only clue will be enough ... I would like to make an application, that will bi capable to display information on two monitors - different data for different monitors. On the first monitor different data will be presented to the different
|
| OCX for video capture? | 20 Nov 2004 07:14 GMT | 3 |
Dear Group: I'm trying to develop an app that processes (saves to file and allows you to view) multiple video inputs from ONE bt878 video capture card. Problem is that after visiting www.shrinkwrapvb.com and using the ezvidcap60.ocx, I'm
|