Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Basic Realbasic > Re: VB6 to Real...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 7 of 9 Topic 3310 of 3326
Post > Topic >>

Re: VB6 to RealBasic

by Lewis Gardner <lgardner@[EMAIL PROTECTED] > Apr 13, 2008 at 12:14 AM

Boris Danner wrote:
>> So with RB you may just ask here, but don't be suprised if a lot of
>> functions are just built in.
> 
> 
> I would be glad to learn from an experienced user a short list of those 
> often used functions which are NOT built in what would abbreviate the 
> learning curve significantly and enhance the chance to change over 
> considerably.

I think you are thinking about this backwards.

"Often used functions" are very different between programs and the 
programmers that create them.

Most things I have tried to do in RB are significantly easier than in VB 
since the functionality is already there and usually behaves in a 
orderly fa****on. The old VB bit of declare this and declare that is not 
needed but is still available if you want (or have to) to go that way.

For example in my programs I always grab the machine and user names on 
startup so they can appear in the status line of each major window. In 
VB I used declares to get this information. When I started with RB I did 
it the hard way and used a declare in #if TargetWin32 and shell commands 
for #if TargetLinux or TargetMacOS. It didn't take me long to find that 
System.EnviromentVariable("ComputerName") and 
System.EnviromentVariable("UserName") will do exactly the same thing 
with a LOT less effort.

There is a significant difference between the way RB works best compared 
to VB. To make a list like you desire will likely be less useful than 
you imagine.

You should take Christian up on his offer to "just ask here" for the 
functionality you require. His knowledge of how to get things done in RB 
is amazing...
 




 9 Posts in Topic:
VB6 to RealBasic
"Boris Danner"   2008-04-09 16:49:34 
Re: VB6 to RealBasic
support@[EMAIL PROTECTED]  2008-04-09 17:01:17 
Re: VB6 to RealBasic
"Boris Danner"   2008-04-11 14:45:42 
Re: VB6 to RealBasic
"Raoul Watson"   2008-04-11 22:33:35 
Re: VB6 to RealBasic
support@[EMAIL PROTECTED]  2008-04-12 00:40:47 
Re: VB6 to RealBasic
"Boris Danner"   2008-04-12 18:27:53 
Re: VB6 to RealBasic
Lewis Gardner <lgardne  2008-04-13 00:14:01 
Re: VB6 to RealBasic
"Raoul Watson"   2008-04-13 13:10:17 
Re: VB6 to RealBasic
"Raoul Watson"   2008-04-19 13:17:46 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Fri Jul 25 15:31:44 CDT 2008.