| Thread | Last Post | Replies |
|
| compare floating point number | 25 Apr 2005 17:46 GMT | 4 |
I never compare floating point numbers but... it is easy said and done. I have a bunch of numbers that has at least 6 decimal places. I am thinking to convert these numbers to Integer and compare the integer numbers.
|
| Differences between visual basic 5 and visual basic 6 | 23 Apr 2005 22:35 GMT | 7 |
I think I can buy Visiual Basic.net for $100 bucks but I don't want to spend that much money right now. I have a textbook on Visual Basic 6, but I only have Visual Basic 5. I took a course in Visual Basic 6 but one of the examples (The 'Find' routine in
|
| Change name of XP desktop icon while program running? | 23 Apr 2005 19:09 GMT | 2 |
Can anyone tell me how I can change the name of the XP desktop icon from the running Visual Basic 6.0 program that is called by that icon?
|
| Returning to app.Path | 22 Apr 2005 07:56 GMT | 2 |
My application runs on a server From workstation i have shortcut to \\server\c\myApp\MyProgram.exe Start in \\server\c\myApp\ So far no problem.
|
| RTE, but not in debug | 22 Apr 2005 04:00 GMT | 3 |
A weird one (for me at least) I have VB6, SP5 enterprise edition installed. I note from dllhell that this installs DAO350.dll (3.51.1608) and if I unregister it VB will not start. I also have dao360.dll installed (3.60.8618).
|
| Internet download | 21 Apr 2005 12:24 GMT | 2 |
I have a small vb exe running on a regular basis on a local server. It checks over night a internet location for newer versions of other exe's. So far no problems. However when a newer version is found, my small exe download the new version
|
| populate excel columns | 20 Apr 2005 23:41 GMT | 1 |
I'm exporting the result of a recordset into an excel sheet using the following. oConn.Open strconnection rst.Open ssql, oConn, adOpenForwardOnly, adLockReadOnly, adCmdText
|
| How to create application's group under Start\Program menu using fCreateShellLink | 20 Apr 2005 15:10 GMT | 1 |
I am working in VB6 and need to create a group "My Achievements" in Start\Program menu. I wish to provide access to my applications from within this newly created group "My Achievements". I searched this on Internet and most of the people recommend
|
| Visual Basic 6.0 Resource Center | 20 Apr 2005 04:01 GMT | 7 |
Just got an MSDN Flash with the following information:
> Hey, VB6 diehards. We heard ya > <http://go.microsoft.com/?linkid=2753475>. > Really let us know what you think about this site. |
| SP2 Network Connections | 18 Apr 2005 19:33 GMT | 2 |
I have a software package that use frequent network connections. The SP2 firewall prevents the connections that worked under SP1. I'm using api's and shelling to Net Use. How should I redesign so I do not have to tell the user to turn off their firewall so my package will run. ...
|
| EXE and VBSCRIPT question | 16 Apr 2005 15:04 GMT | 2 |
EXE calls a .vbs file that updates the EXE with another, updated version. However, the EXE needs to close so the VB script can overwrite it. Can the EXE call the script without the script dying once the EXE closes? TIA
|
| problem calling a batch file (.bat) from Shell command | 15 Apr 2005 22:08 GMT | 2 |
I've the following problem. I've created a simple VB6 EXE program which is only call a Shell command which is calling a batch file. For some reason it didn't do anything. However it was working on a different PC though. The only differences are the first one is sp6 and the ...
|
| Importing data from Excel Sheets to Sql Databse through VB | 12 Apr 2005 21:28 GMT | 2 |
I've some excel sheets which contains too much data in it. All I need to do is to import relevant data from those excel sheets into Sql database through VB If anyone can suggest me the way to recognise the relevant data from those
|
| Save to File Ole image | 11 Apr 2005 15:32 GMT | 5 |
Hi people, I have a database Access with ole field. In this field i have images (bitmap). I want to save this images in a file bmp or jpeg. It's possible???
|
| Save an array of arguments in application | 07 Apr 2005 12:48 GMT | 1 |
I would like to give users the ability to save a simple comma delimited array of arguments without having to use a database or text file. I don't want to use an external file. I thought there was a way to do this in the "Project-->Properties"
|