473,385 Members | 1,326 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

.Net vs VB6 on autorun.inf

Wondering if anyone here has come up with a different solution than I keep
coming back to:
Here is a thought and I just can't seem to come up with another solution
other than to install my old VB6 cds'.

I want to create a nice splashy screen that will run from ( Autorun.inf ) on
a CD when a cd is installed.

Creating the splash screen in vb6 - is no problems.

Creating it in .net 2008 causes me headaches as to why would someone want to
install the .net framework to see a nice application main screen running.
( If they don't have it installed ).

It takes away a bit from the easy portability ( at this time ) while there
could be / and are some computers out there without the framework installed.

Thanks,

Miro

Jul 28 '08 #1
9 1210
On Jul 28, 10:45 pm, "Miro" <m...@beero.comwrote:
Wondering if anyone here has come up with a different solution than I keep
coming back to:

Here is a thought and I just can't seem to come up with another solution
other than to install my old VB6 cds'.

I want to create a nice splashy screen that will run from ( Autorun.inf )on
a CD when a cd is installed.

Creating the splash screen in vb6 - is no problems.

Creating it in .net 2008 causes me headaches as to why would someone wantto
install the .net framework to see a nice application main screen running.
( If they don't have it installed ).

It takes away a bit from the easy portability ( at this time ) while there
could be / and are some computers out there without the framework installed.

Thanks,

Miro
Hi,
Yes, If you don't want to force your application's users to
install .NET framework just to see a autorun screen (.exe file), you
can use a flash projector file (.exe) interface using fscommand
(inside flash), or program it using VB6 or use a third party autorun
creator software which allows you to custumize your autorun interface.
Unfortunately, you need to install .NET framework even just if you
compile an fully empty form as far as i know.

Thanks,

Onur Güzel
Jul 28 '08 #2
Yes,

My current requirement for one of my customers is a quick splash screen.

They do not use .net at all,
and the 'vb6' way of running ( simple exe ) would be sufficient and splashy
enough.

Thanks,

Miro

"kimiraikkonen" <ki*************@gmail.comwrote in message
news:04**********************************@w7g2000h sa.googlegroups.com...
On Jul 28, 10:45 pm, "Miro" <m...@beero.comwrote:
Wondering if anyone here has come up with a different solution than I keep
coming back to:

Here is a thought and I just can't seem to come up with another solution
other than to install my old VB6 cds'.

I want to create a nice splashy screen that will run from ( Autorun.inf )
on
a CD when a cd is installed.

Creating the splash screen in vb6 - is no problems.

Creating it in .net 2008 causes me headaches as to why would someone want
to
install the .net framework to see a nice application main screen running.
( If they don't have it installed ).

It takes away a bit from the easy portability ( at this time ) while there
could be / and are some computers out there without the framework
installed.

Thanks,

Miro
Hi,
Yes, If you don't want to force your application's users to
install .NET framework just to see a autorun screen (.exe file), you
can use a flash projector file (.exe) interface using fscommand
(inside flash), or program it using VB6 or use a third party autorun
creator software which allows you to custumize your autorun interface.
Unfortunately, you need to install .NET framework even just if you
compile an fully empty form as far as i know.

Thanks,

Onur Güzel

Jul 28 '08 #3
JDS
On Jul 28, 8:45*pm, "Miro" <m...@beero.comwrote:
Wondering if anyone here has come up with a different solution than I keep
coming back to:

Here is a thought and I just can't seem to come up with another solution
other than to install my old VB6 cds'.

I want to create a nice splashy screen that will run from ( Autorun.inf )on
a CD when a cd is installed.

Creating the splash screen in vb6 - is no problems.

Creating it in .net 2008 causes me headaches as to why would someone wantto
install the .net framework to see a nice application main screen running.
( If they don't have it installed ).

It takes away a bit from the easy portability ( at this time ) while there
could be / and are some computers out there without the framework installed.

Thanks,

Miro
If you are happy to do a splash screen in html then this piece of
freeware may do the job for you. Very easy to use.

http://www.tech-recipes.com/windows_tips427.html

HTH
Jeremy
Jul 28 '08 #4
Miro,

For what you want to create a splash screen (introduction scren) with
DotNetg as it is not for a .Net application.
I do not know how simple it is in VB6 to create a splash screen, but much
simpler then in .Net it can not be. While it can be done in .Net as well in
a background thread.

Cor

"Miro" <mi**@beero.comschreef in bericht
news:uM**************@TK2MSFTNGP03.phx.gbl...
Yes,

My current requirement for one of my customers is a quick splash screen.

They do not use .net at all,
and the 'vb6' way of running ( simple exe ) would be sufficient and
splashy enough.

Thanks,

Miro

"kimiraikkonen" <ki*************@gmail.comwrote in message
news:04**********************************@w7g2000h sa.googlegroups.com...
On Jul 28, 10:45 pm, "Miro" <m...@beero.comwrote:
>Wondering if anyone here has come up with a different solution than I
keep
coming back to:

Here is a thought and I just can't seem to come up with another solution
other than to install my old VB6 cds'.

I want to create a nice splashy screen that will run from ( Autorun.inf )
on
a CD when a cd is installed.

Creating the splash screen in vb6 - is no problems.

Creating it in .net 2008 causes me headaches as to why would someone want
to
install the .net framework to see a nice application main screen running.
( If they don't have it installed ).

It takes away a bit from the easy portability ( at this time ) while
there
could be / and are some computers out there without the framework
installed.

Thanks,

Miro

Hi,
Yes, If you don't want to force your application's users to
install .NET framework just to see a autorun screen (.exe file), you
can use a flash projector file (.exe) interface using fscommand
(inside flash), or program it using VB6 or use a third party autorun
creator software which allows you to custumize your autorun interface.
Unfortunately, you need to install .NET framework even just if you
compile an fully empty form as far as i know.

Thanks,

Onur Güzel
Jul 29 '08 #5
"Cor Ligthert[MVP]" <no************@planet.nlwrote in message
news:6E**********************************@microsof t.com...
Miro,

For what you want to create a splash screen (introduction scren) with
DotNetg as it is not for a .Net application.
I do not know how simple it is in VB6 to create a splash screen, but much
simpler then in .Net it can not be. While it can be done in .Net as well
in a background thread.

Cor
In VB6,

frmSplash.Show vbModeless

That's about as simple as it gets.
Jul 29 '08 #6
The 'Splash' Screen is just an example,

but it would have been a simple form with a splash screen, and then a menu
that actually points to files accross the cd that runs seperate exe files
they would wish to put on it.

I have done something like this before - but instead used a straight HTML
doc to create a dummy menu, but was really hoping to go the "vb.net VS2008"
method and create a dynamic menu in an exe with lots of pretty buttons and
links and graphics and such.

Thanks for the replies, but I beleive I will be using my old machine and
installing the old VB on that for the dummy app.

Cor - I wanted to use .net to create the menu as that is the language of
choice I want to lean towards in the future. I am familiar with VB4 or VB5
( cant remember ) from back in the days of going to school.
The customer has documents such as ( pdfs, .docs, .docx, excel, exe's,
etc... ) that they wanted in a 'Customer Driven Menu' at the start of the cd
so the customer can choose what to install, view, or copy off the cd without
having to browse the cd.
However adding the .net mix into it, a user who knows nothing about
computers - would instantly be stuck when asked to install the .net
framework on the computer.
I want to keep the autorun.inf "CLEAN" so it runs the form, and tries to
install nothing new.

Cheers'

Miro
"Ken Halter" <Ken_Halter@Use_Sparingly_Hotmail.comwrote in message
news:uk**************@TK2MSFTNGP02.phx.gbl...
"Cor Ligthert[MVP]" <no************@planet.nlwrote in message
news:6E**********************************@microsof t.com...
>Miro,

For what you want to create a splash screen (introduction scren) with
DotNetg as it is not for a .Net application.
I do not know how simple it is in VB6 to create a splash screen, but much
simpler then in .Net it can not be. While it can be done in .Net as well
in a background thread.

Cor

In VB6,

frmSplash.Show vbModeless

That's about as simple as it gets.
Jul 29 '08 #7
Miro,

It is with .Net the same as wanting to connect a modern keyboard to an old
computer which has the big type of keyboard connector and only VESA
addapters, you most probably never will succeed.

The same is with .Net on a computer with 10Gb disk and 80Mb memory, you
cannot well run a modern OS so upgrade this to a complete version (which
means for Microsoft OS's today included .Net installed) gives problems.

But for your problem VB6 has in a way the same problem. A simple Net program
as you describe uses very few memory on disk and in memory. Every VB6
program compared with that will probably be 100 times bigger, while it need
its VB6 runtime (which is not installed on every computer). The .Net runtime
and the classes around that are integrated today in the Microsoft OS's.

As that is not the problem, then I think that creating a simple Menu
program, that only starts different documents using the "process start",
could be a fine learning curve to start with. The newest .Net languages and
therefore as well VB9 have many solutions inside .Net or as classes outside
Net. By instance MS office programming is full integrated in the Net
development environment 2008.

A link to start some processesses.

http://www.vb-tips.com/StartProcess.aspx

So if your client or you uses computers with big keyboard connectors, don't
try to install .Net on that, there is a chance that you succeed. But I would
not try it.

Cor
"Miro" <mi**@beero.comschreef in bericht
news:%2****************@TK2MSFTNGP03.phx.gbl...
The 'Splash' Screen is just an example,

but it would have been a simple form with a splash screen, and then a menu
that actually points to files accross the cd that runs seperate exe files
they would wish to put on it.

I have done something like this before - but instead used a straight HTML
doc to create a dummy menu, but was really hoping to go the "vb.net
VS2008" method and create a dynamic menu in an exe with lots of pretty
buttons and links and graphics and such.

Thanks for the replies, but I beleive I will be using my old machine and
installing the old VB on that for the dummy app.

Cor - I wanted to use .net to create the menu as that is the language of
choice I want to lean towards in the future. I am familiar with VB4 or
VB5 ( cant remember ) from back in the days of going to school.
The customer has documents such as ( pdfs, .docs, .docx, excel, exe's,
etc... ) that they wanted in a 'Customer Driven Menu' at the start of the
cd so the customer can choose what to install, view, or copy off the cd
without having to browse the cd.
However adding the .net mix into it, a user who knows nothing about
computers - would instantly be stuck when asked to install the .net
framework on the computer.
I want to keep the autorun.inf "CLEAN" so it runs the form, and tries to
install nothing new.

Cheers'

Miro
"Ken Halter" <Ken_Halter@Use_Sparingly_Hotmail.comwrote in message
news:uk**************@TK2MSFTNGP02.phx.gbl...
>"Cor Ligthert[MVP]" <no************@planet.nlwrote in message
news:6E**********************************@microso ft.com...
>>Miro,

For what you want to create a splash screen (introduction scren) with
DotNetg as it is not for a .Net application.
I do not know how simple it is in VB6 to create a splash screen, but
much simpler then in .Net it can not be. While it can be done in .Net as
well in a background thread.

Cor

In VB6,

frmSplash.Show vbModeless

That's about as simple as it gets.
Jul 30 '08 #8
what about a html application (*.hta)

it look very nice with a few script
"JDS" <ad***@jeremysage.comwrote in message
news:d7**********************************@79g2000h sk.googlegroups.com...
On Jul 28, 8:45 pm, "Miro" <m...@beero.comwrote:
>Wondering if anyone here has come up with a different solution than I
keep
coming back to:

Here is a thought and I just can't seem to come up with another solution
other than to install my old VB6 cds'.

I want to create a nice splashy screen that will run from ( Autorun.inf )
on
a CD when a cd is installed.

Creating the splash screen in vb6 - is no problems.

Creating it in .net 2008 causes me headaches as to why would someone want
to
install the .net framework to see a nice application main screen running.
( If they don't have it installed ).

It takes away a bit from the easy portability ( at this time ) while
there
could be / and are some computers out there without the framework
installed.

Thanks,

Miro

If you are happy to do a splash screen in html then this piece of
freeware may do the job for you. Very easy to use.

http://www.tech-recipes.com/windows_tips427.html

HTH
Jeremy
Jul 30 '08 #9

Just use one of the several freeware or shareware programs
made for just such a task.

Google search:
http://www.cdfrontend.com/autorun_au...1f.htm?padlite

No need for VB6 or .Net runtimes to be present. Not even a web
browser. If you did decide to go the HTML route, how can you be
sure that the user's default browser is going to support your startup
screen forever and ever?

/Joergen Bech

On Mon, 28 Jul 2008 15:45:29 -0400, "Miro" <mi**@beero.comwrote:
>Wondering if anyone here has come up with a different solution than I keep
coming back to:
Here is a thought and I just can't seem to come up with another solution
other than to install my old VB6 cds'.

I want to create a nice splashy screen that will run from ( Autorun.inf ) on
a CD when a cd is installed.

Creating the splash screen in vb6 - is no problems.

Creating it in .net 2008 causes me headaches as to why would someone want to
install the .net framework to see a nice application main screen running.
( If they don't have it installed ).

It takes away a bit from the easy portability ( at this time ) while there
could be / and are some computers out there without the framework installed.

Thanks,

Miro
Jul 30 '08 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: M.E.Farmer | last post by:
Hello all, I needed this and did a quick search around and didn't see any examples. I knew it had to be easy, and it was. So here it is a CD_Autorun program in python. It is very simple and...
11
by: Ray5531 | last post by:
I'm looking for a good Freeware autorun maker for my C# application.Any suggessions? Thanks
2
by: Carl Fenley | last post by:
I am writing a new version of a legacy application. The legacy application comes packaged with end-user data on a CD or DVD. When the end-user inserts the CD, the application is either installed...
2
by: Joe Cool | last post by:
I know this is probably not the proper newsgroup to ask this question, but I do not know which one is. And most of you guys here know a lot about windows programming so I am taking a chance some...
2
by: tmWin | last post by:
Hi all I wanna run my application directly from a Flash Disk. I want it AUTORUN once the device is attached. I have seen some virus script-programs which create their own autoruns on a...
0
AmberJain
by: AmberJain | last post by:
Windows Autorun FAQs: Overview NOTE- This complete article on "Windows Autorun FAQs" applies theoretically to all Windows NT-based OSes till Windows Vista (and probably Vista's successors too)....
0
AmberJain
by: AmberJain | last post by:
Windows Autorun FAQs: Description NOTE- If you are unfamiliar with the concept of autoruns, then read "Windows Autorun FAQs: Overview". Que-1: How can I safely remove or edit the autorun...
0
AmberJain
by: AmberJain | last post by:
Windows Autorun FAQs: List of autostart locations Linked from the Original article- "Windows Autorun FAQs: Description". Que: Can you list all the autostart locations for windows? Ans: Here is...
0
AmberJain
by: AmberJain | last post by:
Windows Autorun FAQs: Programs dealing with autoruns Linked from the Original article- "Windows Autorun FAQs: Description". Que: Can you list programs that help me to view/modify the autoruns...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.