473,624 Members | 2,685 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

.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 1340
On Jul 28, 10:45 pm, "Miro" <m...@beero.com wrote:
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

"kimiraikko nen" <ki************ *@gmail.comwrot e in message
news:04******** *************** ***********@w7g 2000hsa.googleg roups.com...
On Jul 28, 10:45 pm, "Miro" <m...@beero.com wrote:
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.com wrote:
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.com schreef in bericht
news:uM******** ******@TK2MSFTN GP03.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

"kimiraikko nen" <ki************ *@gmail.comwrot e in message
news:04******** *************** ***********@w7g 2000hsa.googleg roups.com...
On Jul 28, 10:45 pm, "Miro" <m...@beero.com wrote:
>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******** *************** ***********@mic rosoft.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_Hotm ail.comwrote in message
news:uk******** ******@TK2MSFTN GP02.phx.gbl...
"Cor Ligthert[MVP]" <no************ @planet.nlwrote in message
news:6E******** *************** ***********@mic rosoft.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.com schreef in bericht
news:%2******** ********@TK2MSF TNGP03.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_Hotm ail.comwrote in message
news:uk******** ******@TK2MSFTN GP02.phx.gbl...
>"Cor Ligthert[MVP]" <no************ @planet.nlwrote in message
news:6E******* *************** ************@mi crosoft.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.Sh ow 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***@jeremysa ge.comwrote in message
news:d7******** *************** ***********@79g 2000hsk.googleg roups.com...
On Jul 28, 8:45 pm, "Miro" <m...@beero.com wrote:
>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.com wrote:
>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
2356
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 without comments is only about 30 lines. Also included a setup.py at the end of the script so you can 'compile' it easily. py>#####################################################################
11
5045
by: Ray5531 | last post by:
I'm looking for a good Freeware autorun maker for my C# application.Any suggessions? Thanks
2
1504
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 or launches if it is already installed. If the end-user has the application open and inserts a new CD (containing the legacy app), a new instance of the application is launched. That's fine for the legacy application. The new application is a...
2
8522
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 one here may be able to answer this simple question. If I burn a CD/DVD and include a file in the root of the burned disk called Autorun.inf and the contents of it is: open=C:\Program Files\myProgram.EXE
2
3176
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 specific Flash Disk device. It would be very thankful If anyone could tell me about it.
0
6113
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). Much of the contents of this article are tested on Windows XP professional SP2 by the author. Some instances of this article may be altogether different/missing on Windows Vista, XP and other Windows NT systems, but I have tried to write a...
0
9204
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 settings on my PC? Ans: I recommend that you backup all of your important data before trying anything mentioned in this article. When a person is tweaking with autoruns, one has to rely on 'trial and error' methods and so there is always the possibility...
0
30205
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 a comprehensive list of all autostart locations for Windows OSes: NOTE : These are some abbreviations used in this list. Please note them carefully: HKCU = HKEY_CURRENT_USER HKLM = HKEY_LOCAL_MACHINE
0
9945
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 on my Windows PC? Ans: Other than Sysinternals Autoruns, there are only a few programs which are good enough to be used when dealing with autoruns. For more information about Sysinternals Autoruns, read Que-7 in Windows Autorun FAQs: Description....
0
8182
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8635
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8352
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7178
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6115
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4085
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4188
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1800
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1496
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.