| Thread | Last Post | Replies |
|
| SHA1 for VB6 | 27 Feb 2006 16:38 GMT | 2 |
Is there a working SHA1 function/module for VB6 available?
|
| DIR and fso.getfile are so slow | 27 Feb 2006 16:36 GMT | 3 |
How come if I do : myfile = fso.getfile("*.*") and also: myfile = DIR ("*.*")
|
| Improper Fraction = True or False | 27 Feb 2006 16:20 GMT | 25 |
I would like a function that: If fraction is improper (e.g. 0.333333) intImproper = True Else (e.g. 0.5)
|
| OO, Interface question. | 27 Feb 2006 16:16 GMT | 3 |
I am kind of new to OO and I have the following problem : I have a class containing a huge list of functions for accessing an SQL database. Public Class Transaction
|
| Can anyone help RaiseEvent | 27 Feb 2006 13:44 GMT | 2 |
I have problem that I create .dll here is my source ************************* Public Event BridgeEvent(p_strEventName As String) Public Sub raiseEventInCTIToolbar(p_strEventName As String)
|
| Write entery on Application event log in VB6.0 | 27 Feb 2006 12:50 GMT | 5 |
I want to write an entry on the application event log for success or error through my VB 6.0 application. I am not sure if the end user machine will have .net installed and hence I cannot use those related classes. Can anyone share with me the code for the event logging into ...
|
| Index in ImageList Control | 27 Feb 2006 09:51 GMT | 4 |
Hi, friends, Index in ImageList Control (VB6.0) is a 0 based value or 1 based value? Thanks.
|
| VB - Too weird to be true | 26 Feb 2006 22:43 GMT | 18 |
This is a strange post because I am not really looking for an answer because this has never happened to me in 15 years of programming so I doubt it will ever happen again, but has anyone ever witnessed this one before? I have a VB application of 20 forms which runs fine after ...
|
| Shell works differently in two different programs | 26 Feb 2006 22:17 GMT | 4 |
I'm using the following statement in a VB6 program to start/show another program: Call Shell(PathName$, vbNormalFocus) where PathName$ is something like
|
| Windows Shutdown/Reboot and my ActiveX EXE | 26 Feb 2006 21:53 GMT | 2 |
O.K. There goes my ActiveX EXE running in the background all day doing great things for mankind. Can someone point me in the direction of how to handle Windows Shutdown and Reboot?
|
| Exponential calculation headache | 26 Feb 2006 18:35 GMT | 2 |
I need to calculate the exponential value of a number... That is basically the number raised to power 10 X ^ 10 so debug.Print 10 ^ 10 gives the right answer 100000000000
|
| Save/Write to CD from VB | 26 Feb 2006 15:05 GMT | 2 |
Hi Ok so I have come a long way with your help in solving this request but I still need help. So far I have down loaded the VB Project from vbaccelerator link inc the libraries and treeview control now I have an error no Public UserControl detected. I think this may be linked to ...
|
| Convert Microsoft script to VB | 26 Feb 2006 13:03 GMT | 2 |
How can I run this script using vb6? What references need to be set, etc I'm trying to get the computer name and mac address of all computers on the network.
|
| SonicClick High Quality 3 Image Button ActiveX Control | 26 Feb 2006 07:52 GMT | 1 |
Check this new button control, You will be amazed. SonicClick is an ActiveX Control which gives Web Style Buttons to your Visual Basic applications. You can just drag & drop the OCX - control file to the Visual Basic Components panel and use it like a Normal VB
|
| Refreshing Reports | 25 Feb 2006 22:43 GMT | 5 |
Hi, how do i refresh my reports so they immediately reflect changes in my system. I am using data reports in vb6. Currently, if i change something, i have to exit the application and the load the application and load the report to reflect the changes.
|