You are here

Start Drive app (Question!)

18 posts / 0 new
Last post
nocr
nocr's picture
Offline
Last seen: 15 years 3 months ago
Joined: 2007-05-04 11:47
Start Drive app (Question!)

Hey guys, I've been working on an app.

Here is a screenshot.

The idea is to have it set to autorun. It would popup with the menu which would let you check off the actions you want performed as the drive starts up. It also includes a button which if clicked, would act as a mailto link, so they can contact you.

It would include an .ini file that would allow you to completely customize it. Pretty much everything could be tweaked in the ini file, including:
>Image
>The text and actions performed by the first two checkboxes.
>The mailto link in the "email Drive Owner" button.
>The text in the Status Strip.

However, although I have created the GUI for this, I'm still learning how to code, so I haven't made a working model yet. (I made it in Visual Basic 2005 Express, so I think it might want to use the .net framework, not sure)

Since it doesn't really work yet, I figured that I'd hold off on releasing it. But whenever I do, it will definitely be Open-Source. (Most likely GPL)

If enough interest is shown in this, I might zip it up and include a link

Patrick Patience
Offline
Last seen: 4 years 3 months ago
DeveloperModerator
Joined: 2007-02-20 19:26
Interest Shown!

It looks sweet, I think the option to e-mail the drive owner is fantastic.

SmithTech
SmithTech's picture
Offline
Last seen: 1 year 11 months ago
Developer
Joined: 2006-11-24 18:06
If your developing it in VB

If your developing it in VB 2005 it will require .NET 2.0 which will not be on 95% of machines unless someone specifically installed it.
I did a few apps in VB 2003 but stopped using it for that reason.
Currently learning delhpi, eventually want to learn C++.

"Because they stand on a wall and say, 'Nothing is going to hurt you tonight. Not on my watch.'" (A Few Good Men)
Coincidence is God's way of remaining anonymous.(Albert Einstein)

nocr
nocr's picture
Offline
Last seen: 15 years 3 months ago
Joined: 2007-05-04 11:47
I see.

Is there an IDE I can use which works with VB6? Or should I try a different language?

Please keep in mind, I'm a beginner.

Please Make TiLP Portable

SmithTech
SmithTech's picture
Offline
Last seen: 1 year 11 months ago
Developer
Joined: 2006-11-24 18:06
I would Delphi a try

There is an IDE for VB6 same as for VB.NET 2003/2005.
I tried using VB6 for a couple of my apps and found there were still systems it didn't work on though.
For portability I would recommend trying a different language.
Having used VB6 and VB.NET 2003 and Delphi I would say try Delphi, the level of difficulty is about the same for all 3. IMHO
C++ would probably be the best way to go but I haven't tried developing in C++ yet and have heard the difficulty level is much higher, anyone else care to comment on this?

"Because they stand on a wall and say, 'Nothing is going to hurt you tonight. Not on my watch.'" (A Few Good Men)
Coincidence is God's way of remaining anonymous.(Albert Einstein)

Steve Lamerton
Steve Lamerton's picture
Offline
Last seen: 10 years 6 months ago
Developer
Joined: 2005-12-10 15:22
Well,

I would agree that C++ is pretty hard to learn, I came from VB.NET originally (and I still love it as a language) and things like pointers were pretty hard to get my head around. I guess that the best thing to do would be to have a look at a few languages and see which one you like best (as for C++ I would recommend looking at something like the wxWidgets library for writing GUI's, along with one of it's form designer programs.)

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 6 months ago
Joined: 2006-01-06 21:27
Even worse

When coming from PHP, since the definition of pointers is completely different.

"If you're not part of the solution, you're part of the precipitate."

nocr
nocr's picture
Offline
Last seen: 15 years 3 months ago
Joined: 2007-05-04 11:47
thanks for the input.

Delphi sounds like a good language to use, but I was checking out TurboDelphi (which seems like the only free IDE available), and it required me to create some kind of account on their site.
Borland sounds just as consumer-unfriendly (if not more so) than Microsoft.

