|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Visual Basic General Discussionmicrosoft.public.vb.general.discussion
Looping through records
Ian Davies -
24 Jun 2006 5:37 PM - 10 messages
Ive put together the following code which is a modification of the previous code which added a selected record from a datagrid to my database (which worked ok). In the code below I have tried unsucessfully to put all the ...
removing doubles from array
PC -
24 Jun 2006 11:40 AM - 3 messages
say i have an array with the following numbers 10,7,7,9,8,8,8,5,5,6,2 now i want the array to become 10,7,0,9,8,0,0,5,0,6,2 so that there are no more doubles in the array ...
Enumerators string value
Lou -
24 Jun 2006 11:30 AM - 3 messages
If I have an enum: Enum a=100 b=109 c=215 End Enum And I have a combo control that lists "a" "b" "c' ...
How read MIDI file content ? ? ?
CorfuVBProgrammer -
24 Jun 2006 10:47 AM - 17 messages
I have try to read the content of a midi file with many deferent modes. Thru visual basic, thru winapi, thru C++ but i can't All the times i getting back a part of the whole file content . . . and never all the ...
VB6 MSFlexGrid - Make fixed row cells have button effect?
MyndPhlyp -
24 Jun 2006 2:44 AM - 3 messages
I probably already know this isn't going to happen using MSFlexGrid (and I'm probably in the same boat with MSHFlexGrid) but I'll venture forth anyway. I'm using a 2-column grid in a dialog box for user selection. It's all ...
Iterate through items in a combobox
Elmo Watson -
23 Jun 2006 11:32 PM - 2 messages
I've been trying this for hours - - I have this code (and have changed it a lot - but this is what's now) For intPos = 0 To cbcontent.ListCount - 1 ' Here I need to get the text of each item ...
for good ones!
Rick -
23 Jun 2006 9:03 PM - 3 messages
Is there a way in VB6 to read a property name and value from a text file and convert it literally into the corresponding property? Suppose I have in a text file: Text1.Caption = "Tom" When visual basic reads it, it would execute: ...
how do I use filelen to return the same # of bytes Windows Explorer returns?
Mike Scirocco -
23 Jun 2006 6:13 PM - 9 messages
Hi, I'm stumped over something that should be very simple. I'm trying to find the total number of bytes in the files on a CD/DVD/floppy. I use a recursive function to load an array with the paths to each file ...
VB6 development environment - Getting labels under the Toolbox icons?
MyndPhlyp -
23 Jun 2006 3:08 PM - 9 messages
What's the trick to getting the development environment to display labels under the buttons in the Toolbox? With all these UserControl's having the same icons it is getting pretty time consuming hovering the mouse over each one and waiting for the balloon help to tell me which is which. ...
Form no longer loads at startup
Zach -
23 Jun 2006 2:43 PM - 4 messages
Hello, I was changing some values on the form that shows when my program starts up, and now the form doesn't show at all. I pulled some code out of my "frmMain" form and pasted it below...I think these are the ...
Color Degradation
Rick -
23 Jun 2006 2:42 PM - 3 messages
Hi. Suppose I have a backcolor on a picture box. The color is in decimal, long type, format. How can I add degradation to it? For example, if the color were green, how can I make it light green o dark ...
System Tray Program for Shortcuts
Elmar Kraus -
23 Jun 2006 2:30 PM - 2 messages
Hello, sorry for the bat english! i have the a problem with vb.net. I try to create a program that copy the marked text from any program to an variable. the the tray program open an other program that use the variable. ...
VB or Ghost problem?
Howard Kaikow -
23 Jun 2006 1:18 PM - 2 messages
I started a thread at [link] I believe the problem is with Ghost, but I want others to validate this opinion before I consider whether to (Ugh!) contact Symantec "support". ...
get first 50 characters
John -
23 Jun 2006 1:12 PM - 9 messages
have a string that is 100 characters long, I need to get the first 50, How can I do that in VB? I haven't coded in VB in years and I forget the syntax for it. I tries this but it gives me a compile error: ...
VB Applications with Barcode Scanners
lion -
23 Jun 2006 12:00 PM - 12 messages
I'm currently working on a Point of Sales application all is basically done but now I'm trying to the Barcode Scanner to work with it and I can't get the focus issue resolved. How can I restrict the focus for ...
Multiple recordsets into single recordset?
Damon -
23 Jun 2006 10:58 AM - 4 messages
Hi, I have three recordsets which I would like to stick into one recordset which would then run a datalist. Any ideas on how I can do this? I tried set rst_single = rst1 + rst2 + rst 3 but it gave me an error. ...
Demo To Full Version
ksandy45 -
23 Jun 2006 7:36 AM - 3 messages
Hi all How to make an application to work as demo version, later by using some registration code, it should be converted to full version. is it possible to do with the help of VB6.? if yes then can you pleaseeeee ...
Searching a WSS location using VB.NET
Greg McAllister -
23 Jun 2006 5:26 AM - 3 messages
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 ...
VB6 - Webbrowser control - IE7
Mike Simpson -
23 Jun 2006 3:29 AM - 3 messages
I have been away from here for some time, so have missed a lot of postings, so the following may have been answered. I have a program used worldwide which includes the Webbrowser control to link to my homepage for updates/FAQ etc and to PayPal for donations. ...
Access DB LockDown?
AK -
23 Jun 2006 3:08 AM - 7 messages
Maybe OT Our concept VB6 app reads and writes to a MS Access database. We need to somehow put a firewall/shield around the database so that only our app can access it. Can someowe point me in the the right direction for doing this. ...
New VB compiler
Ulrich Korndoerfer -
22 Jun 2006 11:02 PM - 4 messages
Strange. My original post seems to be got stuck in the filters. At least it does not show up. Perhaps because there are some names in it naming a product and a company MS could hickup on. So reduced to the link: ...
Current Record
PG -
22 Jun 2006 8:43 PM - 3 messages
Hi, How can I display the current record info(Record X of XXX) in a ADODC control? Is it possible? Greatly appreciate your suggestions and feed back. Struggling to teach myself. KPLG ...
Change control from array to single control
Zach -
22 Jun 2006 7:43 PM - 4 messages
Hello, 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 ...
Listview with combobox mousedown problem...
vonClausowitz -
22 Jun 2006 7:04 PM - 2 messages
Hi All, I have created a form with a Listview1 and Combo2 and Text1 and Text2. I want to be able to click on the Listview1 and get the pulldown from the Combo2. Then select an item from the Combo and save the value in the Listview1 ...
Reading A Text File Using VB6
ods -
22 Jun 2006 4:24 PM - 9 messages
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 loop close #1 When the 'Line Input' is executed, it is reading in several lines of data. ...
Function To Return The Size OF a TIF Image?
ods -
22 Jun 2006 4:05 PM - 4 messages
I am using VB6 and I am processing 1000's of images. I need to be able to get each images dimensions (height & width). Is there a VB function that can do this? Thanks Chris ...
drag&drop
franciscocasau -
22 Jun 2006 3:36 PM - 2 messages
Hola a ver si alguien me puede ayudar. Por que cuando arrastro un Frame sobre otro este desaparece y no puedo colocarlo encima. Gracias ...
Convert VB to C#, Operator "Or"
ano -
22 Jun 2006 2:34 PM - 4 messages
Hi, 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#? ...
Disappearing registry keys when adding scrrun.dll to VB Project
lalitm -
22 Jun 2006 2:01 PM - 6 messages
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: ...
VB6 - API or VB function to determine MDI parent's inside dimensions?
MyndPhlyp -
22 Jun 2006 1:23 PM - 26 messages
Like it sez: What API or VB call (that can be called from a MDI Child) yields the usable inside dimensions of the MDI Parent? I know SPI_GETWORKAREA gets me the display's available area. I need something similar to retrieve the parent form's information so that I can ...
Format/Date/Time errors, please help!
jmar -
22 Jun 2006 1:01 PM - 4 messages
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 ...
hashing with sha-2
eb -
22 Jun 2006 10:06 AM - 2 messages
Hello, 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, ...
VB6 - Forcing a UserControl's dimensions
MyndPhlyp -
22 Jun 2006 10:04 AM - 4 messages
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 ...
label does not wrap
Peter -
22 Jun 2006 9:22 AM - 8 messages
Dear All I use a label on a form which will be filled with text during runtime. As the length of the text varies the control should display the text with a fixed hor. length but the control should expand its size vertically and wrap ...
Excel VBA script decimal format bug
Richard RE -
22 Jun 2006 6:13 AM - 3 messages
Hi, 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 ...
CRC for whole CD, how to get there using CRCs of individual files
Mike Scirocco -
22 Jun 2006 6:11 AM - 5 messages
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? ...
Tab control
Dave -
22 Jun 2006 3:48 AM - 3 messages
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 ...
Program disappears without a trace
Jack -
21 Jun 2006 11:30 PM - 6 messages
Hi, 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 ...
clearing debug window
PC -
21 Jun 2006 11:09 PM - 7 messages
How can i clear the debug window at runtime in ide ? tia pc ...
Exceptions raised when debugging Active X controls
Justin.Roberts -
21 Jun 2006 9:13 PM - 4 messages
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: --- START CODE INSERT ...
How to get the Windows System File folder
Mario -
21 Jun 2006 5:08 PM - 9 messages
I'm writing a software that needs call a function in a DLL in the Windows\System32 folder. The problem is there might be a copy of the DLL in the same folder as the running software. I want to be sure that it will use ...
Create a Web Share?
Elmo Watson -
21 Jun 2006 4:27 PM - 2 messages
Is there a way, with VB6, to create a Web Share on a specific directory, programmatically, without manually doing it? ...
how do I get that work
jwong3854 -
21 Jun 2006 4:01 PM - 2 messages
Hi, I have a question... I have these files \\test\data\0456776.01\15\204001.pdf \\test\data\0456776.02\18\204002.pdf ...
MDIform.ActiveForm (was ActiveWindow) with non-MDI child windows
Tim Stowe -
21 Jun 2006 3:57 PM - 5 messages
Sorry for the subject of the previous post; I'm a dolt... ActiveForm, not ActiveWindow... Original post follows: Hi all! Working on a bit of code that's confusing me: We have an MDI main form, in which all forms are MDI children, except one. ...
vb6 support
michael -
21 Jun 2006 3:36 PM - 11 messages
Does anyone have a sense of how long vb6 will continue to be supported? It's my understanding that vb6 apps are still actively being developed and is still considered when planing new applications.. ...
A VB6 fan asks... why do YOU stick with VB6???
Alan Mailer -
21 Jun 2006 3:09 PM - 70 messages
Ok, so it seems many of us have stuck with using Visual Basic 6 and have not necessarily moved on to the 'newer' languages; VB.Net, C#, etc... With the recent release of the new Visual Studio, I'm once again ...
Click vs Drag
Martin Walke -
21 Jun 2006 2:36 PM - 4 messages
Hi all, How can you distinguish between a click event and the start of a drag event? I have a treeview control that has simplistic drag and drop functionality using .Drag vbBeginDrag initiated on the mousedown/mousemove event. I also ...
landscape layout defaults to 2 columns
dwatson -
21 Jun 2006 2:04 PM - 4 messages
I'm uisng Word 2002 - XP. When I open a new document and change the Page Setup to Landscape, the format automatically changes to 2 columns. The columns don't show on the ruler, but they are there. It's an easy ...
No focus rectangles when using XP styles on VB6 project
Dave -
21 Jun 2006 1:39 PM - 8 messages
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 ...
Get date of a file
BCS -
21 Jun 2006 12:56 PM - 7 messages
I need to know the VB6 syntax for getting the Created and Modified date for a file. I'm importing the contents of a csv file into a SQL database but the records do not have the date information I need. However, the file date is ...
Filter Using Checkbox
dokter cinta -
21 Jun 2006 10:51 AM - 22 messages
this is the forms [link] by the way this is the data type of table dss ========================== date ===> data type = date drivers ===> data type = text groups ===> data type = text speed ===> data type = number ...
Compile Missfire?
Lorin -
21 Jun 2006 1:36 AM - 4 messages
VB6 SP6 Common Controls update installed. WIN Xp SP2 with all security patches. IDE program runs fine. Program.exe runs fine. Compile the program, exit IDE and save as requested and restart, now program fails to load properly in IDE - all RichTextBox are now a PictureBox. ...
DirectShow does all?
Lorin -
21 Jun 2006 12:48 AM - 3 messages
I see from some sample code that DirectShow (quartz) plays music of all types also (without a movie). It also plays movies. Questions: 1) Should I only use DirectShow if I want to do both music and movies one at ...
Migrating from DAO to ADO
jamiedora -
20 Jun 2006 10:44 PM - 3 messages
Hello, I am currently involved in migrating our backend DB from Acess to SQL server. However, the front end will reside in MS Access. In doing so much of the code uses DAO references. I wish to gain some background ...
Save changes after running code?
Zach -
20 Jun 2006 9:08 PM - 4 messages
Hello, Is there a way that I could change a control option (say, the color of a shape, for instance) in the code and then save it so that the changes are applied to my program without having to run it? ...
ADO - JET 3.51
Rick -
20 Jun 2006 9:06 PM - 2 messages
How can I connect to a password protected JET 3.51 database with ADO 2.6? Every time I try, it seems to require some User ID. I have only assigned a password, there not Users, Workspaces nor Groups. ...
'Child' screen questions
Bryan Dickerson -
20 Jun 2006 8:21 PM - 5 messages
I have a Search function that a long time ago for various reasons I made non-modal, so that other windows could be invoked 'over' it. Now, certain users who will remain nameless but who would be better served with a pencil ...
Option buttons within frames
demo -
20 Jun 2006 7:13 PM - 3 messages
I am playing with VB. I am trying to create two frames each with 3 options buttons. I would like to have a default value for one of the radio buttons in each frame. I am able to creat the frames and buttons. When I select a value for one ...
How to pass user defined type not as a pointer?
Stephani Deltufo -
20 Jun 2006 6:39 PM - 4 messages
I need to use the SetFilePointerEx api, which takes a LARGE_INTEGER. Hence I need to pass LARGE_INTEGER not as a pointer. In vb LARGE_INTEGER needs to be a user defined type, which must be passed byref to any api, or else the program will not compile. So what do we do, ...
recordset.save takes too long!
Kristen -
20 Jun 2006 5:41 PM - 6 messages
I am writing a conversion that takes clients from a table in a SQL database and converts the data (only certain fields) to another Access database. I've got over 29,000 clients to convert and its taking forever. When I ...
Component Compatibilities
Justin.Roberts -
20 Jun 2006 4:24 PM - 3 messages
I am new to VB, in fact, have little clue what is does when it comes to 'compatibilities'. I have various projects with various Active X controls. They all seem to be set to use 'binary compatibilities'. I read an article on this, (I ...
Setting the BacKColor of a Static Window !!
RAFAAJ2000 -
20 Jun 2006 3:57 PM - 3 messages
Hi all, I am creating a "Static" Window via the "CreatewindowEX" API and placing it floating over an Excel Worksheet. I am changing some of its Window Styles and it works just fine. Problem : I want to set the Color of its background to Red but I am finding ...
ADODB.Recordset Options - very minor Q
MyndPhlyp -
20 Jun 2006 3:37 PM - 9 messages
The various parameters in the Recordset.Open method can be set in advance using... ..Source ..ActiveConnection ..CursorType ..LockType .... but how does one set Options? Or can that be set only with the call to Open? It's just a minor bit of undiscovered trivia that occasionally annoys me. ...
create button runtime
vasu komara -
20 Jun 2006 1:47 PM - 2 messages
Very Aregent.............. hi, ihave one textbox and button i give 10(any number)in textbox whenever i click button it create 10 buttons dynamically bye *** Sent via Developersdex [link] *** ...
Control array not loaded
Rick -
20 Jun 2006 1:40 PM - 7 messages
I have a form which contains the first element of an array of MSHFlexGrids. There are 7 grids which are loaded on the form_load event. On the form_queryunload event, the grids are unloaded too, except form element '0'. There are no other places to load o unload the grids. ...
32000 indentifier limit in VB6. Help!
Sly Sid -
20 Jun 2006 10:41 AM - 9 messages
Anyone know if there's a patch/fix/hack or whatever that can enable me to overcome the limit of 32000 unique identifier names in VB6 as I've been battling this problem for 3 years and have reached the point where the core ...
looking for VB program to restart PC
News -
20 Jun 2006 7:59 AM - 15 messages
Hi ! I often keep emule running for few days when I'm not at home. ADSL connection always hangs (cause of bug in emule or whatever) and the only way to reestablish connection is to restart computer. I'm looking for program that automatically restarts computer If there's no ...
Protecting against DECOMPILERS
Larry -
20 Jun 2006 4:54 AM - 2 messages
How do you compile your code to protect against decompilers? Anyone have any step-by-step examples? *** Sent via Developersdex [link] *** ...
VB.NET COM interop DLL manual deployment
Dror Hershkovitz. -
20 Jun 2006 4:49 AM - 4 messages
Hello, I have made a DLL project under VB.NET and checked in the project setting to register it for COM interop. I'm using this DLL in an application created in VB6. At the moemnt I can only use the DLL after creating a setup project created ...
Excel automation: keeping selected row 'highlighted' at all times
Jack -
20 Jun 2006 3:57 AM - 4 messages
How to keep selected row (or Active Cell) enclosed in rectangular frame when another window has focus? Jack ...
Connecting to Excel spreadsheet
Jack -
20 Jun 2006 2:08 AM - 3 messages
Hello, Public WithEvents moExcel As Excel.Application Set moExcel = GetObject(, "Excel.Application") In the case when user closes Excel spreadsheet how can my app receive that event? Could it be something according this line: Private Sub moExcel_............ End Sub Your thoughts appreciated, ...
Works fine on my system but can't install elsewhere
Mike Mannakee -
19 Jun 2006 11:38 PM - 15 messages
I have an app that builds, tests and runs fine on my system. But when I give the file to anyone else to play with they get a 'Runtime Error 13: Type mismatch' I tried installing it on a different computer (my wife's) and got the same ...
create scored matching from query
vonClausowitz -
19 Jun 2006 9:26 PM - 4 messages
Hi All, This is a rather complicated matter. I want to create some sort of analysis tool by running a query and return a scored match. So for every field in the query I want to add a score. For example: ...
ImageCombo question
fniles -
19 Jun 2006 8:47 PM - 7 messages
In regular combo box, you can set the Style of the combo box to be "Dropdown combo" so that you can type and autocomplete the text. Can I do this in an ImageCombo box ? Thank you. ...
Vb express vs. ????
Alan Gillott -
19 Jun 2006 8:16 PM - 2 messages
Can anyone tell me the catch in VB.NET 2005. I've been trying to figure it out from the marketing gobbledegook. The biggest catch i can find is the reference to one click deployment (as meaningless a phrase as i can think ...
Windows Installer Popups
Dan Johnson -
19 Jun 2006 7:15 PM - 2 messages
After installing a new build of our app on various test machines, then running the app, we keep getting the Windows Installer popups when we go to open one of the app's dialogs, or after closing the app and then reopening ...
Strings thru a Named Pipe
redgambit -
19 Jun 2006 6:42 PM - 5 messages
I am trying to send/receive short text messages between programs through a named pipe. So far with all my playing around I've been able to receive some data but its all just garbage. Does someone know where I could find information specifically addressing this, or source code ...
Data Environment - any pitfalls?
MyndPhlyp -
19 Jun 2006 4:51 PM - 12 messages
Newbie (mostly) to the Data Environment object. The short story is that I like it. Adding fields to forms and reports is just a matter of drag'n'drop. In the past I've been doing things longhand (i.e., ADODB.Connection, ADODB.Recordset, etc.) but this really changed my ...
CD-ROM Keep running and PC locked
Wyne -
19 Jun 2006 3:47 PM - 4 messages
Hello, I have an App made using VB6. Its Setup.exe, Setup.lst and *.Cab files are put into a CD-ROM and shipped to our customers. No Autorun is included in the CD-ROM. Normally, the user needs to open the CD-ROM using Windows Explorer and ...
Keyboard and Mouse hook method
Leo -
19 Jun 2006 2:27 PM - 3 messages
Hi all, In my application I want to lock the system after certain period of time if the keyboard/mouse is idle. Any DLLs or APIs very much appreciated. Thanks Leo ...
need invisible character in combobox
vonClausowitz -
19 Jun 2006 1:06 PM - 7 messages
Hi All, I need an invisible character in a combobox to split up two values I use in there, so later on I can split them up again: strSQL = "SELECT IIf(IsNull(UnitNumber),UnitName,UnitNumber & chr$(10) & UnitName) AS MyParent FROM Units WHERE ((UnitName) Is Not Null) ORDER ...
Creating a Thumbnail but preserve aspect ratio
Peter -
19 Jun 2006 1:05 PM - 6 messages
Dear All I like to create a thumbnail from a given bitmap but also want to preserve the aspect ratio of that picture. The bitmap should be shrinked and centered inside the thumbnail Example: a bitmap has a size of 600 X 300 pixels(24bit). ...
AppActiavte problems
prayag -
19 Jun 2006 9:47 AM - 8 messages
God this is crzy....... I am trying to use AppActivate to send commands to cmd window and i m getting Run Time Error 5, Inavlid Procedure Call or Argument Here is the code snippet:- Dim returnptr As Long ...
Mouse Scroll Button
Simon -
19 Jun 2006 8:34 AM - 2 messages
Is there a way to enable the mouse scroll button is VB. I believe there is an addin but I can`t find it. Any help please. Si ...
Picture.Width
Michael C -
19 Jun 2006 7:01 AM - 9 messages
I have a picture loaded into an IPictureDisp object. Why does the width come back as 26.5 times the actual width of the bitmap? I've done a search and turned up very little and the MS help is unhelpful as usual. hmmm time for a ...
Firing blanks here!
MyndPhlyp -
18 Jun 2006 7:57 PM - 5 messages
I've been trying to get a very basic HTML Help file going - two HTML files, two Chapters (w/o HTML) with one page in each, and a simple index with two entries. No special settings for the Project, the Contents, or the Index - ...
GOTOs to the People - Discussion please!
Lorin -
18 Jun 2006 4:53 PM - 36 messages
On Error GoTo Geneva ' for a convention This brings up the discussion of GOTO since On Error GOTO is a GOTO. This is the VB6 code I use on occassion if pressed Public Function MySub(sMyFile as String) as String() ...
how to lock controls on a SSTab Tab?
vonClausowitz -
18 Jun 2006 10:51 AM - 9 messages
I tried this code to lock the controls that I have on an SSTab on Tab = 1: For Each c In Controls If c.Container Is SSTab1 Then If TypeName(c) <> "Label" Then ...
Data to CDR
Wayne & Kerri Anne -
18 Jun 2006 8:57 AM - 3 messages
Hi All Dose anyone know of some code for write data to CD or DVD disk. is it possible for vb to write this type of code. I have been looking for some time now and seen some code but unable to get it to work. I think I was ...
On Local Error Goto Somewhere
Lorin -
18 Jun 2006 7:15 AM - 15 messages
Please compare and contrast this with On Error Goto Somewhere Big thnks! ...
|
|||||||||||||||||||||||