Home All Groups Group Topic Archive Search About

Visual Basic General Discussion

microsoft.public.vb.general.discussion
Score Debugging an old VB6 project
David Hearn - 27 May 2006 11:34 PM - 7 messages
I have an old VB6 project that I am going to attempt to convert over to VB.NET/Windows Forms. The problem is that the code is old and a lot of the third party controls that were included in the project are now ancient ...
Score VB Help problem
michaelberrier - 27 May 2006 11:03 PM - 5 messages
I bet a million people have directed me to VB help, and I'd love to look there, but I have a very basic problem. When I open VB help(V 6.3), I get the standard Contents, Answer Wizard ...
Score using Format problem
Jack - 27 May 2006 9:28 PM - 5 messages
Newlog = Format(Hex(CNumber), "0000000#") using above code I would expect to have Newlog always containing 8 digits but that is not true. For example: Newlog = Format(Hex("158405880"), "0000000#") returns 97114F8 instead of 097114F8 What I am doing wrong? ...
Score Visual Studio 6 and Vista
Norm - 27 May 2006 3:56 PM - 23 messages
Hi, I asked this question in the VB Install group, but did not get an answer. I was hoping someone in this group might know. Has anyone gotten Visual Studio 6 and Service Pack 5 to install on Vista? I can install Visual Studio 6 OK, but when I try to install Service Pack 5 ...
Score VB6 and CreateThread...In 2006, is this still a BAD Combination???
Alan Mailer - 27 May 2006 6:10 AM - 5 messages
Is it *still* a bad thing to use CreateThread in a VB6 application?  I know it causes some issues during debugging; in terms of moving in and out of the VB IDE... but are there issues beyond this? I found some messages from a few years ago that basically seemed to ...
Score Need Label visible in a VB6 TextBox
DACCS - 27 May 2006 12:30 AM - 65 messages
Need help, anyone? I have a new form with only one small TextBox in it.  When I attempt to place a Label box in it, the name of the Label disappears;i.e., the Label goes behind the TextBox.  I've been unsuccessful with using the properties of ...
Score Accessing MS Access database on a remote computer
AK - 26 May 2006 9:41 PM - 5 messages
Hello all, My VB 6 application reads and writes to a MS Access Database called Test.mdb. Right now, the database is located in the same folder as my VB application. I access as follows: Set ExportDataConn = New ADODB.Connection ...
Score Avoiding Error 398 - Client Site not available
Ivan Debono - 26 May 2006 7:28 PM - 6 messages
Hi all, I've got an app which is basically one main form and many usercontrols used for data entry, lists, etc. I often get the above error. Can anyone explain why it occurrs and how to avoid it? Thanks, ...
Score Regular Expression class
Bryan Dickerson - 26 May 2006 7:20 PM - 13 messages
I'm trying to use a Regular Expression object to validate/find a City-State-Zip combination in an address field.  The Pattern that I'm using is : "^(\w)+,\s[A-Za-z][A-Za-z](\s)+[0-9]{5}(-[0-9]{4})?$".  I have also set ...
Score MDIform - no controlbox property?
Sandy - 26 May 2006 6:04 PM - 10 messages
Hello - I have an MDI form that I used as the background form in a project.  I only want a user to be able to minimize the background form or exit (or, of course for it to be maximized).  I just noticed there are no controlbox properties.  ...
Score Recursively find delimited word in document
Seamus Conlon - 26 May 2006 4:42 PM - 3 messages
I am developing a VB6 app that opens a Word document to recursively find a word delimited with | (eg |name|) and replace it with a string which I prompt the user for.  I have tried some variations of selection.find but can't work it out correctly. ...
Score Readfile for visual basic
john.ambou - 26 May 2006 2:09 PM - 10 messages
Hello, I develop a small application in visual basic. In fact, my application send a file between 2 PC, I use the socket. but I have a problem : When I choose a file in my hard disc, I can read small part, put this ...
Score check running processes
Big D - 26 May 2006 1:11 PM - 3 messages
How do I check to see if a specific process is running? In the vbcode I am executing a program from VB using the Shell object. The program does not return any erorr levels and finishes anywhere from 6-15 ...
Score Runtime-error '-2147024882(8007000e)' Not enough storage available to complete this operation.
meet_narang - 26 May 2006 5:28 AM - 4 messages
I have VB / VB.net application which uses ADO recordsets to fetch data .. I am getting run-time error while getting rows from the recordset : "Runtime-error '-2147024882(8007000e)' Not enough storage available to complete this operation" . Earlier I thought that this is due to MDAC ...
Score Forms Mysteriously Losing PropertyBag Info
Joseph Geretz - 25 May 2006 10:37 PM - 10 messages
Over the past years, our development shop has been plagued by a mysterious recurring problem; that is that Forms spontaneously lose large chunks of their PropertyBags for their hosted controls. We'll get the latest from VSS, and subsequently we'll notice that things like Background colors, Border ...
Score Sending text to a web control
Jack B. Pollack - 25 May 2006 10:15 PM - 8 messages
I am using the MS Internet Control (shdocvw.dll). I want to be able to send text to a form on the web page. Can anyone help me with this? Thanks ...
Score vb 6 path question
bp - 25 May 2006 9:56 PM - 17 messages
hello, I am using VB6.  i have a string that contains a path + file name. such as c:\temp\some folder\myFile.zip. what is the best way to get the myFile.zip? thanks ...
Score Driver references question
Kjell - 25 May 2006 9:49 PM - 3 messages
Hi I've a question regarding the files included in P&D wizard. As far as I know using any Excel, Word or Outlook functionality from a VB6 application requires a fully legal installed 'Office' version on the klient ...
Score How to rename File/Directory on a CD/flash drive using vb 6.0
pmud - 25 May 2006 8:48 PM - 3 messages
Hi, Is it possible to rename a file or directory on a CD or flash drive or Floppy disk using VB 6.0? Actually, I need to build logic in my program such that the same files / directories are not scaned again by the program again. So I thought of ...
Score Follow Up to Property Pages Question
Brian - 25 May 2006 8:42 PM - 3 messages
I've done some reviewing on Property Pages for my custom control. My issue:  The properties that I moved into my control Property Page are still visible in the list of properties when the control is selected on the ...
Score Latest JET version
Rick - 25 May 2006 8:23 PM - 2 messages
When VB6 was shipped, it came with JET 3.51, later JET 3.6 was shipped with ADO. Now, I need to know if VB6 can work with JET4.0 legally speaking. If so, where can I download thes files, so my vb6 application can handle and ...
Score renaming a filename with current date
ftrstrdr - 25 May 2006 6:50 PM - 3 messages
When i run the macro below i keep getting a runtime error 75 (path/access error)and when i go in to debug highlighted is   "Name OldName As Newname 'rename file." please help! Here is the code so far: ...
Score Auto hide grandchild window
Jonathan Orgel - 25 May 2006 6:17 PM - 3 messages
Our producrt has a situation where a child window has a child window (a grandchild of the the original parent). When we minimize the grandparent only it's child disapears the grandchild remains. I tested this with a trivila 3 form app which behaves the same way. ...
Score "ClassFactory cannot supply required class" error
Marianne - 25 May 2006 5:33 PM - 2 messages
Operating System: Windows XP Professional Application & Version: Visual Basic 6.0 I've created installation setups using InstallShield of software I've developed in VB6.0. Until recently I've never had any problems installing my software. Now, whenever I try to install any of my software  using the same ...
Score Getting a "Class not registered" error when attempting to run
Rod - 25 May 2006 5:12 PM - 3 messages
We've got an old VB6 app which I am trying to build a setup with using the Wise installer (Wise Installation System 9.02).  After running the installation on any machine (we're all on Windows XP Professional now), I ...
Score Playing a File from CD
akelly_image - 25 May 2006 3:41 PM - 3 messages
I'm currently creating a monthly backup of Medical Teleconferences that we do for our school.  The problem that I am afraid that I am going to run into is this: if I use system.diagnostics.process.start("FileName")  how do I specify ...
Score Launching IE from VB issues
Sharrukin Amiri - 25 May 2006 2:06 PM - 6 messages
Hello, How do you launch IE from VB 6.0?  I know one way which is: SHELL "C:\Program Files\Internet Explorer\IEXPLORE.EXE".  Is there another way without using a Path?  I am afraid that if MS decides to move the IE ...
Score Playing & re-playing 7 .wav files
Mr. Murad Jamal - 25 May 2006 1:55 PM - 5 messages
Dear guys, I have 7  .wav files in C:\ directory [named: 1.wav, 2.wav, ..., 7.wav], I'd play them all by clicking on "cmdStart" button on a Visual Basic 2005- Windows Application Form. I thought I should use this segment of code to get this thing done: ...
Score tif image conversion
arun - 25 May 2006 1:45 PM - 2 messages
Hi,        I have a tif image, that can't be open by any type of   tif viewers. Some sort of data is missing. I want to read that file (using any type of conversion - ie tif to gif or binary conversion-/any type ...
Score Number of fields
Ferrari.NET - 25 May 2006 12:57 PM - 7 messages
Hi I'm doing a program to export all the data on the fields of the screen to a Excel spreadsheet. Does anybody here knows how can I find out the number of fields on the screen ? Or even more, if someone has already ...
Score Self checksumming an EXE
Matthew Connor - 25 May 2006 12:51 PM - 2 messages
Hi all. I would like to be able to allow my compiled EXE to checksum itself so that when it starts, it can know if anyone has tampered with it. Obviously I cannot checksum it first and then compile it with the ...
Score Error when I use .Show in VB 6.0
lds - 25 May 2006 12:13 PM - 3 messages
I have multiple forms within a project.  Most of the forms in the project reference another form called frmBF.  I have recently created a new form that also exists within the same project, but when I try to ...
Score create new file in specified location
Ricky - 25 May 2006 10:42 AM - 8 messages
Well i have to create a new ascii file in the selected location.. I have a textbox: txtOutputFolder.. here i select the path where the new files are created.. I need to extract the header(first 6 lines) from the file selected in ...
Score possible to happen memroy not enough ?
Boki - 25 May 2006 7:59 AM - 5 messages
Hi All, Always happen: "0x7c931efe" reference command "0x0000038" memory, this memory can not be "written". Please press "OK" to terminate Please press "cancel" to debug Does it possible to happen "not enough memory" ? is that help to use on error goto ? sometimes there is no any error ...
Score HTMLHelp
Jim Carlock - 25 May 2006 5:17 AM - 5 messages
The code below works... Public Declare Function GetDesktopWindow _ Lib "user32.dll" () As Long Public Declare Function HtmlHelp Lib "hhctrl.ocx" _ Alias "HtmlHelpA" _ (ByVal hwndCaller As Long, _   ByVal pszFile As String, _   ByVal uCommand As Long, _ ...
Score Edit File Properties
Vince - 25 May 2006 3:04 AM - 3 messages
How do you edit the file properties of a .jpg file using Visual Basic ?  I know that you can right click the file and manually edit the file properties, but haven't found anything in VB that will allow the file properties to be ...
Score VB6 Winsock action on Server
jerry_ys - 24 May 2006 9:13 PM - 17 messages
I have an app that needs to access a server using VB6 Winsock control. Should the app (server)  on the server side be a std exe, or active x exe? which is better and why. Next this server app will request services from a dll. ...
Score Drag from VB6 Source Application and Drop onto Separate Target Application
Joseph Geretz - 24 May 2006 4:32 PM - 2 messages
Drag from VB6 Source Application and Drop onto Separate Target Application Is this possible? If so, how do I set this up? Thanks! - Joe Geretz - ...
Score Save picturebox contents
Steve Barnett - 24 May 2006 4:13 PM - 3 messages
I've used an oversized picture box to construct an image which I want to save to a file. Having constructed the image, I know how large the picture box needs to be to crop the image and I'm setting the height and width of ...
Score how to create a set with combined tables?
vonClausowitz - 24 May 2006 3:23 PM - 31 messages
Hi All, I have a database with different tables. Each table has a different amount of fields. I want to create Sets in which I save data from different tables. So instead of saving a Query which saves the SQL I want to save the ...
Score Windows installer starts when vb app starts
tk - 24 May 2006 3:12 PM - 5 messages
I have a PC that will start the windows installer program when a vb app starts.  It is trying to configure MS Office XP for some reason.  If the user has admin rights on the machine, I don't get the dialog box.  Any ideas ...
Score Inline SQL vs stored procs on SQL Server 7 and 2000
kentk - 24 May 2006 2:57 PM - 5 messages
Is there a difference in how SQL Server 7 and SQL 2000 processes SQL passed from a program by an ADO command object.  Reason I ask is I rewrote a couple applications a couple years ago were the SQL statements were inline.  I ...
Score Want to display databse log fie into Excel Sheet
Saamy - 24 May 2006 12:24 PM - 3 messages
Hello Friends, I have an idea to put a excel sheet in my form as a database logfile. So please give some tips to implement my event tracking system module. ...
Score Stretch Modes
Mike Williams - 24 May 2006 11:58 AM - 6 messages
I haven't got access to a Win98 machine any more so I can't try out the effects of the different SetStretchBltMode settings on such machines, but from memory I believe that the only mode that works with StretchBlt under ...
Score Error Running Code From Q194789 (List Bins)
JamesW - 24 May 2006 11:28 AM - 4 messages
I have copied the code referenced in Q194789 to list all the bins for printers installed on my PC.  However when I run the code I get a "Subscript Out Of Range" error message in the following bit of the code.  The line where ...
Score Plz tell me the code to transfer data from database table into text file.
Jayendra - 24 May 2006 10:09 AM - 5 messages
Hi I am new member of this group. Tell me the code or programme to transfer the data in MS Access table into the text file. i want this code must be executed daily in my system, So whenever I call that code ...
Score query
ragz k - 24 May 2006 9:13 AM - 2 messages
hi  i am using vb6.0  and db as MS  ACCESS i wanted to add the data   taken from the user  @ runtime.... pleas3e help  me which control i should use  and  how to prepare tha ...
Score image browser
Peter - 24 May 2006 8:05 AM - 10 messages
Dear all I like to write a kind of image browser in VB. It should display all pictures of a certain folder as a small thumbnail on a form. The user should be able to scroll through the form and should be able to ...
Score How to Prepare Charts from Data in Array..
Ricky - 24 May 2006 6:22 AM - 10 messages
Dear All, I have data in 2 separate arrays ArrayX  and ArrayY.. So these arrays should be used to plot a single line graph to check if we are having a negative or possitive curve.. This is linear regression and from the 2 arrays, i got the value for ...
Score Time Function Problem
AK - 24 May 2006 1:48 AM - 4 messages
I can get the Date function to work but the time Function returns the following error at the line   MyTime = Time Run time error 450 Wrong number of arguments or invalid property assignment Here is my code: Private Sub cmdClickHere_Click() ...
Score fastest way to change case of string
RB Smissaert - 23 May 2006 11:37 PM - 61 messages
Looking for the very fastest way to change a string from upper to lower case and vice versa. Text enclosed in single quotes needs to stay as it is. This is the best effort I have sofar: Function ChangeCase(strString As String, bUpper As Boolean) As String ...
Score PDF to Image
jeff - 23 May 2006 10:33 PM - 3 messages
Can anyone suggest either code or a component to read a PDF file and then either copying result to a picturebox, or saving to a picture format file. A commercial components would be fine so long as it does not require distribution royalties for each ...
Score Custom Properties for ActiveX Control
Brian - 23 May 2006 9:30 PM - 3 messages
Hello, I've created a ActiveX Control with several custom properties.  I would like to put those in a "Custom" properties window similar to what you see with the Image Control.  The problem is that I don't have any idea how this is ...
Score Disable image (picture)
Jack - 23 May 2006 8:55 PM - 6 messages
When command button has loaded graphics and command button  is disabled that graphics appears dimmed and grayed. Is it possible to do the same with Image control having loaded picture in it? When the Image is disabled I would like to have that picture inside Image to ...
Score Inserting text at a specific point
waddsn1060 - 23 May 2006 7:54 PM - 3 messages
I am trying to enter a persons name and company name into set locations in my templates. The document has [Insert Persons Name Here] and [Insert Company Name Here] blocking the locations out. I want to insert the names there, then have the document adjust the spacing in that area ...
Score listview problem....
vonClausowitz - 23 May 2006 7:51 PM - 11 messages
Hi all, I have a listview showing records. The columns can be reshuffled. Now I want to detect the lastname and the firstname columns when I select the row. So lets say I have a person listed like: John Johnson. ...
Score VB3/4 control problem
Tym - 23 May 2006 7:19 PM - 26 messages
I have been tasked with re-developing an old VB3 app. I have vb4,6 and 2005.net I do not have the original source code (long story) but have got a decompiler which has created the necessary source files. ...
Score Sending keystrokes
avipenina - 23 May 2006 5:18 PM - 2 messages
Hi, I need to know how to send the alt ctrl del keystrokes to unlock remote machine by script, I have a locked machine that I need to unlock my only way right now is to go to the PC and press ctrl alt del and put the password and press enter, I need this thing to be done automatically by script or something else, even if you have a file that I can run on the remote machine that i need to unlock it will be fine, I have a program that run on the remote machine that gives me the ability to run files on the remote machine. ...
Score vb Addin
codernorm - 23 May 2006 4:16 PM - 2 messages
I have written a vb addin to replace any text found starting with a ~~, it works fine for msgbox or anyother text. How can I make it find label and button captions to do the same thing. Norm -- codernorm ------------------------------------------------------------------------ Posted via [link] ------------------------------------------------------------------------ ...
Score Where threading difference betwen VB 6.0 IDE debug mode and EXE mode.
Roman Romanchuk - 23 May 2006 3:44 PM - 7 messages
I had the problems with VB 6.0. My ActiveX for property working use SingleThreading model and work at the requester thread.  An VB App which use the ActiveX works correctly at  the IDE debug mode and don't work when I make EXE file. ...
Score Quarter hour validation
David Chase - 23 May 2006 1:24 PM - 13 messages
I have an entry form that allows for entry of units.  They must be in full or 1/4 hour increments (e.g. .00, .25, .5, .75).  Is there an easy way to validate this at entry time?  Thanks. ...
Score a question
FERHAT_A=C7ICI - 23 May 2006 10:35 AM - 5 messages
Dear all,           I got a textbox which allows user to input data, I want to validate the input. I want to restrict the user to input a 4 Digit Number. How can I do that? ...
Score Reading Tab Delimited Text thorugh VB6
Sam Alex - 23 May 2006 6:55 AM - 4 messages
Dear All,   I have tab delimited Text file. Which contains around 10 columns and few hundred line. Do anyone know how to read column data seperatly through VB6. Thanks & Rgrds Sam Alex ...
Score Excel + Macro in VB
shreyoshi_c - 23 May 2006 6:47 AM - 3 messages
hi guys i am new to excel and i have made this macro in VB. using it i am populating a dropdown list in the excel sheet. now this list has some 1200 entries of names. i want a the user to be ...
Score Form resize..
Sharmila - 23 May 2006 6:33 AM - 9 messages
Dear all, In our application we are resizing the form in code. We are designing the form in Windows XP. The height of the form and its appearance looks good in Windows XP style. But when viewed in Windows classic style or in Windows 2000, The forms ...
Score Application hangs
jack - 23 May 2006 5:41 AM - 12 messages
Im usin soap call for accessing data from a web service but the problem is that till my application gets the response my application is blocks any kind of transaction, there is a plain white window which remains dead on the screen without ...
Score How to enable true vga in mobile apps
limsy - 23 May 2006 1:58 AM - 2 messages
Hi ppl, sorry for posting this here, but i cant find any managed newgroups relating to mobile development. I heard there is a flag which we can set to tell wm5 to let my app run in true vga mode. ...
Score Using bitwise
Seasider - 22 May 2006 9:53 PM - 11 messages
I have a need to rather than use 26 bytes of data (zero or one) I would rather use a single entity with 26 bits. can I do this with a single LONG or will I have to use several bytes. ...
Score tabbing in a text box.
Julian - 22 May 2006 9:28 PM - 11 messages
Hi How can you make the tab key tab text in a multiline text box rather than moving to the next control? Julian ...
Score VB6.0 Data Grid (Run-Time)
miffe - 22 May 2006 7:56 PM - 2 messages
Anyone know any Data management in VB6.0 and could help me? please... BTW I know vb6.0 is out of date, and I should be migrating but I havent had a chance. -- miffe ------------------------------------------------------------------------ Posted via [link] ------------------------------------------------------------------------ ...
Score FIlenames From Windows Explorer
Bill-R - 22 May 2006 7:50 PM - 4 messages
I would like to capture the filenames of files selected in windows explorer. Then I can add my Program to the context menu and use the files. I can Get the filename OK if I  Use the Context menu "Copy" which puts the ...
Score ADO Find Method error
Alastair MacFarlane - 22 May 2006 6:00 PM - 3 messages
Dear All I have a form with 2 combo boxes cmboEEFilter and cmboJobNoFilter. The former lists a range of acceptable Employees and the later of jobs. I would like to allow the user to select and employee and a Job and then press a ...
Score Email activeX
Neol - 22 May 2006 5:58 PM - 3 messages
Hi guys. I am looking email activex, which use to extract my email from my mailbox.I have option I can use either email server or locally with internet access Like as i can provide POP3,SMTP, username and password then it goes ...
Score Can anyone shed light on why some URL addresses have WWW and why some don't?
Charington - 22 May 2006 5:31 PM - 3 messages
There must be some rule..... I notice that my Verizon ISP starts without a www in the URL ([link]) my ATT ISP starts with  the WWW ([link]), yet my personal ...
Score Only a version question
Rick - 22 May 2006 5:11 PM - 2 messages
Hi, all. I need to know which is the maxmium free verison of JET(DAO) I can distribute with VB6. ...
Score ActiveX.exe more problems
Galen Somerville - 22 May 2006 5:10 PM - 38 messages
Thanks to LFS I am almost in business on this. But now it's getting tricky. If anyone has a few minutes to spare, I have placed the ActiveX code on my web site [link] under Downloads. ...
Score Code help
pmud - 22 May 2006 4:26 PM - 2 messages
Hi, I am using the folloeing code to create a folder on the webserver and then copy files to that. This is just my trial. Please help in correcting the code below: Private Sub Command1_Click() Dim fso As New Scripting.FileSystemObject ...
Score Want to Early Bind instead of Late Bind an IE Object
Dick Sutton - 22 May 2006 2:12 PM - 8 messages
I am using VB 2005 Express to build a program and I have found that the easiest way to generate a 'text page' (for viewing and/or printing) for my app is to create an HTML page using the IE document object.  I know, it's ...
Score Problem with Declare or dll
Jeffery - 22 May 2006 1:44 PM - 4 messages
Hi group, I want to use a library file in my vb program. The library file EdrLib.dll has been copied to the vb project directory. (this library is taken from Petzold's Windows Programming Chapter 21). I then added a declare statement as follows ...
Score Read from an array
Ricky - 22 May 2006 12:05 PM - 8 messages
I need to access or rather read each of the values in  a 2D array, andperform and operation say log(MyArray(0,0)) and then store it in a new array.. So i need  a for loop to read the 2D array and manipulate each of the ...
Score How to pass and identify a control-array and its type
Alexander Mueller - 22 May 2006 10:17 AM - 12 messages
Hi If I have a control-array of a certain VB-control-type, let's say of VB.OptionButton, and I want to pass the whole control-array into a function is there a less generic type then 'Object' to ...
Score Re: What are possible values of objDoc.ReadyState to check status of Internet object returning.
mayayana - 22 May 2006 1:37 AM - 3 messages
uninitialized  -The object is not initialized with data. loading - The object is currently loading its data. interactive  - The object can be interacted with even though it is not fully loaded. complete - The control is completely loaded.   You want readyState = 4 (complete) to test for ...
Score Print a return value without storing it (also IIF and ternary operator)
cjg.groups - 22 May 2006 12:49 AM - 6 messages
Hello, Can I print the result of an IF statement in a Print statement?  Since there's no ternary operator, so I'm trying IIF.  But does VB need to store the IIF return value because it's "call by reference"? ...
Score Daylight Saving Time
Ole Weigelt - 21 May 2006 10:28 PM - 4 messages
Hi Everybody, can anybody tell me how I can find out, if the time Windows is currently using, is DST or not? Thank you Ole ...
Score DateAdd With Time
Ole Weigelt - 21 May 2006 10:27 PM - 5 messages
Hi Everybody, I have the following problem: dim MyDate as Date MyDate = DateAdd("n", 10, "23:55") (of course '10' and '23:55' are variables. But this constallation leads to my problem) This code results in the problem that my time is now some strange date in ...
Score How to get Listview Selected Item?
vonClausowitz - 21 May 2006 7:45 PM - 5 messages
Hi All, I have a listview displaying records. When I rightclick on one of the items I get an PopupMenu shown. On the popupmenu I click Show Record which then opens a form with all the details. The problem is that I can't seem to get the right record. Only when I ...
Score Selecting text question
Mike - 21 May 2006 4:51 PM - 4 messages
Is it possible to select all the text wherever the curser may be without actually knowing where the cursor is? I need to write an Outlook add-in that does some processing based on the contact field that the cursor is sitting on. ...
Score Query problem with Joined tables
vonClausowitz - 21 May 2006 11:14 AM - 14 messages
Hi All, I want to display a recordset in a Listview based on a query of two tables which are Joined. The query which I have at the moment is: "SELECT Biographies.BID, Biographies.family_name AS [family name], Biographies.first_name AS [first name], Biographies.alias, ...
Score Calling a VB6 Subroutine from another Subroutine
DACCS - 21 May 2006 7:16 AM - 13 messages
I'm sure this is probably a simple question to answer for most of you, but to me, it is not. Using VB6, what is the proper way to call (or go to) a subroutine from inside another subroutine? Also, I may want to return back to the first subroutine (tho, not always). ...
Next »