Is there a free IDE currently available for VB 6.0?

Please Make TiLP Portable

SmithTech
SmithTech's picture
Offline
Last seen: 1 year 11 months ago
Developer
Joined: 2006-11-24 18:06
I use TurboDelphi for my

I use TurboDelphi for my Menu which is a clone of PAM.
I believe XRCA uses it as well for his Port of the PortableApps Menu. Not sure if John uses it or the full version.
I don't know of a free IDE for VB6.

"Because they stand on a wall and say, 'Nothing is going to hurt you tonight. Not on my watch.'" (A Few Good Men)
Coincidence is God's way of remaining anonymous.(Albert Einstein)

nocr
nocr's picture
Offline
Last seen: 15 years 3 months ago
Joined: 2007-05-04 11:47
Alright, thanks alot.

I'm going to try to learn Delphi now.

Wish me luck!

Please Make TiLP Portable

SmithTech
SmithTech's picture
Offline
Last seen: 1 year 11 months ago
Developer
Joined: 2006-11-24 18:06
Good Luck

Good Luck

"Because they stand on a wall and say, 'Nothing is going to hurt you tonight. Not on my watch.'" (A Few Good Men)
Coincidence is God's way of remaining anonymous.(Albert Einstein)

Espreon
Espreon's picture
Offline
Last seen: 11 years 7 months ago
Joined: 2006-09-29 18:23
Looks interesting...

I have an idea:

Why not have checkboxes next to the choices and have so you can launch the checked options in one click.

nocr
nocr's picture
Offline
Last seen: 15 years 3 months ago
Joined: 2007-05-04 11:47
That was my idea

The user would check the boxes of the options they want to run, and then click the "Go" button, and it would launch the checked options.

Please Make TiLP Portable

Espreon
Espreon's picture
Offline
Last seen: 11 years 7 months ago
Joined: 2006-09-29 18:23
Whoops did not notice them..........

" "

[Moderator Note: For the LAST time... please STOP posting blank comments. Subjects are subjects. Comments are where the comments go. If you're too lazy, just type in the comment and the website will put it in the subject for you]

nocr
nocr's picture
Offline
Last seen: 15 years 3 months ago
Joined: 2007-05-04 11:47
yeah...

So, um, Is there an IDE that anybody knows of which codes in VB6?

Please Make TiLP Portable

rab040ma
Offline
Last seen: 4 months 3 weeks ago
Joined: 2007-08-27 13:35
Visual Studio?

I think VB6 comes with an IDE (or maybe IS an IDE), which is basically the old Visual Studio that M$ doesn't sell any more. Or are you looking for an IDE besides that? The operative word is "sell"; I don't think it is officially available for sale any more, which means it is not supposed to be around for new programmers to learn. They are supposed to learn VB.NET...

VB6 requires a large run-time DLL file (and sometimes several). A lot of programs install the DLLs, but not every machine has it/them.

Have you looked at AutoIT? It seems to be fairly simple to use and doesn't have much run-time overhead. It comes with an editor that is supposed to provide some IDE-like functionality. It's probably not what you are looking for, but it might be close.

Turbo Delphi (Explorer) looks like a free app to get you hooked on the Borland way of doing things. That way you'll want to graduate to the full versions of Delphi, which are quite expensive. It's not a bad thing to do, you can do worse than learn to program in that environment, but just be aware that Borland is trying to get you hooked.

MC

nocr
nocr's picture
Offline
Last seen: 15 years 3 months ago
Joined: 2007-05-04 11:47
I was looking for the VB6

I was looking for the VB6 IDE, but it doesn't seem to be available online anywhere.

Thanks for the tip on TurboDelphi.

Please Make TiLP Portable

rab040ma
Offline
Last seen: 4 months 3 weeks ago
Joined: 2007-08-27 13:35
VB6

I think I might be able to give you a pointer to one, but not on this forum...

MC

Log in or register to post comments