Home All Groups Group Topic Archive Search About

Visual Basic General Discussion

microsoft.public.vb.general.discussion
Score Code for Maximize and Minimize
Sandy - 4 Nov 2006 8:26 PM - 3 messages
Hello - I have a background form that takes up the whole screen and various forms that display in front of it.  When originally designed, the background did not have a maximize or minimize button. I have a request to change it so the background does have the maximize and ...
Score More Regional Setting Woes
Chuck Faranda - 4 Nov 2006 4:36 PM - 7 messages
When I run my app with a regional setting other than English this part of my code doesn't displays any data from the file.  What am I doing wrong?             Set fsoVWSDaily = New Scripting.FileSystemObject ...
Score Visual Basic 6 ActivexDLLs are not registering under Windows Vista
Onur Buyukcaglar - 4 Nov 2006 12:57 PM - 5 messages
Hi, I have a problem with Visual Basic 6 ActivexDLLs under Windows Vista RC1, My DLL is working fine under IDE (in Vista) but refuses to register with regsvr32.exe and throws out the following error ; [Window Title] RegSvr32 [Content] ...
Score How to Link ADO control to DATAGRID?
Jac - 4 Nov 2006 8:08 AM - 7 messages
hi, I'm trying to link to Datagrid using ADO control to display data stored in my database. But I have been trying out for some times already, thing still can't work! Or was I done/set something wrong ...
Score WTF happened to my typelibs?
ClarkVent - 4 Nov 2006 1:28 AM - 11 messages
I have both VB5 and VB6 Enterprise Edition installed on my computer. Today I opened a project I hadn't opened for a few days that used the MS Common Dialog Control (ComDlg32.ocx). When I ran the project, I got an ...
Score Adding a right-click function to a control
Sulivian - 4 Nov 2006 12:14 AM - 4 messages
I hope someone can help me out with this. I'm trying to add a function to a button when it's right-clicked , but I can't find any way to do it. Is there a simple property in VB 6 that allows me to write a function when I ...
Score Export to Excel question
Darhl Thomason - 4 Nov 2006 12:11 AM - 3 messages
I've got my app so it will export the selected data to Excel, but it always creates a new worksheet.  I found the code "out there" and modified it to work for my app, but can't figure out how to select a worksheet that is ...
Score Is looping FindWindow() ok?
Jim S - 3 Nov 2006 11:51 PM - 2 messages
We have a simple little c# 2.0 app that’s sole purpose is to look for a dialog box from another app to pop up and then click it’s OK button.  To do this we use a form with a timer control and some unmanaged code.  The app ...
Score how to check an ADO recordset status?
everymn - 3 Nov 2006 11:47 PM - 6 messages
Hi, I want to put all of my ADO recordset clean up code in my unload method, but I can figure out whether a rs was ever opened.  The ADO 2.8 API Reference Recordset Object Properties, Methods, and Events ...
Score How to send a message from VB to a textbox on a java window?
Bradley Burton - 3 Nov 2006 9:41 PM - 2 messages
I'm trying to send a message to the textbox on a java chat window by clicking a button on my VB program using windows api, but Spy++ doesn't recognize it or anything else inside the window. I noticed I can get ...
Score best practice for database connection on website
mbosco51 - 3 Nov 2006 9:00 PM - 2 messages
Hi.  I have a general question on the proper way to handle database connections on a website.  Here are the specifics... Website written in asp Pervasive database Visual Basic 6.0 dll running in COM+ that handles all the calls to the ...
Score how to find out the execution directory?
everymn - 3 Nov 2006 7:53 PM - 3 messages
Hi, I'm having a problem sourcing a data file during execution.  I'm counting on the fact that it will be stored with the executable but I can't count on where the exe will be stored.  I've tried capturing the ...
Score lifecyle?
Rick - 3 Nov 2006 6:54 PM - 8 messages
How long will Microsoft give support to Vb6? How long will Microsoft give support to COM? (please, let's not get into the argument between VB6 and the .NET). Will we always be able to run VB6 applications under Windows platforms? ...
Score Run Unix command from Visual Basic
shrike - 3 Nov 2006 4:40 PM - 3 messages
Goodmorning, I must build a Windows application usign Visual Basic to run commands on a remote Unix Server. On Internet I have found a component (wodSSH) to do this operation. It is an OCX that has following properties:        Login = <myLogin> ...
Score Help: How to enumerate a DFS root in VB?
Guy Hall - 3 Nov 2006 3:13 PM - 5 messages
Hi all, I need to write an application to enumerate a DFS root and export it into a file but can't find any information on whether this is possible and how. Does anyone have any experience with this? I can't use any standard MS tools as I do not have the necessary access to ...
Score Query on detecting file path at run time
Remittag - 3 Nov 2006 10:10 AM - 3 messages
Gentlemen! Greetings! We are herewith presenting our query on detecting file path through our application at run time as follows:-  Background: We have developed a software application using Visual Basic 6.0 (for the Front-End GUI) and MS Access 2003 (as the back-end database) that allows a ...
Score Return a byte array from C++ DLL to VB (VS 6.0)
zakaluka - 3 Nov 2006 8:29 AM - 7 messages
Hi everyone, I tried searching for this topic, but I just get too many results that don't apply.  Here is the problem I have. I have written a C++ DLL in VC6.  A program in VB6 calls the DLL and ...
Score Using Jet data control to write numbers to an excel spreadsheet?
Mark - 3 Nov 2006 7:18 AM - 11 messages
Hi, I'm currently using the vb data controls to write numbers to excel spreadsheets using the Jet driver. Unfortunately, even though the data being sent to the spreadsheet is numbers, excel has a nasty habit of showing them as text, requiring them ...
Score VB Form System CLose Button
jeff - 3 Nov 2006 2:23 AM - 18 messages
Hi gurus! Is there an easy way to be able to disable/enable the Form Window Close button (X)? I have a process which is kicked off from a form which is also updating a counter on the form and uses DoEvents. I dont want the user to be able to ...
Score Weird DataReport problems
Darhl Thomason - 3 Nov 2006 1:01 AM - 12 messages
On my main data form, I have a cmdButton to display a DataReport.  When I click on the button (code below), it displays the data properly, but on my main data form, it causes my "current record" label to show "-2 of 303" ...
Score downloading files
Johnfli - 2 Nov 2006 11:04 PM - 3 messages
I have a website that has a bunch of items, pictures, documents etc... I am having trouble gettign to them via FTP.  Sometimes it works, sometimes, it connects but doesn't display anythgin on the webhost site. Anyway, if I enter inteh url into IE, I am able to access teh pic, or ...
Score Custom app & Winlogon.exe fighting
ckramer7070 - 2 Nov 2006 9:46 PM - 10 messages
Hello, We have a unique VB application that runs a machine we produce, we have just switched over to XP computers and are running into a problem when going through certain actions and then exiting our custom app. After exiting the app the computer ties up/slows down and winlogon.exe shows ...
Score XML Report Format in VB.NET Windows Application
.NETUser - 2 Nov 2006 8:38 PM - 2 messages
Hello,    I am trying to create an XML report template that will print three different types of reports based upon choice. I've been researching this all day and no one knows anything. If you would, please show me ...
Score Trig Functions in VB.Net Studio 2k3
John Viall - 2 Nov 2006 8:30 PM - 4 messages
Are the trig functions, Sine, Cosine, and Tangent, built into VB.Net?  I haven't been able to find the functions. I'm using Studio 2k3 if this helps? Thanks in advance. John Viall ...
Score Data Report help - VB6
Darhl Thomason - 2 Nov 2006 6:21 PM - 10 messages
I'd like to build some reports for my app.  I don't think I want to do the reports with a data environment, because I want the reports to be based on the current recordset from the main data form.  the recordset from the main ...
Score Location of the cursor in textboxes
DORI - 2 Nov 2006 5:51 PM - 4 messages
Hi, I use Text1.Setfocus to locate the cursor in the Text1.Text, when this happens, the cursor shows up at the beginning of the textbox. I mean if there is a data already entered in the text1.text, the cursor shows up just before ...
Score VSI 1.1
Microsoft News - 2 Nov 2006 5:17 PM - 2 messages
I am packaging a VB6 application with VSI 1.1, but there appears to be no way of setting a switch which will allow the user to install the application for All Users or Just an Individual user at time of installation. ...
Score [VB6] Unwanted system sound on textbox keydown
ToSka - 2 Nov 2006 5:04 PM - 8 messages
Hi, anybody know how to eliminate the "ding" sound whenever an "Alt-" + key is done into a textbox control and the form in which is contained have menus ? For example: I have a form with a textbox and a (simple) menu. This menu hasn't any ...
Score How to force user to scoll all the way to the end of a control?
Greg - 2 Nov 2006 4:53 PM - 44 messages
I first saw this in a Microsoft licensing screen and thought it was pretty cool.  Now, we would like to implement it so that we can try to "force" users to read all the way through something. How can I verity that a scrollbar has actually been scrolled all the ...
Score Identify last Item Selected in a Multiselect Listbox
Brian - 2 Nov 2006 4:40 PM - 3 messages
Is there a built in method or API that allows a program to identify that last item selected in a multiselect (checkbox style) listbox? The goal would be to provide the last listbox index that was checked ON.  If ...
Score To use Windows Service???
Vanessa - 2 Nov 2006 12:40 PM - 12 messages
Hi, I need to create a self run program which will run in Windows 2000 background all the time.  I presume i need to write the program as a Window Service, am I correct? If yes, I'm not familiar in this area, any sample code for me to follow and ...
Score Help: How to access Outlook PST file and count items
Guy Hall - 2 Nov 2006 8:39 AM - 4 messages
I need to write a small application in VB6 Enterprise Edition that will scan a user's drives and report all PST files and how many mail messages (etc.) are in each one. Is this possible using the Microsoft Outlook 10.0 Object Library and if so ...
Score VB Code to validate password strength
rajeshramhit - 2 Nov 2006 7:01 AM - 10 messages
Hi All, Can anyone tell me or point me to a code which validates the password field? The password field should be matching this rules before it is submitted 1. Password should be a minimum of 8 characters. 2. Password should not contain characters which repeat. ...
Score Find the window title of an application
paraidy - 2 Nov 2006 6:37 AM - 2 messages
Hi all, i'm using VB6 and i need to know the window title of a program, is there a way to get the window title? i don't know if i must find first the PID, can someone write an example? Thx all :) ...
Score Documenting Properties/Methods in VB.NET...
Ken Clark - 2 Nov 2006 1:26 AM - 3 messages
How do you go about documenting properties and methods in a VB.NET class so the descriptions appear in the Object Browser? I've seen people use the <Description("")> attribute to have things appear in the properties window, but not the Object Browser... This was very simple ...
Score listbox control columns
bbdobuddy - 1 Nov 2006 10:41 PM - 18 messages
Hi, I am creating a dll in VB6 and I am having problems with the listbox control.  I set the listbox control to show 15 columns but when I try to put data in any column after the 10th I get an error that says ...
Score Adobe Acrobat & VB.NET
Bill Partridge - 1 Nov 2006 9:09 PM - 2 messages
Hi, I am using VB.NET 2003 and I want to open up a pdf by pressing a command button. How do I do this, including passing a filename as a parameter? ...
Score Is it possible to add multiple images from a small picbox to diff. positions in lg. picbox
Mike Scirocco - 1 Nov 2006 8:12 PM - 4 messages
I have a program that used to download maps from Mapquest, it was a simple matter of building the right URL, loading the page, examining the src of each img until I found the right image, then saving that image to ...
Score Shell with a kb hook
jcrouse1 - 1 Nov 2006 7:36 PM - 9 messages
I am writing an app and looking for suggestions. I want the app to run undetected, hidden or mininized with no tray icon, and to function with both Windows 9x and NT based (NT, 2000 and XP) systems. Here is an example of what I am trying to do. I want to launch my app ...
Score how can i use functions from a DLL in a vb6 project ?
uziels@gmail.com - 1 Nov 2006 7:20 PM - 6 messages
somone wrote a c++ project with a lot of Dll's. I need to include one of those Dll in my vb6 project to use some functions there. i havent succeed to insert it : it's not an ocx component and when i copy it in ...
Score How do I automatically get my app running with focus when a PC is
John Austin - 1 Nov 2006 6:58 PM - 11 messages
I need a PC to operate  a magnetic card reader (data appears as keyboard input). I can set Xp to automatically log on as a particular user and I can put a shortcut to my app in the startup folder, but Xp loads with focus on ...
Score Register OCX
Esha - 1 Nov 2006 4:47 PM - 5 messages
My application uses many third party OCXs and DLLs. It was installed on many user workstations via setup. The time taken by setup is pretty big. If I make changes in my application and those changes do not involve additional OCXs or DLLs, then replacement of the exe of my application is ...
Score Database transactions and data-state flags
Craig Buchanan - 1 Nov 2006 3:58 PM - 10 messages
I am attempting to create an API layer for my application.  The UI interacts with the API, the API interacts with the database. Essentially, each object is responsible for its persistence.  At this point, I use flags (IsNew or IsDirty) to indicate the state data of the object's ...
Score Distribution woes
That Guy - 1 Nov 2006 3:41 PM - 4 messages
Hello world, I have been working on a program that utilizes a number of disconnected record-sets to store all kinds of information. I have since tried to release a beta version of this program to my users and have encountered ...
Score vb 6 & vss
someone - 1 Nov 2006 3:33 PM - 6 messages
Hi, I just found I don't see the checkin checkout and prompt for add to source safe box when I open the vb project? how to fix this? Please help... ...
Score Persisting Session
CGW - 1 Nov 2006 2:52 PM - 4 messages
I have an application which will be running under a larger, umbrella site. That larger web app/site uses session variables that I access to identify the user, and has a timeout of 20 minutes which I am unable to ...
Score Using MS Word
Arne Beruldsen - 1 Nov 2006 2:25 PM - 3 messages
I have a project where I would like to create Templates for emailing.  Without sounding dumb...is it possible to open up Word within my app and create and save the Templates.  And within the email open up the saved ...
Score Cut or Copy from Clipboard
Bart Steur - 1 Nov 2006 1:30 PM - 2 messages
How can you recognize in a VB6 app whether files on the clipboard should be copied or moved after selecting Copy or Cut from the popupmenu in explorer. I know how to get the filenames from the clipboard, but can't see whether ...
Score Regional Setting Compatability
Chuck Faranda - 1 Nov 2006 12:19 PM - 3 messages
I'm having difficulty getting my app's forms to behave when regional setting are not set to English (US).  All of the fonts are MS San Serif.  The forms display buttons in the wrong places and some font colors are different then ...
Score Problems designing UserControl
Andy - 1 Nov 2006 12:01 PM - 19 messages
Not sure if this is the right group for the question - redirect me if you think I should be asking it elsewhere. We have an MDI application with numerous MDIChild forms.  Each has a large amount of behaviour in common, and I've been asked to investigate whether a ...
Score VB6 ActiveX DLL Form & Excel
KingMartin - 1 Nov 2006 9:56 AM - 10 messages
Hello, I am trying to do something that should be quite easy, but I can't get it working right. Instead of a VBA userform, I want to use VB6 form as front end to Excel workbook. I want to call this form from Excel, so I don't (I think) look for ...
Score Show data at difference ComboBox
boundary - 1 Nov 2006 9:12 AM - 4 messages
How to add different data from same field from a Recordset to difference combo box (style 0). Let say I have : 1 table – Table1 2 field inside the Table1 – Nama and Age 3 Combo Box – Cbox1, Cbox2 and Cbox3 ...
Score Using MAPIMessages: addresses not being cleared
DartGuru - 1 Nov 2006 8:14 AM - 6 messages
I am sending emails to a list of recipients in groups of seven or eight at a time, sometimes with a CCd address sometimes not. The sending works successfully, but I am having to use ".Send True" to preview the ...
Score How to Convert 8bit into 6bit AIS encapsulation?
Howk013 - 1 Nov 2006 6:48 AM - 22 messages
Hi guys, after weeks of asking alot of people here, i finally reach this stage of requiring me to convert the codes from 8bit to 6bit. To better illustrate my idea, page 34 of this link [link] ...
Score help re-adding trad.dll
timeless2 - 31 Oct 2006 9:50 PM - 3 messages
I've got a dumb question... trad.dll is a reference in an ASP .NET project I am working on and the reference seems to need to be re-mapped, as several components in my data access layer .vb files are showing as "not declared". ...
Score Fade image in VB6
WH - 31 Oct 2006 4:26 PM - 4 messages
Is there a way to fade one image into another in VB6? Thanks WH ...
Score Method '~' of object '~' failed
Claudia Fong - 31 Oct 2006 3:55 PM - 4 messages
Hello, I got this error message when I run the *.vbp file of my application. Method '~' of object  '~' failed But the application still work perfectly and it only display this error message on a machine connected through a network, because it does not ...
Score Free to do what I like, but is it right?
MM - 31 Oct 2006 3:42 PM - 37 messages
For fifteen years I have religiously followed Hungarian notation and prefixed every integer with an i, every string with an s. Often I have wondered why the heck I do this. I have never, or hardly ever, needed to puzzle for very long over whether a particular variable is an ...
Score Email...Mail Merge..etc
Arne Beruldsen - 31 Oct 2006 3:33 PM - 2 messages
I have an application where I would like to create Templates, Mail Merge and perform all the usual email stuff.  Ideally I would like to integrate with Outlook. Any suggestions regarding the best tools to use to accomplish this. ...
Score Excel visual basic user form combo box
Marcus - 31 Oct 2006 1:54 PM - 2 messages
Hi, I have made a user form, predictably for users to input data. Some of the data eg. name does not have to be specific so a textbox works fine however other data does eg. department so i thought a combo box would ...
Score Form Border Style
Claudia Fong - 31 Oct 2006 1:50 PM - 5 messages
Hi, Usually I'll set the form style to fixed single so it will only show me the minimize and close form on the top right corner. And when I click on the close form it will stop the application and don't know why, one of ...
Score vb6 invoking application
neha - 31 Oct 2006 9:18 AM - 3 messages
can a ruuning exe which is stopped running by closing window  can automatically run itself again ...
Score How we can to launch external program with parameter?
RUDI HARSONO - 31 Oct 2006 7:00 AM - 3 messages
hello...anybody can help me plz.. I want to run external program (e.g : pkzip) that use parameter option. I tried with shell function but couldn't work because I did know to pass parameter option to pkzip program. I will be appreciate who can help me.... ...
Score Problem running this ADO , pls advice
Howk013 - 31 Oct 2006 6:55 AM - 7 messages
This is what i wrote. Option Explicit Dim conn as New ADODB.Connection Dim cmd As New ADODB.Command Dim rs As ADODB.Recordset Dim sConnString As String Private Sub Form_Load() Dim myFile as String myFile = App.Path & "\MyDb1.mdb" ...
Score a set of MSDN is used by three OS?
lv - 31 Oct 2006 3:27 AM - 4 messages
I have a multi-boot system. Can i install MSDN  in the same location to save diskspace.? OS: two win98      windows2K MSDN MSDN VS 6.0 Thanks for any tips lv ...
Score External applications inside a form
Rod - 31 Oct 2006 2:52 AM - 3 messages
Sorry if this question is lame, but I'm a newbie and can't figure it out: how can I open an external application (such as notePad or Mozilla Firefox) as a component of my own VB application, instead of a new window? ...
Score vb6 service pack 6. "Cant find common folder settings"
JerryCic - 31 Oct 2006 2:01 AM - 2 messages
Is there any way to fix this error without re-installing vb6? Microsoft states bthat the quickest way is to install vb6, but i dont have my cd's and i dont want to break the functionality i have. ...
Score Webbrowser Control and "Error 6 - Overflow"
ClarkVent - 31 Oct 2006 12:52 AM - 4 messages
Ok, here's some weirdness. You can try this out in VB5 or VB6. First of all, create a form with a WebBrowser Control ("Microsoft Internet Controls") and a single button. Next, open Notepad and paste this HTML code: <HTML> ...
Score Help and IE 7
Esha - 30 Oct 2006 11:23 PM - 11 messages
Sorry if I have to ask in another group. I installed IE 7 on my development machine. Since that Help for my VB 6 application located on the server is not displayed. I do not suggest users to upgrade to IE 7 until I find some solution for the problem with ...
Score VB Script in VB6 more "curiouser"
Lorin - 30 Oct 2006 10:33 PM - 5 messages
Yes, I am using VB6 to do VB Scripting (because I can) within VB6 programs. - Really because I want my users to be able to write and solve equations in my VB6 executable. I would like to use arrays in the VB Script code. ...
Score VB6 FileCopy Fails Windows XP SP2
Bob - 30 Oct 2006 10:07 PM - 4 messages
I found a message to do with XP SP2 causing this but no solution.  I have a backup app that will backup from a users My Documents to their home directory on our file server.  This has worked really well and ...
Score DCOM call fails with 462 - Remote machine does not exist...
Maury Markowitz - 30 Oct 2006 8:16 PM - 17 messages
I've written a class in VB that is going to be called via DCOM. I have installed the resulting DLL/App on the XP/SP2 machine in question. I have set up permissions in DCOMDNFG to allow admins (I'm an admin) to access the ...
Score VS2005 / VB6
dman - 30 Oct 2006 6:18 PM - 4 messages
Hi. Can VS2005 coexist with VB6 on a 1. Development PC 2. Deployment PC Thanks. ...
Score Error getting exit code returned by MS-DOS command
pkirow - 30 Oct 2006 1:35 PM - 2 messages
Hi folks, When I try to invoke MS-DOS programm from VB, the exit code return is aways 0. My code is:   Option Explicit    Private Type STARTUPINFO       cb As Long       lpReserved As String ...
Score Project Explorer and Controls ToolBars are gone
albertleng - 30 Oct 2006 12:40 PM - 4 messages
I dont know what's wrong with my VB6.0 IDE. i think i clicked something and caused this. I mistakenly clicked "X" of the controls toolbars and it's gone and i have no idea how to get it back. ...
Score exe file created VB6 in windows english doesnot work in windows german
kanth.kris - 30 Oct 2006 10:44 AM - 8 messages
Hello Fiends,                     I am having a problem in running exe file created in VB6. I have created an exe for VB application it runs well on my ...
Score Windows size
Wagon - 30 Oct 2006 10:18 AM - 2 messages
Is there a way to get a vb program to control the size and location of other application windows? ...
Score How to put a help text in a form
IJALAB - 30 Oct 2006 10:08 AM - 2 messages
Hello All, Request your guidance on the following: 1)I have a form where the user can enter the details. For information sake, the formulae to calculate every parameter is displayed in the bottom part of the form. For ex: ...
Score How to call Form1 at Project1 from Project2?
boundary - 30 Oct 2006 9:07 AM - 10 messages
How to call Form1 at Project1 from Project2? I have 2 projects, Project 1 and Project 2. Sometimes I need to call Form1 (Form1.Show)   at Project1 from Project2 or call Form1 at Project2 from Project1. How to link the Forms from difference Projects. ...
Score Where is IE7 newsgroup
Marv Wade - 30 Oct 2006 1:37 AM - 3 messages
I haven't been able to find it in the MS newsgroups ...
Score Meaning of 0&
Syed Zeeshan Haider - 30 Oct 2006 1:17 AM - 6 messages
Hello Everybody, I am trying to understand some code given in API-Guide 3.7. I am quite intimidated by the fact that to use just one API call you have to get help from a host of other API calls. Well, I am working on it. ...
Score enumerate existing comm ports
Jack - 29 Oct 2006 11:37 PM - 12 messages
How to enumerate existing comm ports? Jack ...
Score "Class not registered looking for object with CLSID" error
DORI - 29 Oct 2006 11:34 PM - 4 messages
Dear all, Newbie with VB6 SP6. I get this error when I try to open the .exe file on another computer: "Class not registered Looking for object with CLSID: {00000010-0000-0010-8000-00AA006D2EA4}" The .exe file is created by Package and Deployment Wizard Tool of VS6. ...
Score need to display a six figur number....
Co - 29 Oct 2006 10:53 PM - 4 messages
Hi All, I want to display a six figur number which is build up from three numbers. All goes well until I get somewhere a number smaller then 10. for example: n1 = 20 n2 = 34 n3 = 12 here the result is: Left(n1 & n2 & n3, 6) --> (203412) ...
Score creating desktop shortcuts: what is ShellLinkA ?
Jack - 29 Oct 2006 8:33 PM - 3 messages
Hello,             What is ShellLinkA in below function? If that is a user type what should I declare for it? Public Function CreateShellLink(LnkFile As String, ExeFile As String, WorkDir As String, _ ...
Score Newbie help please
cmw_ca - 29 Oct 2006 7:08 PM - 18 messages
Hi I am working on an assignment for class and I am having trouble with it.  It is on Form, Local, and Global Variables.  I am trying to store two different numbers and have them displayed in a label on my form.  I ...
Score VB6 Code Using VBScript Arrays
Lorin - 29 Oct 2006 3:21 PM - 3 messages
Yes, I am using VB6 to do VB Scripting (because I can) within VB6 programs. - Really because I want my users to be able to write and solve equations in my VB6 executable. I would like to use arrays in the VB Script code. ...
Score releasecapture > mousemove > flicker
Seadog - 29 Oct 2006 11:07 AM - 7 messages
I want to move an object on mousemove using releasecapture. Ive demo'd the problem with the code below. If the mouse is left in the bottom end of the picbox it is rapidly within the capture area then it isnt and so on hence ...
Score LZW .Z Decompression?
wxforecaster - 29 Oct 2006 3:00 AM - 9 messages
Was surprised how little information turned up in a Google search, but I can't imagine that this topic is new and maybe I'm looking in the wrong place. I have a series of .Z (UNIX LZW compressed) files that I need to decompress ...
Next »