Forum: Visual Basic 4 / 5 / 6 Aug 21st, 2006 |
| Replies: 3 Views: 3,691 Ok, I don't care if I use javascript. Can't I take javascript and convert to vbscript? |
Forum: Visual Basic 4 / 5 / 6 Aug 21st, 2006 |
| Replies: 3 Views: 3,691 Hello all,
I previously attempted to attach an ActiveX.dll control to my form in VB2005 and VB6 without success.
When in VB6 the control reference is made and I am able to place the control... |
Forum: Visual Basic 4 / 5 / 6 Aug 21st, 2006 |
| Replies: 10 Views: 7,125 Hello,
Hey Nedwards, if you don't want to use VB2005 and would like to use legacy VB you can get to a VB editor within Excel (if you have Excel). Just my $0.02. |
Forum: VB.NET Aug 17th, 2006 |
| Replies: 1 Views: 4,267 Hello,
I am trying to use a ActiveX component (written by someone else) in my Visual Basic 2005 project. I am new to VB2005, so please bear with me.
I added the COM reference to the ActiveX.dll... |
Forum: Visual Basic 4 / 5 / 6 Aug 4th, 2006 |
| Replies: 5 Views: 4,330 Follow up to my Binary file problem...
Hello all,
I am trying to write a string preceded by a length field in a binary file
Here is an example
Dim tNameBin as String
Dim lBufferSize as... |
Forum: Visual Basic 4 / 5 / 6 Aug 4th, 2006 |
| Replies: 5 Views: 4,330 Follow up issue,
How can I write string contents to a binary file that would not be visible in a Hex editor as text?
Maybe I need to write as binary data? How does one convert a string to hex... |
Forum: Visual Basic 4 / 5 / 6 Aug 4th, 2006 |
| Replies: 5 Views: 4,330 Hey Comatose,
I do have a loop, but did not include in my example.
I used a hex editor to see exactly what the binary file contained.
Apparently, even if the first value was written as... |
Forum: Visual Basic 4 / 5 / 6 Aug 4th, 2006 |
| Replies: 5 Views: 4,330 Deleted..
Please see below |
Forum: Visual Basic 4 / 5 / 6 Aug 1st, 2006 |
| Replies: 5 Views: 4,330 Hello all,
I am reading (get) and writing (put) values from multiple binary files.
I first have to copy a binary file file1.bin to file2.bin and then I append 1 record to file2.bin.
My... |
Forum: Visual Basic 4 / 5 / 6 Jul 24th, 2006 |
| Replies: 3 Views: 9,880 Thank you very much for your help. I tried the link, but it does not work. |
Forum: Visual Basic 4 / 5 / 6 Jul 24th, 2006 |
| Replies: 3 Views: 9,880 Hello all,
How can the sound card be Enabled/Disabled with Vb Code? Is this possible through API call? or maybe registry edit?
My app. needs to disable sound card while running then enable... |