| Thread | Last Post | Replies |
|
| Searching a WSS location using VB.NET | 23 Jun 2006 07:06 GMT | 2 |
After a lengthy search of the KB and forums I have not come up with the answer for this problem. I have also posted this to the WSS newsgroup and hopefully someon has attempted this. We have a Sharepoint Portal installation as well as WSS (both 2003 SP2). I
|
| Exceptions raised when debugging Active X controls | 23 Jun 2006 01:21 GMT | 3 |
I finally have some Active X controls that I can debug. Delighted. However, I have stumbled across a problem that has got me very confused again. I have a piece of code inside an Active X control:
|
| hashing with sha-2 | 22 Jun 2006 23:08 GMT | 1 |
I have to use hashing functions to create files signature within a vb6.0 project Where could I find tools(dll) for using SHA-2 algorithm with VB ? Thanks,
|
| Reading A Text File Using VB6 | 22 Jun 2006 21:23 GMT | 8 |
I am trying to read a text file using vb6. Here is my code: open "filename.txt" for input as #1 do while not eof(1) line input #1, data_input
|
| Change control from array to single control | 22 Jun 2006 21:04 GMT | 3 |
I have a control that's in an array, but it's the only element in its array. Right now the index is set to 0. Is there a way to change it from an array to a single control? (so it doesn't have an index) I'm trying to avoid deleting it and creating another control.
|
| Disappearing registry keys when adding scrrun.dll to VB Project | 22 Jun 2006 18:25 GMT | 5 |
Any help with the following would be appreciated: I am trying to use the FileSystemObject in an app. When I open up the Components list, it is not listed already. If I try to browse for the dll, when I click OK, I get this error:
|
| CRC for whole CD, how to get there using CRCs of individual files | 22 Jun 2006 17:36 GMT | 4 |
I'm using ZLibWAPI.dll to calculate CRC's for files on a CD or DVD. Is it possible to come up with a single CRC for all of the files on the CD/DVD? If so, how do I get there from calculating the individual CRCs? Also, I'm getting some negative CRCs, that means something's not ...
|
| Excel VBA script decimal format bug | 22 Jun 2006 17:33 GMT | 2 |
We have problem with a spreadsheet where we use VBA to move inputed data in cells within a column to a row. The inputed data looks like, 0,3446325533953 and 0,45324657652432 etc, when moved to the assigned row it only have 3
|
| Convert VB to C#, Operator "Or" | 22 Jun 2006 16:17 GMT | 3 |
I have converted this VB code to C# but I got this error: "Operator '||' cannot be applied to operands of type 'int' and 'short'" Is VB allow to use Operator "Or" with 'int'? If yes, how to do this in c#?
|
| Format/Date/Time errors, please help! | 22 Jun 2006 15:55 GMT | 3 |
If someone can shed some light on this one, I would be truly grateful: Several years ago I created a VB4.0 application that is still in use today on several machines worldwide. This program has run fine on all machines until recently when one machine started getting a type
|
| VB6 - Forcing a UserControl's dimensions | 22 Jun 2006 15:26 GMT | 3 |
A nice feature I've discovered with UserControls is that the UserControl_Initialize() subroutine fires even at design time. (Not a big surprise.) Setting UserControl.Height and UserControl.Width however has no effect, at least in the form designer, and I end up having to look at the
|
| Tab control | 22 Jun 2006 15:09 GMT | 2 |
What are you all using as a tab control? I'm running VB6, SP6. I'm trying to get an XP style interface going and the only tab control I can find that supports the look is the TabStrip found in the common controls. I don't like this control because you have to add extra code to ...
|
| Program disappears without a trace | 22 Jun 2006 14:29 GMT | 5 |
I have a VB6 program that monitors some DAQ channels over my company's net, via a serial server device. The program, in essence, runs in a loop checking the readings it gets over the LAN, running them through a safety algorithm and alerting if limits have been exceeded. Due to ...
|
| Sort items twice... | 22 Jun 2006 12:21 GMT | 8 |
I've got a collect of objects that describe appointments. An object has the following properties: StartDateTime - appt start EndDateTime - appt end
|
| No focus rectangles when using XP styles on VB6 project | 22 Jun 2006 03:13 GMT | 7 |
I have a VB6 app that I am changing to support XP styles. I have the manifest file and the InitCommonControls and it looks nice. However, I am not getting a focus rectangle around the active controls (check box, option button, slider) when using keyboard navigation, so any user ...
|