I have a problem with printing.
I want to print a label (size 5 cm X 5 cm) after a transaction is made and
I have an A4 paper inserted to the printer. But everytime I print a label,
the printer automatically eject the paper. How can I stop the printer from
ejecting itself after printing. I cannot see a way out from this problem
because Visual Basic only supplying the EndDoc method to send print job to
the printer and it automatically ejects the paper. What I really need is
how to
print line by line to the printer without ejecting the paper. Do you have
any
suggestion to resolve it?
Thanks,
Lewi
------------------------------------------------------------------------
Free Web-based e-mail groups -- http://www.eGroups.com
Maybe this will help. I found this at:
http://www.idt.unit.no/~balchen/vbi/vb40/tip1.htm
Save Disk Space With VB4 Setup Wizard
When you go to distribute OLE servers in VB4, if you use the setup
wizard to make your disks,
it will ad the CLIREG16.EXE or the CLIREG32.EXE to your disk. These
files are used to
register you program with the Registration Database. The problem is that
the files are not
needed! When you compile your OLE server, VB compiles code into it that
will do this for you!
The problem is that MS does not make this easy for you to find. Because
the want you to use
the Setup Wizard (anyone that knows me, knows how I feel about the Setup
Wizard).
To register your program, simply run your server with the following
command line parameter.
MYOLESVR.EXE /REGSERVER
Your program won't start, it will just register itself. Just make sure
you do this after all the
runtime files have been installed. You can also un-register your server
by using the
/UNREGSERVER parameter.
TIP BY:
David McCarter
Last update: 1996-04-16
Back
______________________________________________________
------------------------------------------------------------------------
Free Web-based e-mail groups -- http://www.eGroups.com
Well here I am! After settingon the side lines for so long and just reading most of the time, I now have a request. I have searched HI and LOW for the reg. utility clireg32.exe file and can not find it anywhere. It was suppose to be on the disk in the tools folder, but darned if I can find it. If anyone has it and would send it to me I would appreciate it deeply...
Hello all!
I want to make a form that is not rectangular. It will take the shape of
a gif! How can I do that? Do u know the norton utilities? One of the
programs has the shape of a shield. I want to do something like that. Im my
case, it is not a shield. I made a transparent gif picture with photoshop
and I want to use it.
I found an ocx that put any container transparent. If I put this ocx on a
form and the gif in the form's picture property, everything becomes
transparent (you can't see anything). If I put the gif in a picture box,
only the picture box becomes visible. The problem is the picture box can't
be transparent and it shows the background. The image control would be
perfect but it isn't a container so the transparent.ocx hide it with the
form!
I tryied everything (frames, etc). Anybody here have an idea?
Thanks!
[]s
Alessandro Pinto
sotero@...
------------------------------------------------------------------------
Free Web-based e-mail groups -- http://www.eGroups.com
Hi,
> 1. Can I make internal link between any table in SQL server
> (just like microsoft access) ?
Use a View in SQL Server...
> 2. I want to make a table which one of it's field will automatically
> inserted by current date/time when the other field change.
> Can you suggest me what should I do ?
Check out the CURRENT_TIMESTAMP system supplied value.
Bye Jan...
Jan G.P. Sijm
jsijm@...http://www.murdock.demon.nl
------------------------------------------------------------------------
Free Web-based e-mail groups -- http://www.eGroups.com
1. SQL Server using 'Views' - you can create relations between tables and use it from programm as pseudo-table, but your program wont see it. It will be thinking that View is a table
Maybe I'm wrong...
2. as far as I know U must do it programmatically (stored proc on server side or VB program on client).
For the absolute lowest price on Computer Hardware: CLICK HERE!
Hi everybody,
I need help with some problem in SQL server.
1. Can I make internal link between any table in SQL server (just like
microsoft access) ?
2. I want to make a table which one of it's field will automatically
inserted by current date/time when the other field change. Can you suggest
me what should I do ?
3. Any body know some milist that talk about SQL server ?
Thank's a lot for your answer.
Hi everybody,
I need help with some problem in SQL server.
1. Can I make internal link between any table in SQL server (just like
microsoft access) ?
2. I want to make a table which one of it's field will automatically
inserted by current date/time when the other field change. Can you suggest
me what should I do ?
3. Any body know some milist that talk about SQL server ?
Thank's a lot for your answer.
------------------------------------------------------------------------
Free Web-based e-mail groups -- http://www.eGroups.com
Hey Klas mt VB5 will not take Printer.Line it gives me an "Compile error:"
cheers
doug
At 08:32 AM 11/26/1998 +0100, you wrote:
>Try Printer.Line every 2 or three rows.
>
>TIP: The online help and books online is the best source of
>information on VB5. Also, just browsing the properties and methods
>in the pop up lists has taught me a lot of the new stuff (since I'm a
>VB3 programmer
>to begin with and skipped VB4 entirely).
>
>Examples:
>1. StartUpPosition helps place the form.
>2. MS now has groupbuttons (in VB 3 available only through Threed.vbx
>from Sheridan)
> through the Style properties of the Checkbox and Option button.
>3. Tooltips are now available (OK, this one is old news, but it wasn't
>there in VB3)
>
>And so on...
>--
>Klas Lindbäck
>VB 5 Pro / NT 4
>< klali@...>
>
>
>-----Original Message-----
>From: Doug Lynch < lynchd@...>
>To: vblist@egroups.com < vblist@egroups.com>
>Date: den 25 november 1998 21:52
>Subject: [vblist] Re: Print Enhance
>
>
>
>No I am just sending it to the printer like >
> Printer.Print Tab(14); Clocked(x, 1); 'LName
>
> Printer.Print Tab(34); Clocked(x, 2); 'FName
>
> Printer.Print Tab(54); Names(y, 3); 'ID#
>
>>I just put an App into service and the printed output from it is a-lot
>of >
>>lines that have names, times, dates, etc. I need to "highlight" every
>other >
>>line. Or something so the people can read it easier. Any one got any
>code >
>>lying around for something like this?
>
>>Thanks
>
>> >
>>Doug Lynch
>
> _____
>
>Free Web-based e-mail groups -- www.eGroups.com ><!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
><HTML>
><HEAD>
>
>
><META content='"MSHTML 4.72.2106.6"' name=GENERATOR>
></HEAD>
><BODY bgColor=#ffffff>
><DIV><FONT color=#000000 size=2>Try Printer.Line every 2 or three >rows.</FONT></DIV>
><DIV><FONT color=#000000 size=2></FONT> </DIV>
><DIV><FONT color=#000000 size=2>TIP: The online help and books online is the >best source of</FONT></DIV>
><DIV><FONT color=#000000 size=2></FONT><FONT size=2>information on VB5. Also, >just browsing the properties and methods</FONT></DIV>
><DIV><FONT size=2>in the pop up lists has taught me a lot of the new stuff >(since I'm a VB3 programmer</FONT></DIV>
><DIV><FONT size=2>to begin with and skipped VB4 entirely).</FONT></DIV>
><DIV><FONT size=2></FONT> </DIV>
><DIV><FONT size=2>Examples:</FONT></DIV>
><DIV><FONT size=2>1. StartUpPosition helps place the form.</FONT></DIV>
><DIV><FONT size=2>2. MS now has groupbuttons (in VB 3 available only through >Threed.vbx from Sheridan)</FONT></DIV>
><DIV><FONT size=2> through the Style properties of the Checkbox
and >Option button.</FONT></DIV>
><DIV><FONT size=2>3. Tooltips are now available (OK, this one is old news, but >it wasn't there in VB3)</FONT></DIV>
><DIV><FONT size=2></FONT> </DIV>
><DIV><FONT color=#000000 size=2>And so on...</FONT></DIV>
><DIV><FONT color=#000000 size=2>--<BR>Klas Lindbäck<BR>VB 5 Pro / NT >4<BR><<A >href="mailto:klali@...">klali@...</A>></FONT
></DIV>
><DIV><FONT color=#000000 size=2></FONT> </DIV>
><BLOCKQUOTE >style="BORDER-LEFT: #000000 solid 2px; MARGIN-LEFT: 5px; PADDING-LEFT: 5px">
> <DIV><FONT face=Arial size=2><B>-----Original Message-----</B><BR><B>From: > </B>Doug Lynch <<A > href="mailto:lynchd@...">lynchd@...</A>><BR><B>To: > </B><A href="mailto:vblist@egroups.com">vblist@egroups.com</A> <<A > href="mailto:vblist@egroups.com">vblist@egroups.com</A>><BR><B>Date: > </B>den 25 november 1998 21:52<BR><B>Subject: </B>[vblist] Re: Print > Enhance<BR><BR></DIV></FONT><BR>
> <CENTER></CENTER><PRE>No I am just sending it to the printer like > Printer.Print Tab(14); Clocked(x, 1); 'LName
> Printer.Print Tab(34); Clocked(x, 2); 'FName
> Printer.Print Tab(54); Names(y, 3); 'ID#
>>I just put an App into service and the printed output from it is a-lot of >>lines that have names, times, dates, etc. I need to
"highlight" every other >>line. Or something so the people can read it easier. Any one got any code >>lying around for something like this?
>>Thanks
>> >>Doug Lynch
></PRE></BLOCKQUOTE>
>
><hr>
>
>Free Web-based e-mail groups -- <a
href="http://www.egroups.com">www.eGroups.com</a>
></body></html>
>
Hi Doug,
What I did was print a dummy line in between with the font set to
half size, then reset the font for the next line..
Printer.Font 4 'half line size
Printer.Print 'blank line
Printer.print 10 'back to original,
Hope that may help.
Regards
Peter Mcalpine
petermca@...
www.ozemail.com.au/~petermca
-----Original Message-----
From: Doug Lynch <lynchd@...>
To: vblist@egroups.com <vblist@egroups.com>
Date: Thursday, 26 November 1998 8:50
Subject: [vblist] Re: Print Enhance
>No I am just sending it to the printer like
> Printer.Print Tab(14); Clocked(x, 1); 'LName
> Printer.Print Tab(34); Clocked(x, 2); 'FName
> Printer.Print Tab(54); Names(y, 3); 'ID#
>Not very fancy but it works? sorta.
>Doug
>At 03:30 PM 11/24/1998 -0600, you wrote:
>>
>> Are you using Excel to create the output? If you are than you can
use
>> this...
>>
>> xl.Range("A1").Interior.ColorIndex = 5 (or whatever
colour
>> you want just to shade that field).
>>
>>
>>
>> -EB-
>>
>>
>>
>
>>I just put an App into service and the printed output from it is a-lot of
>>lines that have names, times, dates, etc. I need to "highlight" every
other
>>line. Or something so the people can read it easier. Any one got any code
>>lying around for something like this?
>>Thanks
>>
>>Doug Lynch
>>
>>-
>
>------------------------------------------------------------------------
>Free Web-based e-mail groups -- http://www.eGroups.com
>
------------------------------------------------------------------------
Free Web-based e-mail groups -- http://www.eGroups.com
Hey Klas mt VB5 will not take Printer.Line it gives me an "Compile error:"
cheers
doug
At 08:32 AM 11/26/1998 +0100, you wrote:
>Try Printer.Line every 2 or three rows.
>
>TIP: The online help and books online is the best source of
>information on VB5. Also, just browsing the properties and methods
>in the pop up lists has taught me a lot of the new stuff (since I'm a
>VB3 programmer
>to begin with and skipped VB4 entirely).
>
>Examples:
>1. StartUpPosition helps place the form.
>2. MS now has groupbuttons (in VB 3 available only through Threed.vbx
>from Sheridan)
> through the Style properties of the Checkbox and Option button.
>3. Tooltips are now available (OK, this one is old news, but it wasn't
>there in VB3)
>
>And so on...
>--
>Klas Lindbäck
>VB 5 Pro / NT 4
>< klali@...>
>
>
>-----Original Message-----
>From: Doug Lynch < lynchd@...>
>To: vblist@egroups.com < vblist@egroups.com>
>Date: den 25 november 1998 21:52
>Subject: [vblist] Re: Print Enhance
>
>
>
>No I am just sending it to the printer like
>
> Printer.Print Tab(14); Clocked(x, 1); 'LName
>
> Printer.Print Tab(34); Clocked(x, 2); 'FName
>
> Printer.Print Tab(54); Names(y, 3); 'ID#
>
>>I just put an App into service and the printed output from it is a-lot
>of
>
>>lines that have names, times, dates, etc. I need to "highlight" every
>other
>
>>line. Or something so the people can read it easier. Any one got any
>code
>
>>lying around for something like this?
>
>>Thanks
>
>>
>
>>Doug Lynch
>
> _____
>
>Free Web-based e-mail groups -- www.eGroups.com
><!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
><HTML>
><HEAD>
>
>
><META content='"MSHTML 4.72.2106.6"' name=GENERATOR>
></HEAD>
><BODY bgColor=#ffffff>
><DIV><FONT color=#000000 size=2>Try Printer.Line every 2 or three
>rows.</FONT></DIV>
><DIV><FONT color=#000000 size=2></FONT> </DIV>
><DIV><FONT color=#000000 size=2>TIP: The online help and books online is the
>best source of</FONT></DIV>
><DIV><FONT color=#000000 size=2></FONT><FONT size=2>information on VB5. Also,
>just browsing the properties and methods</FONT></DIV>
><DIV><FONT size=2>in the pop up lists has taught me a lot of the new stuff
>(since I'm a VB3 programmer</FONT></DIV>
><DIV><FONT size=2>to begin with and skipped VB4 entirely).</FONT></DIV>
><DIV><FONT size=2></FONT> </DIV>
><DIV><FONT size=2>Examples:</FONT></DIV>
><DIV><FONT size=2>1. StartUpPosition helps place the form.</FONT></DIV>
><DIV><FONT size=2>2. MS now has groupbuttons (in VB 3 available only through
>Threed.vbx from Sheridan)</FONT></DIV>
><DIV><FONT size=2> through the Style properties of the Checkbox
and
>Option button.</FONT></DIV>
><DIV><FONT size=2>3. Tooltips are now available (OK, this one is old news, but
>it wasn't there in VB3)</FONT></DIV>
><DIV><FONT size=2></FONT> </DIV>
><DIV><FONT color=#000000 size=2>And so on...</FONT></DIV>
><DIV><FONT color=#000000 size=2>--<BR>Klas Lindbäck<BR>VB 5 Pro / NT
>4<BR><<A
>href="mailto:klali@...">klali@...</A>></FONT
></DIV>
><DIV><FONT color=#000000 size=2></FONT> </DIV>
><BLOCKQUOTE
>style="BORDER-LEFT: #000000 solid 2px; MARGIN-LEFT: 5px; PADDING-LEFT: 5px">
> <DIV><FONT face=Arial size=2><B>-----Original Message-----</B><BR><B>From:
> </B>Doug Lynch <<A
> href="mailto:lynchd@...">lynchd@...</A>><BR><B>To:
> </B><A href="mailto:vblist@egroups.com">vblist@egroups.com</A> <<A
> href="mailto:vblist@egroups.com">vblist@egroups.com</A>><BR><B>Date:
> </B>den 25 november 1998 21:52<BR><B>Subject: </B>[vblist] Re: Print
> Enhance<BR><BR></DIV></FONT><BR>
> <CENTER></CENTER><PRE>No I am just sending it to the printer like
> Printer.Print Tab(14); Clocked(x, 1); 'LName
> Printer.Print Tab(34); Clocked(x, 2); 'FName
> Printer.Print Tab(54); Names(y, 3); 'ID#
>>I just put an App into service and the printed output from it is a-lot of
>>lines that have names, times, dates, etc. I need to
"highlight" every other
>>line. Or something so the people can read it easier. Any one got any code
>>lying around for something like this?
>>Thanks
>>
>>Doug Lynch
></PRE></BLOCKQUOTE>
>
><hr>
>
>Free Web-based e-mail groups -- <a
href="http://www.egroups.com">www.eGroups.com</a>
></body></html>
>
------------------------------------------------------------------------
Free Web-based e-mail groups -- http://www.eGroups.com
Well, I suppose we should forgive and forget.
Sometimes it's best to be safe than sorry.
Gerry
-----Original Message-----
From: Its_Me [mailto:its_me@...]
Sent: Wednesday, November 25, 1998 7:44 PM
To: vblist@egroups.com; vblist@egroups.com
Subject: [vblist] Re: Virus Alert From Microsoft!!!!!!!
You have my sincerest and deepest apology for ever sending this alert in
the first place. I should have checked it out, but since it was sent
around our entire corporation (a very large one at that) I assumed it was
for real.
I meant no harm and did not mean to cause anything other than to have my
friends protected from something potentially dangerous.
I did not mean to cause all this fuss and I do sincerely apologize to you
all.
Mary
------------------------------------------------------------------------
For the absolute lowest price on Computer Hardware visit:
http://ads.egroups.com/click/56/0/bottomdollar
Free Web-based e-mail groups -- http://www.eGroups.com
------------------------------------------------------------------------
Free Web-based e-mail groups -- http://www.eGroups.com
-----Original Message----- From: zdtips@... <zdtips@...> To: ivbtips@... <ivbtips@...> Date: den 25 november 1998 21:52 Subject: [vblist] IVBTips Using the DEFAULT property This week's Visual Basic TipUsing the DEFAULT property with multiple-line text boxesDon't use the DEFAULT property on a data entry form on which you have a multiple-line text box. If you do, the user will not be able to hitenter to make "hard returns" in their text, because that willautomatically click the default button rather than moving to a new line in the text box. Instead, provide an access or "accelerator" key to the button. See the VB help on the Caption property for details on how to do this.From--Jeff Lyons [jeff@...]
-----Original Message----- From: zdtips@... <zdtips@...> To: ivbtips@... <ivbtips@...> Date: den 25 november 1998 21:52 Subject: [vblist] IVBTips Using the DEFAULT property This week's Visual Basic TipUsing the DEFAULT property with multiple-line text boxesDon't use the DEFAULT property on a data entry form on which you have a multiple-line text box. If you do, the user will not be able to hitenter to make "hard returns" in their text, because that willautomatically click the default button rather than moving to a new line in the text box. Instead, provide an access or "accelerator" key to the button. See the VB help on the Caption property for details on how to do this.From--Jeff Lyons [jeff@...]
No I am just sending it to the printer like Printer.Print Tab(14); Clocked(x, 1); 'LName
Printer.Print Tab(34); Clocked(x, 2); 'FName
Printer.Print Tab(54); Names(y, 3); 'ID#
>I just put an App into service and the printed output from it is a-lot of >lines that have names, times, dates, etc. I need to "highlight" every other >line. Or something so the people can read it easier. Any one got any code >lying around for something like this?
>Thanks
> >Doug Lynch
another sad part is that its not just disregarded instead of
discussed - only makes the problem worse, after all (of course, by
contributing to this conversation, its only made the problem last
longer... oh, well.)
Peter
------------------------------------------------------------------------
Free Web-based e-mail groups -- http://www.eGroups.com
y
Thats the REALLY sad part, that LARGE corps MIS/IT dept go about sending
out these messages when they should realize that it's bogus.
David Toste [VE3TOS] Internet - saturn@...
Brampton, Ontario. SWLOGit - The Ultimate Shortwave Listeners Software
ftp://qsl.net/pub/ve3tos/swlit20a.ziphttp://www.interlog.com/~saturn/SWLOGit.html (SWLOGit Web Page)
ICQ: 4422700
On Wed, 25 Nov 1998, Its_Me wrote:
> You have my sincerest and deepest apology for ever sending this alert in
> the first place. I should have checked it out, but since it was sent
> around our entire corporation (a very large one at that) I assumed it was
> for real.
>
> I meant no harm and did not mean to cause anything other than to have my
> friends protected from something potentially dangerous.
>
> I did not mean to cause all this fuss and I do sincerely apologize to you all.
>
> Mary
>
> ------------------------------------------------------------------------
> For the absolute lowest price on Computer Hardware visit:
> http://ads.egroups.com/click/56/0/bottomdollar
>
>
> Free Web-based e-mail groups -- http://www.eGroups.com
>
------------------------------------------------------------------------
Free Web-based e-mail groups -- http://www.eGroups.com
You have my sincerest and deepest apology for ever sending this alert in
the first place. I should have checked it out, but since it was sent
around our entire corporation (a very large one at that) I assumed it was
for real.
I meant no harm and did not mean to cause anything other than to have my
friends protected from something potentially dangerous.
I did not mean to cause all this fuss and I do sincerely apologize to you all.
Mary
------------------------------------------------------------------------
Free Web-based e-mail groups -- http://www.eGroups.com
No I am just sending it to the printer like
Printer.Print Tab(14); Clocked(x, 1); 'LName
Printer.Print Tab(34); Clocked(x, 2); 'FName
Printer.Print Tab(54); Names(y, 3); 'ID#
Not very fancy but it works? sorta.
Doug
At 03:30 PM 11/24/1998 -0600, you wrote:
>
> Are you using Excel to create the output? If you are than you can use
> this...
>
> xl.Range("A1").Interior.ColorIndex = 5 (or whatever colour
> you want just to shade that field).
>
>
>
> -EB-
>
>
>
>I just put an App into service and the printed output from it is a-lot of
>lines that have names, times, dates, etc. I need to "highlight" every other
>line. Or something so the people can read it easier. Any one got any code
>lying around for something like this?
>Thanks
>
>Doug Lynch
>
>-
------------------------------------------------------------------------
Free Web-based e-mail groups -- http://www.eGroups.com
This is another GOOD TIMES virus joke. The virus is that people keep
passing around this message, like a person would pass around a virus on
disk.
David Toste [VE3TOS] Internet - saturn@...
Brampton, Ontario. SWLOGit - The Ultimate Shortwave Listeners Software
ftp://qsl.net/pub/ve3tos/swlit20a.ziphttp://www.interlog.com/~saturn/SWLOGit.html (SWLOGit Web Page)
ICQ: 4422700
On Wed, 25 Nov 1998, Its_Me wrote:
> FYI
>
> _______ Forward Header __________________________________
> Subject: Virus Alert
> Author: William Barker at GSA-TDA
> Date: 11/24/98 2:15 PM
>
> FYI
>
> ______ Forward Header __________________________________
> Subject: <no subject>
> Author: "maria martin" <martinm@...> at internet
> Date: 11/24/98 12:32 PM
>
>
> If you receive an e-mail titled "Win A Holiday" DO NOT open it. It
> will erase everything on your hard drive. Forward this letter out to
> as many people as you can. This is a new, very
> malicious virus and not many people know about it. This information
> was announced from Microsoft, please share it.
>
> clr
>
>
> ------------------------------------------------------------------------
> For the absolute lowest price on Computer Hardware visit:
> http://ads.egroups.com/click/56/0/bottomdollar
>
>
> Free Web-based e-mail groups -- http://www.eGroups.com
>
------------------------------------------------------------------------
Free Web-based e-mail groups -- http://www.eGroups.com
-----Original Message----- From: Its_Me <its_me@...> To: vblist@egroups.com <vblist@egroups.com>; vblist@egroups.com <vblist@egroups.com> Date: den 25 november 1998 15:53 Subject: [vblist] Virus Alert From Microsoft!!!!!!! If you receive an e-mail titled "Win A Holiday" DO NOT open it. It will erase everything on your hard drive. Forward this letter out to as many people as you can. This is a new, very malicious virus and not many people know about it. This information was announced from Microsoft, please share it.
Just a Hoax! Check this site out.
http://www.nai.com/services/support/hoax/win_holiday.asp
______________________________ Reply Separator _________________________________
Subject: [vblist] Virus Alert From Microsoft!!!!!!!
Author: <vblist@egroups.com > at *Internet
Date: 11/25/98 9:14 AM
FYI
_______ Forward Header __________________________________
Subject: Virus Alert
Author: William Barker at GSA-TDA
Date: 11/24/98 2:15 PM
FYI
______ Forward Header __________________________________
Subject: <no subject>
Author: "maria martin" <martinm@...> at internet
Date: 11/24/98 12:32 PM
If you receive an e-mail titled "Win A Holiday" DO NOT open it. It
will erase everything on your hard drive. Forward this letter out to
as many people as you can. This is a new, very
malicious virus and not many people know about it. This information
was announced from Microsoft, please share it.
clr
------------------------------------------------------------------------
For the absolute lowest price on Computer Hardware visit:
http://ads.egroups.com/click/56/0/bottomdollar
Free Web-based e-mail groups -- http://www.eGroups.com
------------------------------------------------------------------------
Free Web-based e-mail groups -- http://www.eGroups.com
PLEASE DO NOT SHARE IT!
This is a hoax.
You'd think programmers would know enough to check these things out before
forwarding this misinformation to a mailing list.
CHECK FIRST.
deb
Its_Me <its_me@...> on 11/25/98 09:14:59 AM
Please respond to vblist@egroups.com
To: vblist; vblist
cc: (bcc: Deborah Graham/BOSTON/IDX1)
Subject: [vblist] Virus Alert From Microsoft!!!!!!!
Body:
FYI
_______ Forward Header __________________________________
Subject: Virus Alert
Author: William Barker at GSA-TDA
Date: 11/24/98 2:15 PM
FYI
______ Forward Header __________________________________
Subject: <no subject>
Author: "maria martin" <martinm@...> at internet
Date: 11/24/98 12:32 PM
If you receive an e-mail titled "Win A Holiday" DO NOT open it. It
will erase everything on your hard drive. Forward this letter out to
as many people as you can. This is a new, very
malicious virus and not many people know about it. This information
was announced from Microsoft, please share it.
clr
------------------------------------------------------------------------
For the absolute lowest price on Computer Hardware visit:
http://ads.egroups.com/click/56/0/bottomdollar
Free Web-based e-mail groups -- http://www.eGroups.com
------------------------------------------------------------------------
Free Web-based e-mail groups -- http://www.eGroups.com
FYI
_______ Forward Header __________________________________
Subject: Virus Alert
Author: William Barker at GSA-TDA
Date: 11/24/98 2:15 PM
FYI
______ Forward Header __________________________________
Subject: <no subject>
Author: "maria martin" <martinm@...> at internet
Date: 11/24/98 12:32 PM
If you receive an e-mail titled "Win A Holiday" DO NOT open it. It
will erase everything on your hard drive. Forward this letter out to
as many people as you can. This is a new, very
malicious virus and not many people know about it. This information
was announced from Microsoft, please share it.
clr
------------------------------------------------------------------------
Free Web-based e-mail groups -- http://www.eGroups.com
you could use savesetting to save to the registry, since this is
often the easiest way to save data without going to too much
trouble... just use the following:
if menu1.checked = true then
savesetting("blah", "blah", "WhatChecked?", "menu1")
else
savesetting("blah", "blah", "WhatChecked?", "menu2")
endif
you will, of course, have to check the data with getsetting when
loading:
private sub form_load()
if getsetting("blah", "blah", "WhatChecked?" "menu2") then
menu1.checked = true
else menu2.checked = true
endif
HTH... btw, did anyone get the e-mail on my question about rich
text boxes and whether or not they support color displays? if they
do, how do you do it? TIA.
Peter
------------------------------------------------------------------------
Free Web-based e-mail groups -- http://www.eGroups.com
I have a options menu for sound on and off with the
checked enabled. This works fine but how do I save
the one that is checked when the program is run again?
Thanks
--
Woody's Fairlane Site
Fords Fairlanes and Classic Cars
http://www.geocities.com/motorcity/1104
<------------------------------------------->
CarRestore
Download "CarRestore" ( Restoration Database Program )
http://members.tripod.com/~woodyg/carestore.html
<--<><><><><><><><><><><><><><><><><><><><>-->
------------------------------------------------------------------------
Free Web-based e-mail groups -- http://www.eGroups.com
Are you using Excel to create the output? If you are than you can use
this...
xl.Range("A1").Interior.ColorIndex = 5 (or whatever colour
you want just to shade that field).
-EB-
______________________________ Reply Separator _________________________________
Subject: [vblist] Print Enhance
Author: <vblist@egroups.com > at *Internet
Date: 11/23/98 10:35 PM
I just put an App into service and the printed output from it is a-lot of
lines that have names, times, dates, etc. I need to "highlight" every other
line. Or something so the people can read it easier. Any one got any code
lying around for something like this?
Thanks
Doug Lynch
------------------------------------------------------------------------
Free Web-based e-mail groups -- http://www.eGroups.com
------------------------------------------------------------------------
Free Web-based e-mail groups -- http://www.eGroups.com
I just put an App into service and the printed output from it is a-lot of
lines that have names, times, dates, etc. I need to "highlight" every other
line. Or something so the people can read it easier. Any one got any code
lying around for something like this?
Thanks
Doug Lynch
------------------------------------------------------------------------
Free Web-based e-mail groups -- http://www.eGroups.com