473,466 Members | 1,562 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

where is the Key in TreeView.NET?


hi
i working with TreeView in VB6, and have good Properity Named (Key)
with the Key i can goto Any Node i know hes Key.

but in VB.NET i can find the Key :(
please tell me where i can find the key in TreeView.Net...
-----------------------------------------------
Best Regards From Tark
Nov 21 '05 #1
77 14349
"Tark Siala" <ta*******@hotmail.com> schrieb:

First, please do not make X-posts to groups that are not related to your
question's topic.
i working with TreeView in VB6, and have good Properity Named (Key)
with the Key i can goto Any Node i know hes Key.

but in VB.NET i can find the Key :(
please tell me where i can find the key in TreeView.Net...


The .NET Windows Forms treeview control doesn't provide lookup by key. What
you can do is storing the key in the 'TreeNode''s 'Tag' properties and then
add the nodes to a 'Hashtable' (use the 'Tag' property's value as key and
the reference to the 'TreeNode' object as value). Then you can easily
lookup a node by its key.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Nov 21 '05 #2
Hi Tark,

Firstly,I would like to tell you that it's a gropu for VB6 users and for any queries related to dot net u can check out the following sites
microsoft.public.dotnet.general
microsoft.public.dotnet.languages.vb

As for your query, The .NET Windows Forms treeview control doesn't provide lookup by key. What you can do is storing the key in the 'TreeNode''s 'Tag' properties and then add the nodes to a 'Hashtable' (use the 'Tag' property's value as key and the reference to the 'TreeNode' object as value). Then you can easily lookup a node by its key.

HTH

Mona
"Tark Siala" <ta*******@hotmail.com> wrote in message news:%2****************@TK2MSFTNGP11.phx.gbl...

hi
i working with TreeView in VB6, and have good Properity Named (Key)
with the Key i can goto Any Node i know hes Key.

but in VB.NET i can find the Key :(
please tell me where i can find the key in TreeView.Net...
-----------------------------------------------
Best Regards From Tark

Nov 21 '05 #3
> "Mona (Grapecity)" <mo**@discussions.microsoft.com> wrote in message
news:ez**************@TK2MSFTNGP15.phx.gbl...
Hi Tark,

As for your query, The .NET Windows Forms treeview control doesn't provide
lookup by key. What you can do is storing the key in the 'TreeNode''s
'Tag' properties and then add > the nodes to a 'Hashtable' (use the 'Tag'
property's value as key and the reference to the 'TreeNode' object as
value). Then you can easily lookup a node by its key.


Oh yeah... that's SO much better than having a Key property. So much for
".Net is more productive" eh? Gimme a break.

--
Ken Halter - MS-MVP-VB - http://www.vbsight.com
Please keep all discussions in the groups..
Nov 21 '05 #4
In article <uJ**************@TK2MSFTNGP09.phx.gbl>, Ken Halter wrote:
"Mona (Grapecity)" <mo**@discussions.microsoft.com> wrote in message
news:ez**************@TK2MSFTNGP15.phx.gbl...
Hi Tark,

As for your query, The .NET Windows Forms treeview control doesn't provide
lookup by key. What you can do is storing the key in the 'TreeNode''s
'Tag' properties and then add > the nodes to a 'Hashtable' (use the 'Tag'
property's value as key and the reference to the 'TreeNode' object as
value). Then you can easily lookup a node by its key.


Oh yeah... that's SO much better than having a Key property. So much for
".Net is more productive" eh? Gimme a break.


Hmmm, so one missing property damns the whole platform... Yes, there
are couple of things that are missing, that could have been done better
- but IMHO, overall, .NET is more productive.

--
Tom Shelton [MVP]
OS Name: Microsoft Windows XP Professional
OS Version: 5.1.2600 Service Pack 2 Build 2600
System Up Time: 41 Days, 21 Hours, 53 Minutes, 47 Seconds
Nov 21 '05 #5
"Tom Shelton" <to*@YOUKNOWTHEDRILLmtogden.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...

Hmmm, so one missing property damns the whole platform... Yes, there
are couple of things that are missing, that could have been done better
- but IMHO, overall, .NET is more productive.


If were only one property then I'd say no. This is just one more case of
marketting hype lying to the public. How about this....

My.Computers.Printers.DefaultPrinter.Print("blabla ")

....maybe someone in this huge crosspost list can tell me exactly how the
line above is "more productive" than VB6's

Printer.Print "blabla"
--
Ken Halter - MS-MVP-VB - http://www.vbsight.com
Please keep all discussions in the groups..
Nov 21 '05 #6
In article <uA**************@TK2MSFTNGP11.phx.gbl>, Ken Halter wrote:
"Tom Shelton" <to*@YOUKNOWTHEDRILLmtogden.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...

Hmmm, so one missing property damns the whole platform... Yes, there
are couple of things that are missing, that could have been done better
- but IMHO, overall, .NET is more productive.


If were only one property then I'd say no. This is just one more case of
marketting hype lying to the public. How about this....

My.Computers.Printers.DefaultPrinter.Print("blabla ")

...maybe someone in this huge crosspost list can tell me exactly how the
line above is "more productive" than VB6's

Printer.Print "blabla"


My is 2005, so I haven't really played much with that... But, I would
most likely not be typeing all of that anyway. See, I would probably
just add:

My.Computers.Printers to my global imports list or just type:

Imports My.Computer.Printers

At the top of my code file (depends on how often I was going to be using
it) and then all I would have to type is:
DefaultPrinter.Print ("blabla")

--
Tom Shelton [MVP]
OS Name: Microsoft Windows XP Professional
OS Version: 5.1.2600 Service Pack 2 Build 2600
System Up Time: 41 Days, 22 Hours, 53 Minutes, 47 Seconds
Nov 21 '05 #7
Wow, this is a very sad thread. VB People Fighting with VB People.

We are not the competition, we are not the enemy. VB5 or 6 or 7... It's VB.

Really, it is just that simple.

The real power of Visual Basic is simplicity through abstraction. That is
what made it a big deal in 1992, and that is what lead it to officially
beating COBOL as the worlds most used programming tool in 1998. C# is just
VB with a different language style for those people who never figured out
that "Visual Basic" was lightyears evolved from "B.A.S.I.C"

This is what the whole .Net deal really is all about: The *concept* of VB.
VB folks should be the strongest supporters of the evolution of the runtime
because VB is the parent to this child.

The framework is just a runtime, just like the VBRT/VMs. Garbage Collector?
Nothing new to us in the abstract sense. Power and RAD in one? Nothing new
to us at all.

And the VB7 language is a bit different in some places, mostly
understandable though ... changes had to be made to allow VB developers to
actually get what we had been begging MS for for a lot of years.

But Msgbox is still Msgbox and Dim is still Dim.

This particular silliness of number of Dots is nothing new to any of us.
You and I could make a load of VB5/6 object models that force the VB6
user-dev have to type dots, right? That isn't anything special ... the user
of the object model simply uses WITH (and WITH or Imports in VB7). Not
worth fighting your brothers about.

The enemy to the future of VB is the division between VB dev and VB dev, and
if it continues too long then the winners will be C# and - yes it's Still
True, I got my Borland "switch now" letter yesterday - Delphi.

Pick a version or use both and let others do the same, all usage helps VB.

Just my two cents as a very long-time passionate user of Visual Basic.

Robert Smith
Kirkland, WA
www.smithvoice.com

Nov 21 '05 #8
Yuck! That has "quick and dirty" written all over it. Are you a contractor
by any chance?

From a usability point-of-view that is nasty. You would have to iterate
through all the nodes to find the key that you desire!

The best solution is to inherit the treeview, overload the Item property
allowing a key as an argument, and store keys within a collection. All you
have to do then, is return the index of key and use this index to retrieve
the node. There is obviously more work involved here, as one would have to
handle nodes being deleted, sorted etc.

I have done this and it works a treat! I have had no performance issues
with large or small treeview node collections.

Landley

"Herfried K. Wagner [MVP]" <hi***************@gmx.at> wrote in message
news:Oa**************@TK2MSFTNGP14.phx.gbl...
"Tark Siala" <ta*******@hotmail.com> schrieb:

First, please do not make X-posts to groups that are not related to your
question's topic.
i working with TreeView in VB6, and have good Properity Named (Key)
with the Key i can goto Any Node i know hes Key.

but in VB.NET i can find the Key :(
please tell me where i can find the key in TreeView.Net...
The .NET Windows Forms treeview control doesn't provide lookup by key.

What you can do is storing the key in the 'TreeNode''s 'Tag' properties and then add the nodes to a 'Hashtable' (use the 'Tag' property's value as key and
the reference to the 'TreeNode' object as value). Then you can easily
lookup a node by its key.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Nov 21 '05 #9
hi
yah VB7 not bad for New Programmer , but for old Programmer Using VB3/4/5/6
(Like me) , it's very very bad
new structure of language , Defferent Controls , Can't find Normal Old
Proberties (like Key)

i think i must Satr Learning VB from the First
:)
"smith" <rc********@smithvoiceTAKEOUT.com> wrote in message
news:WN**************@newsread1.news.pas.earthlink .net...
Wow, this is a very sad thread. VB People Fighting with VB People.

We are not the competition, we are not the enemy. VB5 or 6 or 7... It's VB.
Really, it is just that simple.

The real power of Visual Basic is simplicity through abstraction. That is
what made it a big deal in 1992, and that is what lead it to officially
beating COBOL as the worlds most used programming tool in 1998. C# is just VB with a different language style for those people who never figured out
that "Visual Basic" was lightyears evolved from "B.A.S.I.C"

This is what the whole .Net deal really is all about: The *concept* of VB.
VB folks should be the strongest supporters of the evolution of the runtime because VB is the parent to this child.

The framework is just a runtime, just like the VBRT/VMs. Garbage Collector? Nothing new to us in the abstract sense. Power and RAD in one? Nothing new to us at all.

And the VB7 language is a bit different in some places, mostly
understandable though ... changes had to be made to allow VB developers to
actually get what we had been begging MS for for a lot of years.

But Msgbox is still Msgbox and Dim is still Dim.

This particular silliness of number of Dots is nothing new to any of us.
You and I could make a load of VB5/6 object models that force the VB6
user-dev have to type dots, right? That isn't anything special ... the user of the object model simply uses WITH (and WITH or Imports in VB7). Not
worth fighting your brothers about.

The enemy to the future of VB is the division between VB dev and VB dev, and if it continues too long then the winners will be C# and - yes it's Still
True, I got my Borland "switch now" letter yesterday - Delphi.

Pick a version or use both and let others do the same, all usage helps VB.

Just my two cents as a very long-time passionate user of Visual Basic.

Robert Smith
Kirkland, WA
www.smithvoice.com

Nov 21 '05 #10
It's not a new language. It's VB. It is different in some ways but it's
also very much the same ... like DAO and ADO :)

I am, technically, an old programmer :) I started with MS tools with the
release of Access1.0 and my first real work with VB began shortly thereafter
with the release of VB3.

Moving from VB3 to VB4-32 was a big leap and it was hard and frustrating (do
you remember back to that?).

Moving from VB4 to VB5/6 was hard too ... remember moving from DAO to ADO?
It was not a smooth migration. It was frustrating, but it was done by
millions.

Each time the effort and pain eventually paid off in ways that we did not
see when we set out to just make the move. Each time we got closer to the
Visual Basic that we really wanted.

I have found this evolutionary step no different at all.

Honestly. For my background: www.smithvoice.com\vbfun.htm

Robert Smith

"Tark Siala" <ta*******@hotmail.com> wrote in message
news:Oz**************@TK2MSFTNGP10.phx.gbl...
hi
yah VB7 not bad for New Programmer , but for old Programmer Using
VB3/4/5/6
(Like me) , it's very very bad
new structure of language , Defferent Controls , Can't find Normal Old
Proberties (like Key)

i think i must Satr Learning VB from the First
:)

Nov 21 '05 #11
"smith" <rc********@smithvoiceTAKEOUT.com> wrote in message
news:yr*****************@newsread3.news.pas.earthl ink.net...
It's not a new language. It's VB. It is different in some ways but it's
also very much the same ... like DAO and ADO :)


No one's fighting but B# is *not* VB. Try going to planetsourcecode.com
(http://www.planetsourcecode.com/vb/default.asp?lngWId=1) and just try
downloading any project (with the VB filter set) and open it in B#. Good
luck. Now, fire up VB6 and try to open a VB3/4/5 project. Except for the
16/32 bit differences it'll load and most likely run (what a concept).

Visual Fred
http://www.mvps.org/vb/index2.html?rants/vfred.htm

There are a lot of shareware authors out there. B# requires that you spend
an extra $1500 or so just so the end user can't see your source. That will
kill quite a few shareware authors. The obfuscator that ships with .Net has
been broken into 10 billion hacks by now. VB6 doesn't need obfuscated code.
Just the fact that it's compiled to native machine code means it's already
obfuscated.

The sad part of this post is... there's only one "dotnet" group in the list.

--
Ken Halter - MS-MVP-VB - http://www.vbsight.com
Please keep all discussions in the groups..
Nov 21 '05 #12
Instant and complete porting of old code is a valid point ... as was instant
porting from QBasic to VB and VB3 to VB5/6.

I guess it's perception, as most things really are, Ken. And calling it B#
kinda implies that you've pretty much got your mind firmly set to a
position. I too had that position and I might even have had you beat in my
initial hatred of VB7 (http://www.smithvoice.com/adorumination.htm )

Thing is, it hit me differently back a few years when I had been reading a
lot about VB.net but not really, honestly, using it and all of a sudden (I
remember the exact moment, sitting in my office at drugstore.com when
everyone else had gome home) I noticed that probably because I was tired my
fingers were just typing the VB that they had been doing for years and when
I pressed F5 the code ran. It was a "moment".

That's when I realized that all of the scary books and posts that said "You
Can Only Use VB.Net If You Think Like A Java Developer" were rubbish. You
do have to learn a bit of the new object model ... RDO was different from
DAO ... and you will go farther faster if you have a handle on OOP to begin
with (VB5/6 classes are enough ... after all, C+ still isn't SmallTalk) but
it being a completely alien "Language" isn't the case for a lot of folks who
have taken the leap of faith.

..Net is Revolutionary to C++ people, but it is Evolutionary to VB6 people
who used VB6-OOP.

I know there are still folks who swear that ActiveX and OOP and VB6 is just
MS hype that will go away eventually, and for their jobs VB3 with VBXes
still does them fine. As I see it, my perception, having a great background
in VB6 OOP makes the move to VB7 doable and after you've done a few apps you
might start wondering, as I did, what the worry was all about. Plus you'll
probably notice that being really good at VB6 and at least functional in
VB.Net gives you a tangible edge in these transitional times.

And remember, it's not an All or Nothing issue because there's "Interop"
that lets you use .Net components with VB6 and VB6 components with .Net and
that means that porting a full mature VB6 program or system to .Net can be
done either a little at a time or even that the app can be left as-is and
VB.Net can be used to add functionality that VB6 couldn't easily do .

A great example of this is that it is truly simple to make a real Windows
Service in VB.Net, no unsuppported NTsvc.ocx and no VB forms required.
Using VS2003 you just create a VB.Net Windows Service project and fill in a
couple of properties. Then you have that Service run a VB.Net or even a VB6
exe. XCopy the files to the server, call a commandline function named
InstallUtil.exe and your service is running... a true Windows Service.
I'll grant you that that service code would not instantly port from a VB6
example ... because VB6 can't do Window Services by itself. But with this
you have the best of both versions and you did it all with VB.

I like them both, and as the link above shows I didn't start out that way.
I hope you are able to get yourself onto an Interop project some time soon
so that you too can get feel that "moment".
And if this stuff about making VB6 and VB7 work seemlessly together
interests you even a little bit, I think you'd like the book by Rockford
Lhotka (a VB6 God) called "Professional Visual Basic Interoperability: COM
and VB6 to .Net" It's not about porting or leaving VB6 behind, it's about
using both together for more VB power. It only came out with a .Net 1.0
edition but nothing in it has really changed for .Net1.1. You know Rocky's
style so you know that it's directly aimed at us professional VB people and
it's not boring or fluffy. If it's not at your local store then get it from
amazon, they have a deal on it right now becuase of the death of WROX press.
I think you'll intrigued by the potiential benefits you'll see explained in
that book.

All the best.

Robert Smith
"Ken Halter" <Ken_Halter@Use_Sparingly_Hotmail.com> wrote in message
news:eU**************@TK2MSFTNGP15.phx.gbl...
"smith" <rc********@smithvoiceTAKEOUT.com> wrote in message
news:yr*****************@newsread3.news.pas.earthl ink.net...
It's not a new language. It's VB. It is different in some ways but it's
also very much the same ... like DAO and ADO :)

Nov 21 '05 #13
Instant and complete porting of old code is a valid point ... as was instant
porting from QBasic to VB and VB3 to VB5/6.

I guess it's perception, as most things really are, Ken. And calling it B#
kinda implies that you've pretty much got your mind firmly set to a
position. I too had that position and I might even have had you beat in my
initial hatred of VB7 (http://www.smithvoice.com/adorumination.htm )

Thing is, it hit me differently back a few years when I had been reading a
lot about VB.net but not really, honestly, using it and all of a sudden (I
remember the exact moment, sitting in my office at drugstore.com when
everyone else had gome home) I noticed that probably because I was tired my
fingers were just typing the VB that they had been doing for years and when
I pressed F5 the code ran. It was a "moment".

That's when I realized that all of the scary books and posts that said "You
Can Only Use VB.Net If You Think Like A Java Developer" were rubbish. You
do have to learn a bit of the new object model ... RDO was different from
DAO ... and you will go farther faster if you have a handle on OOP to begin
with (VB5/6 classes are enough ... after all, C+ still isn't SmallTalk) but
it being a completely alien "Language" isn't the case for a lot of folks who
have taken the leap of faith.

..Net is Revolutionary to C++ people, but it is Evolutionary to VB6 people
who used VB6-OOP.

I know there are still folks who swear that ActiveX and OOP and VB6 is just
MS hype that will go away eventually, and for their jobs VB3 with VBXes
still does them fine. As I see it, my perception, having a great background
in VB6 OOP makes the move to VB7 doable and after you've done a few apps you
might start wondering, as I did, what the worry was all about. Plus you'll
probably notice that being really good at VB6 and at least functional in
VB.Net gives you a tangible edge in these transitional times.

And remember, it's not an All or Nothing issue because there's "Interop"
that lets you use .Net components with VB6 and VB6 components with .Net and
that means that porting a full mature VB6 program or system to .Net can be
done either a little at a time or even that the app can be left as-is and
VB.Net can be used to add functionality that VB6 couldn't easily do .

A great example of this is that it is truly simple to make a real Windows
Service in VB.Net, no unsuppported NTsvc.ocx and no VB forms required.
Using VS2003 you just create a VB.Net Windows Service project and fill in a
couple of properties. Then you have that Service run a VB.Net or even a VB6
exe. XCopy the files to the server, call a commandline function named
InstallUtil.exe and your service is running... a true Windows Service.
I'll grant you that that service code would not instantly port from a VB6
example ... because VB6 can't do Window Services by itself. But with this
you have the best of both versions and you did it all with VB.

I like them both, and as the link above shows I didn't start out that way.
I hope you are able to get yourself onto an Interop project some time soon
so that you too can get feel that "moment".
And if this stuff about making VB6 and VB7 work seemlessly together
interests you even a little bit, I think you'd like the book by Rockford
Lhotka (a VB6 God) called "Professional Visual Basic Interoperability: COM
and VB6 to .Net" It's not about porting or leaving VB6 behind, it's about
using both together for more VB power. It only came out with a .Net 1.0
edition but nothing in it has really changed for .Net1.1. You know Rocky's
style so you know that it's directly aimed at us professional VB people and
it's not boring or fluffy. If it's not at your local store then get it from
amazon, they have a deal on it right now becuase of the death of WROX press.
I think you'll intrigued by the potiential benefits you'll see explained in
that book.

All the best.

Robert Smith
"Ken Halter" <Ken_Halter@Use_Sparingly_Hotmail.com> wrote in message
news:eU**************@TK2MSFTNGP15.phx.gbl...
"smith" <rc********@smithvoiceTAKEOUT.com> wrote in message
news:yr*****************@newsread3.news.pas.earthl ink.net...
It's not a new language. It's VB. It is different in some ways but it's
also very much the same ... like DAO and ADO :)

Nov 21 '05 #14
Oh, obfuscation. Another huge, huge worry when you start out. But for
*most* VB developers who do corporate work it's not really a deal-breaker,
right?

However, if you aren't a corporate dev then just don't use the free version
of Dotfusctor that comes with VS.

If you truly need obfuscation ... truly, as in you are a for-retail dev,
then go to the Standard Edition (I use that version myself when my projects
go outside a corporate environment) or to the Professional Edition. Or use
any of the other obfuscators that are out there, or even go to Thinstall
(that is a cool tool: www.thinstall.com )

Yes, they cost money but if you make money from your work then you can claim
the investment in your taxes and having the proper tools is the cost of
doing business in any business.

Look to the "real" vendors to see how they obfuscate (such as ComponentOne
of Infragistics or even the good little guy Rebex www.rebex.net. Just get
one of their controls and run it through Reflector from
http://www.aisto.com/roeder/dotnet/ and see how much code a bad person can
really steal from these reputable companies )

All the best, again :)

Robert Smith
Kirkland, WA
www.smithvoice.com

Nov 21 '05 #15
"smith" <rc********@smithvoiceTAKEOUT.com> wrote in message
news:6W***************@newsread1.news.pas.earthlin k.net...
Instant and complete porting of old code is a valid point ... as was
instant porting from QBasic to VB and VB3 to VB5/6.

I guess it's perception, as most things really are, Ken. And calling it
B# kinda implies that you've pretty much got your mind firmly set to a
position. I too had that position and I might even have had you beat in
my initial hatred of VB7 (http://www.smithvoice.com/adorumination.htm )


Well.. you've done a fairly good job of "prodding" VB6'ers over to B# but,
imo, that still doesn't mean B# is VB. Regardless. imo, B# is currently
about as useful as VB2 was (I'd say VB1 but there's already been a couple of
B# releases). As long as the framework is still running on top of the OS (as
Win3.1 still ran on top of DOS), it'll be dog slow and buggy. I prefer to
leave it to others to work with until it's mature. Let everyone else deal
with the "when I did this, the IDE crashed... but that was expected" type
problems. I have too much work (in VB6) to do. The company I currently work
for has zero interest in re-writting 20+ years worth of code just so they
can say that it't ".Net compatible". They just want something that works. It
doesn't matter one little bit if there's a ".Net" in the name. We don't do
database/web or any of the other types of apps that .Net was designed for.

fwiw, I plan on using B# to learn my way around the framework. There's very
little evidence that anything "professional" will ever be written in B#. I
can point you to dozens of component vendors that claim that their
components are "100% C# authored". Not one that I've found claims to be
"100% B# authored". B# is still as much of a "toy language" as VB was/is as
far as MS and everyone else is concerned.

btw... my reference to "B#" vs the various nicknames for "the flavor of the
month.Net" is not a put down to the language. There absolutely needs to be a
way to tell them apart. VB.Net, as people refer to it in some groups, is
already dead. There is no ".Net" in the name anymore. VB <> B#, which means
we need a way to tell them apart. VB2005 will soon be released. It's just a
matter of time before people start calling that VB5. Just try searching for
VB5 samples and you'll see a problem. Try entering ".Net" in any search
engine. The results are worthless due to the .Net domain names. B# syntax is
closer to C# than it is to VB so B# is a great name and one that we've
suggested many times.

As long as people are complaining about B# benchmark results when compared
to VB6, and I have an OS that supports VB6, I'll be using VB6.

--
Ken Halter - MS-MVP-VB - http://www.vbsight.com
Please keep all discussions in the groups..
Nov 21 '05 #16
Oh, obfuscation. Another huge, huge worry when you start out. But for
*most* VB developers who do corporate work it's not really a deal-breaker,
right?

However, if you aren't a corporate dev then just don't use the free version
of Dotfusctor that comes with VS.

If you truly need obfuscation ... truly, as in you are a for-retail dev,
then go to the Standard Edition (I use that version myself when my projects
go outside a corporate environment) or to the Professional Edition. Or use
any of the other obfuscators that are out there, or even go to Thinstall
(that is a cool tool: www.thinstall.com )

Yes, they cost money but if you make money from your work then you can claim
the investment in your taxes and having the proper tools is the cost of
doing business in any business.

Look to the "real" vendors to see how they obfuscate (such as ComponentOne
of Infragistics or even the good little guy Rebex www.rebex.net. Just get
one of their controls and run it through Reflector from
http://www.aisto.com/roeder/dotnet/ and see how much code a bad person can
really steal from these reputable companies )

All the best, again :)

Robert Smith
Kirkland, WA
www.smithvoice.com

Nov 21 '05 #17
"smith" <rc********@smithvoiceTAKEOUT.com> wrote in message
news:qo****************@newsread1.news.pas.earthli nk.net...
Oh, obfuscation. Another huge, huge worry when you start out. But for
*most* VB developers who do corporate work it's not really a deal-breaker,
right?

However, if you aren't a corporate dev then just don't use the free
version of Dotfusctor that comes with VS.


My point exactly.... Something that no one ever had to worry about is now a
huge worry and will cost developers dearly (so much for about 60% of the
shareware market). No thanks. I like compiled code. Gave up P-Code quite a
few years ago.

--
Ken Halter - MS-MVP-VB - http://www.vbsight.com
Please keep all discussions in the groups..
Nov 21 '05 #18
:)

C++ makes the second-fastest code out there and MASM makes the fastest ever,
right?

Well, I can make VC++ on an HT box go slower than VB for DOS on a 286
because I don't have a lot of daily experience with VC++. :)

You're an MVP Ken, you know that a dev's experience with a specific task at
hand is usually what makes the biggest difference. And because of your
certified qualifications and experience I'm sure that you'll agree that a
VB5 person was faster up to speed with VB6 than a person whose very first
look at code was the VB6 IDE, and extrapolating on that I think you'll give
the nod to the idea that getting some *real* experience now with VB7 is a
great way to be floored by running the same code in just a few months using
the release version of VB8. I can't make blanket statements, but I can give
this example:
"When I ran this code in my environment with ADO.NET 1.1 and Visual Studio
2003, the execution time was about 30 minutes. With ADO.NET 2.0 and Visual
Studio 2005, I had an execution time of approximately 40-50 seconds!"
http://msdn.microsoft.com/data/defau...setenhance.asp
I wish it weren't true but I really have to get to work :). It's been a
great discussion and I thank you very much. (and thanks for taking a look at
my humble vb site, ther are a lot of "VBClassic" things there that I am
quite proud of)

Robert

"Ken Halter" <Ken_Halter@Use_Sparingly_Hotmail.com> wrote in message
news:e$**************@TK2MSFTNGP09.phx.gbl...
"smith" <rc********@smithvoiceTAKEOUT.com> wrote in message
news:6W***************@newsread1.news.pas.earthlin k.net...
Instant and complete porting of old code is a valid point ... as was
instant porting from QBasic to VB and VB3 to VB5/6.

I guess it's perception, as most things really are, Ken. And calling it
B# kinda implies that you've pretty much got your mind firmly set to a
position. I too had that position and I might even have had you beat in
my initial hatred of VB7 (http://www.smithvoice.com/adorumination.htm )


Well.. you've done a fairly good job of "prodding" VB6'ers over to B# but,
imo, that still doesn't mean B# is VB. Regardless. imo, B# is currently
about as useful as VB2 was (I'd say VB1 but there's already been a couple
of B# releases). As long as the framework is still running on top of the
OS (as Win3.1 still ran on top of DOS), it'll be dog slow and buggy. I
prefer to leave it to others to work with until it's mature. Let everyone
else deal with the "when I did this, the IDE crashed... but that was
expected" type problems. I have too much work (in VB6) to do. The company
I currently work for has zero interest in re-writting 20+ years worth of
code just so they can say that it't ".Net compatible". They just want
something that works. It doesn't matter one little bit if there's a ".Net"
in the name. We don't do database/web or any of the other types of apps
that .Net was designed for.

fwiw, I plan on using B# to learn my way around the framework. There's
very little evidence that anything "professional" will ever be written in
B#. I can point you to dozens of component vendors that claim that their
components are "100% C# authored". Not one that I've found claims to be
"100% B# authored". B# is still as much of a "toy language" as VB was/is
as far as MS and everyone else is concerned.

btw... my reference to "B#" vs the various nicknames for "the flavor of
the month.Net" is not a put down to the language. There absolutely needs
to be a way to tell them apart. VB.Net, as people refer to it in some
groups, is already dead. There is no ".Net" in the name anymore. VB <> B#,
which means we need a way to tell them apart. VB2005 will soon be
released. It's just a matter of time before people start calling that VB5.
Just try searching for VB5 samples and you'll see a problem. Try entering
".Net" in any search engine. The results are worthless due to the .Net
domain names. B# syntax is closer to C# than it is to VB so B# is a great
name and one that we've suggested many times.

As long as people are complaining about B# benchmark results when compared
to VB6, and I have an OS that supports VB6, I'll be using VB6.

--
Ken Halter - MS-MVP-VB - http://www.vbsight.com
Please keep all discussions in the groups..

Nov 21 '05 #19
"smith" <rc********@smithvoiceTAKEOUT.com> wrote in message
news:6W***************@newsread1.news.pas.earthlin k.net...
Instant and complete porting of old code is a valid point ... as was
instant porting from QBasic to VB and VB3 to VB5/6.

I guess it's perception, as most things really are, Ken. And calling it
B# kinda implies that you've pretty much got your mind firmly set to a
position. I too had that position and I might even have had you beat in
my initial hatred of VB7 (http://www.smithvoice.com/adorumination.htm )


Well.. you've done a fairly good job of "prodding" VB6'ers over to B# but,
imo, that still doesn't mean B# is VB. Regardless. imo, B# is currently
about as useful as VB2 was (I'd say VB1 but there's already been a couple of
B# releases). As long as the framework is still running on top of the OS (as
Win3.1 still ran on top of DOS), it'll be dog slow and buggy. I prefer to
leave it to others to work with until it's mature. Let everyone else deal
with the "when I did this, the IDE crashed... but that was expected" type
problems. I have too much work (in VB6) to do. The company I currently work
for has zero interest in re-writting 20+ years worth of code just so they
can say that it't ".Net compatible". They just want something that works. It
doesn't matter one little bit if there's a ".Net" in the name. We don't do
database/web or any of the other types of apps that .Net was designed for.

fwiw, I plan on using B# to learn my way around the framework. There's very
little evidence that anything "professional" will ever be written in B#. I
can point you to dozens of component vendors that claim that their
components are "100% C# authored". Not one that I've found claims to be
"100% B# authored". B# is still as much of a "toy language" as VB was/is as
far as MS and everyone else is concerned.

btw... my reference to "B#" vs the various nicknames for "the flavor of the
month.Net" is not a put down to the language. There absolutely needs to be a
way to tell them apart. VB.Net, as people refer to it in some groups, is
already dead. There is no ".Net" in the name anymore. VB <> B#, which means
we need a way to tell them apart. VB2005 will soon be released. It's just a
matter of time before people start calling that VB5. Just try searching for
VB5 samples and you'll see a problem. Try entering ".Net" in any search
engine. The results are worthless due to the .Net domain names. B# syntax is
closer to C# than it is to VB so B# is a great name and one that we've
suggested many times.

As long as people are complaining about B# benchmark results when compared
to VB6, and I have an OS that supports VB6, I'll be using VB6.

--
Ken Halter - MS-MVP-VB - http://www.vbsight.com
Please keep all discussions in the groups..
Nov 21 '05 #20
"smith" <rc********@smithvoiceTAKEOUT.com> wrote in message
news:qo****************@newsread1.news.pas.earthli nk.net...
Oh, obfuscation. Another huge, huge worry when you start out. But for
*most* VB developers who do corporate work it's not really a deal-breaker,
right?

However, if you aren't a corporate dev then just don't use the free
version of Dotfusctor that comes with VS.


My point exactly.... Something that no one ever had to worry about is now a
huge worry and will cost developers dearly (so much for about 60% of the
shareware market). No thanks. I like compiled code. Gave up P-Code quite a
few years ago.

--
Ken Halter - MS-MVP-VB - http://www.vbsight.com
Please keep all discussions in the groups..
Nov 21 '05 #21
:)

C++ makes the second-fastest code out there and MASM makes the fastest ever,
right?

Well, I can make VC++ on an HT box go slower than VB for DOS on a 286
because I don't have a lot of daily experience with VC++. :)

You're an MVP Ken, you know that a dev's experience with a specific task at
hand is usually what makes the biggest difference. And because of your
certified qualifications and experience I'm sure that you'll agree that a
VB5 person was faster up to speed with VB6 than a person whose very first
look at code was the VB6 IDE, and extrapolating on that I think you'll give
the nod to the idea that getting some *real* experience now with VB7 is a
great way to be floored by running the same code in just a few months using
the release version of VB8. I can't make blanket statements, but I can give
this example:
"When I ran this code in my environment with ADO.NET 1.1 and Visual Studio
2003, the execution time was about 30 minutes. With ADO.NET 2.0 and Visual
Studio 2005, I had an execution time of approximately 40-50 seconds!"
http://msdn.microsoft.com/data/defau...setenhance.asp
I wish it weren't true but I really have to get to work :). It's been a
great discussion and I thank you very much. (and thanks for taking a look at
my humble vb site, ther are a lot of "VBClassic" things there that I am
quite proud of)

Robert

"Ken Halter" <Ken_Halter@Use_Sparingly_Hotmail.com> wrote in message
news:e$**************@TK2MSFTNGP09.phx.gbl...
"smith" <rc********@smithvoiceTAKEOUT.com> wrote in message
news:6W***************@newsread1.news.pas.earthlin k.net...
Instant and complete porting of old code is a valid point ... as was
instant porting from QBasic to VB and VB3 to VB5/6.

I guess it's perception, as most things really are, Ken. And calling it
B# kinda implies that you've pretty much got your mind firmly set to a
position. I too had that position and I might even have had you beat in
my initial hatred of VB7 (http://www.smithvoice.com/adorumination.htm )


Well.. you've done a fairly good job of "prodding" VB6'ers over to B# but,
imo, that still doesn't mean B# is VB. Regardless. imo, B# is currently
about as useful as VB2 was (I'd say VB1 but there's already been a couple
of B# releases). As long as the framework is still running on top of the
OS (as Win3.1 still ran on top of DOS), it'll be dog slow and buggy. I
prefer to leave it to others to work with until it's mature. Let everyone
else deal with the "when I did this, the IDE crashed... but that was
expected" type problems. I have too much work (in VB6) to do. The company
I currently work for has zero interest in re-writting 20+ years worth of
code just so they can say that it't ".Net compatible". They just want
something that works. It doesn't matter one little bit if there's a ".Net"
in the name. We don't do database/web or any of the other types of apps
that .Net was designed for.

fwiw, I plan on using B# to learn my way around the framework. There's
very little evidence that anything "professional" will ever be written in
B#. I can point you to dozens of component vendors that claim that their
components are "100% C# authored". Not one that I've found claims to be
"100% B# authored". B# is still as much of a "toy language" as VB was/is
as far as MS and everyone else is concerned.

btw... my reference to "B#" vs the various nicknames for "the flavor of
the month.Net" is not a put down to the language. There absolutely needs
to be a way to tell them apart. VB.Net, as people refer to it in some
groups, is already dead. There is no ".Net" in the name anymore. VB <> B#,
which means we need a way to tell them apart. VB2005 will soon be
released. It's just a matter of time before people start calling that VB5.
Just try searching for VB5 samples and you'll see a problem. Try entering
".Net" in any search engine. The results are worthless due to the .Net
domain names. B# syntax is closer to C# than it is to VB so B# is a great
name and one that we've suggested many times.

As long as people are complaining about B# benchmark results when compared
to VB6, and I have an OS that supports VB6, I'll be using VB6.

--
Ken Halter - MS-MVP-VB - http://www.vbsight.com
Please keep all discussions in the groups..

Nov 21 '05 #22
smith wrote:
Oh, obfuscation. Another huge, huge worry when you start out. But for
*most* VB developers who do corporate work it's not really a deal-breaker,
right?

Amazing how easily the faulty assumptions creep in...

I'd estimate more than half the people who read that will think
that you are asserting that "most VB developers" do/did "corporate work"
And many of those readers will just accept it without evidence.

Eventually it becomes "everybody knows that..."


Bob
--
Nov 21 '05 #23
smith wrote:
Oh, obfuscation. Another huge, huge worry when you start out. But for
*most* VB developers who do corporate work it's not really a deal-breaker,
right?

Amazing how easily the faulty assumptions creep in...

I'd estimate more than half the people who read that will think
that you are asserting that "most VB developers" do/did "corporate work"
And many of those readers will just accept it without evidence.

Eventually it becomes "everybody knows that..."


Bob
--
Nov 21 '05 #24
Show me the numbers, Bob. ;-)

"Bob O`Bob" <fi*******@yahoogroups.com> wrote in message
news:ez**************@TK2MSFTNGP09.phx.gbl...
smith wrote:
Oh, obfuscation. Another huge, huge worry when you start out. But for
*most* VB developers who do corporate work it's not really a
deal-breaker, right?

Amazing how easily the faulty assumptions creep in...

I'd estimate more than half the people who read that will think
that you are asserting that "most VB developers" do/did "corporate work"
And many of those readers will just accept it without evidence.

Eventually it becomes "everybody knows that..."


Bob
--

Nov 21 '05 #25
Show me the numbers, Bob. ;-)

"Bob O`Bob" <fi*******@yahoogroups.com> wrote in message
news:ez**************@TK2MSFTNGP09.phx.gbl...
smith wrote:
Oh, obfuscation. Another huge, huge worry when you start out. But for
*most* VB developers who do corporate work it's not really a
deal-breaker, right?

Amazing how easily the faulty assumptions creep in...

I'd estimate more than half the people who read that will think
that you are asserting that "most VB developers" do/did "corporate work"
And many of those readers will just accept it without evidence.

Eventually it becomes "everybody knows that..."


Bob
--

Nov 21 '05 #26
You're the one that made the assertion. Back it up, bub! ;-)

Bryan
__________________________________________________ __________
New Vision Software "When the going gets weird,"
Bryan Stafford "the weird turn pro."
al******************@mvps.org Hunter S. Thompson -
Microsoft MVP-Visual Basic Fear and Loathing in LasVegas
On Mon, 06 Dec 2004 20:18:15 GMT, "smith"
<rc********@smithvoiceTAKEOUT.com> wrote:
Show me the numbers, Bob. ;-)

"Bob O`Bob" <fi*******@yahoogroups.com> wrote in message
news:ez**************@TK2MSFTNGP09.phx.gbl...
smith wrote:
Oh, obfuscation. Another huge, huge worry when you start out. But for
*most* VB developers who do corporate work it's not really a
deal-breaker, right?

Amazing how easily the faulty assumptions creep in...

I'd estimate more than half the people who read that will think
that you are asserting that "most VB developers" do/did "corporate work"
And many of those readers will just accept it without evidence.

Eventually it becomes "everybody knows that..."


Bob
--


Nov 21 '05 #27
You're the one that made the assertion. Back it up, bub! ;-)

Bryan
__________________________________________________ __________
New Vision Software "When the going gets weird,"
Bryan Stafford "the weird turn pro."
al******************@mvps.org Hunter S. Thompson -
Microsoft MVP-Visual Basic Fear and Loathing in LasVegas
On Mon, 06 Dec 2004 20:18:15 GMT, "smith"
<rc********@smithvoiceTAKEOUT.com> wrote:
Show me the numbers, Bob. ;-)

"Bob O`Bob" <fi*******@yahoogroups.com> wrote in message
news:ez**************@TK2MSFTNGP09.phx.gbl...
smith wrote:
Oh, obfuscation. Another huge, huge worry when you start out. But for
*most* VB developers who do corporate work it's not really a
deal-breaker, right?

Amazing how easily the faulty assumptions creep in...

I'd estimate more than half the people who read that will think
that you are asserting that "most VB developers" do/did "corporate work"
And many of those readers will just accept it without evidence.

Eventually it becomes "everybody knows that..."


Bob
--


Nov 21 '05 #28
As a long time (I got VB 1 at MS show in Long Beach) VB developer I have to
say that the transition is mostly painless. I got a good book and installed
VS 2003. Within a day I was up and running. Some of the VB6 projects would
not fully upgrade to VB.NET but the info in the upgrade output gave me most
of what was required.

Things that I had trouble with :
New methods for layout. Adding new controls after a form was "complete"
was often an exercise in futility. Getting things to look right took a
procedure (manual) to get things right. Once you get the dock and anchor
then you loose much of that wonderful code used for form resize. There are
new controls for this in VB.Net 2005 so it is easier.

In VS2003 you don't have edit and continue. You can set the IDE to
allow edits but they don't take effect until you rebuild. This is another
thing fixed (at least in VB Express).

Not really trouble but exactly what the poster is talking about. We had
lots of code for filling treeviews with nodes with a key. This allow the
easy code navigation in the treeview. That and control arrays which after
using VB.NET for a year are totally out of my way of thinking right now.

Now as a big plus the DOT.NET framework provides many classes which we had
to create ourselves in VB6. This provides a cleaner interface to windows
thru managed code so less runtime errors.

And speaking of errors, as a C++ programmer as well it is good to see VB.NET
take the "try ... catch ..." error approach. This is much easier to deal
with than what was in VB6.

Just a few thoughts. I have not yet seen any reason to stay with VB6 or non
managed code. Everything including data access is faster. And I even
created an ASP.NET ecommerce site. This would have been way out of my
league using the tolls available prior to DOT.NET.

Lloyd Sheen


"smith" <rc********@smithvoiceTAKEOUT.com> wrote in message
news:qo****************@newsread1.news.pas.earthli nk.net...
Oh, obfuscation. Another huge, huge worry when you start out. But for
*most* VB developers who do corporate work it's not really a deal-breaker,
right?

However, if you aren't a corporate dev then just don't use the free
version of Dotfusctor that comes with VS.

If you truly need obfuscation ... truly, as in you are a for-retail dev,
then go to the Standard Edition (I use that version myself when my
projects go outside a corporate environment) or to the Professional
Edition. Or use any of the other obfuscators that are out there, or even
go to Thinstall (that is a cool tool: www.thinstall.com )

Yes, they cost money but if you make money from your work then you can
claim the investment in your taxes and having the proper tools is the cost
of doing business in any business.

Look to the "real" vendors to see how they obfuscate (such as ComponentOne
of Infragistics or even the good little guy Rebex www.rebex.net. Just get
one of their controls and run it through Reflector from
http://www.aisto.com/roeder/dotnet/ and see how much code a bad person can
really steal from these reputable companies )

All the best, again :)

Robert Smith
Kirkland, WA
www.smithvoice.com

Nov 21 '05 #29
As a long time (I got VB 1 at MS show in Long Beach) VB developer I have to
say that the transition is mostly painless. I got a good book and installed
VS 2003. Within a day I was up and running. Some of the VB6 projects would
not fully upgrade to VB.NET but the info in the upgrade output gave me most
of what was required.

Things that I had trouble with :
New methods for layout. Adding new controls after a form was "complete"
was often an exercise in futility. Getting things to look right took a
procedure (manual) to get things right. Once you get the dock and anchor
then you loose much of that wonderful code used for form resize. There are
new controls for this in VB.Net 2005 so it is easier.

In VS2003 you don't have edit and continue. You can set the IDE to
allow edits but they don't take effect until you rebuild. This is another
thing fixed (at least in VB Express).

Not really trouble but exactly what the poster is talking about. We had
lots of code for filling treeviews with nodes with a key. This allow the
easy code navigation in the treeview. That and control arrays which after
using VB.NET for a year are totally out of my way of thinking right now.

Now as a big plus the DOT.NET framework provides many classes which we had
to create ourselves in VB6. This provides a cleaner interface to windows
thru managed code so less runtime errors.

And speaking of errors, as a C++ programmer as well it is good to see VB.NET
take the "try ... catch ..." error approach. This is much easier to deal
with than what was in VB6.

Just a few thoughts. I have not yet seen any reason to stay with VB6 or non
managed code. Everything including data access is faster. And I even
created an ASP.NET ecommerce site. This would have been way out of my
league using the tolls available prior to DOT.NET.

Lloyd Sheen


"smith" <rc********@smithvoiceTAKEOUT.com> wrote in message
news:qo****************@newsread1.news.pas.earthli nk.net...
Oh, obfuscation. Another huge, huge worry when you start out. But for
*most* VB developers who do corporate work it's not really a deal-breaker,
right?

However, if you aren't a corporate dev then just don't use the free
version of Dotfusctor that comes with VS.

If you truly need obfuscation ... truly, as in you are a for-retail dev,
then go to the Standard Edition (I use that version myself when my
projects go outside a corporate environment) or to the Professional
Edition. Or use any of the other obfuscators that are out there, or even
go to Thinstall (that is a cool tool: www.thinstall.com )

Yes, they cost money but if you make money from your work then you can
claim the investment in your taxes and having the proper tools is the cost
of doing business in any business.

Look to the "real" vendors to see how they obfuscate (such as ComponentOne
of Infragistics or even the good little guy Rebex www.rebex.net. Just get
one of their controls and run it through Reflector from
http://www.aisto.com/roeder/dotnet/ and see how much code a bad person can
really steal from these reputable companies )

All the best, again :)

Robert Smith
Kirkland, WA
www.smithvoice.com

Nov 21 '05 #30
No one wants this to get into fire Bryan, remember I use VB new and classic
and I stand behind the product Visual Basic just as strongly as you do.

Her's a great idea though, and I'd really appreciate it if you could take
the time. Because you, like Ken, are an MVP, then you have a direct line to
Microsoft's VB Team and I'll bet they would be more than thrilled to give
you the marketing research numbers. I envy you your MVP status for just
that reason because as a very proud VB developer myself I could really use
those official statistics to get VB (any version) into projects that the C++
people and the "VB is a toy" perception still keep VB out of.

Please use your MVP influence to tell us officially that 51% of all Visual
Basic usage is in the retail sector, I will thank you, as a simple customer
and user, from the bottom of my heart.
To the point: Actually, I didn't quite make that sad assertion, I said that
for most VB devs who do corporatework (hence my use of the asterisks added
to make the implication clear, in that Of All all corporate VB developers,
Those Who need to worry about obfuscation are in the minority). Regardless
of my implication not being picked up, the point of the entire post was on
Obfuscation for the percentage of retail development that IS being done by
VB.Net developers:

As posted:

"... if you aren't a corporate dev then just don't use the free version
of Dotfusctor that comes with VS.

If you truly need obfuscation ... truly, as in you are a for-retail dev,
then ..."

With a fast re-read you'll see that I also have done non-corporate VB.Net
and that the original post tells what I personally use for obfuscation on
those projects.
Can you get those numbers on VB-For-Retail using your position, Bryan?
Thanks!

Robert Smith
Kirkland, WA
www.smtihvoice.com

"alpine" <al******************@mvps.org> wrote in message
news:ba********************************@4ax.com...
You're the one that made the assertion. Back it up, bub! ;-)

Bryan
__________________________________________________ __________

Nov 21 '05 #31
No one wants this to get into fire Bryan, remember I use VB new and classic
and I stand behind the product Visual Basic just as strongly as you do.

Her's a great idea though, and I'd really appreciate it if you could take
the time. Because you, like Ken, are an MVP, then you have a direct line to
Microsoft's VB Team and I'll bet they would be more than thrilled to give
you the marketing research numbers. I envy you your MVP status for just
that reason because as a very proud VB developer myself I could really use
those official statistics to get VB (any version) into projects that the C++
people and the "VB is a toy" perception still keep VB out of.

Please use your MVP influence to tell us officially that 51% of all Visual
Basic usage is in the retail sector, I will thank you, as a simple customer
and user, from the bottom of my heart.
To the point: Actually, I didn't quite make that sad assertion, I said that
for most VB devs who do corporatework (hence my use of the asterisks added
to make the implication clear, in that Of All all corporate VB developers,
Those Who need to worry about obfuscation are in the minority). Regardless
of my implication not being picked up, the point of the entire post was on
Obfuscation for the percentage of retail development that IS being done by
VB.Net developers:

As posted:

"... if you aren't a corporate dev then just don't use the free version
of Dotfusctor that comes with VS.

If you truly need obfuscation ... truly, as in you are a for-retail dev,
then ..."

With a fast re-read you'll see that I also have done non-corporate VB.Net
and that the original post tells what I personally use for obfuscation on
those projects.
Can you get those numbers on VB-For-Retail using your position, Bryan?
Thanks!

Robert Smith
Kirkland, WA
www.smtihvoice.com

"alpine" <al******************@mvps.org> wrote in message
news:ba********************************@4ax.com...
You're the one that made the assertion. Back it up, bub! ;-)

Bryan
__________________________________________________ __________

Nov 21 '05 #32
smith wrote:
Her's a great idea though, and I'd really appreciate it if you could take
the time. Because you, like Ken, are an MVP, then you have a direct line to
Microsoft's VB Team and I'll bet they would be more than thrilled to give
you the marketing research numbers. I envy you your MVP status for just
that reason because as a very proud VB developer myself I could really use
those official statistics to get VB (any version) into projects that the C++
people and the "VB is a toy" perception still keep VB out of.

How much will you bet?
I could use a few extra bucks.

No, they don't share such numbers with us.
Even if they did, I'd still be suspicious of the methodology used
to gather the statistics, unless that was fully disclosed too.

Not only is the "VB is a toy" attitude still present, now dotnet has
added itself to the list. Why, just LOOK at all the product lines
at MS that have switched to VB.Net:

1) ... uh, I'm still unaware of any #1

And to C#:

1) ... whoops, not there either

And "managed" C++

1) ... nope; getting the picture yet?


Bob
[MVP-VB]
--
Nov 21 '05 #33
smith wrote:
Her's a great idea though, and I'd really appreciate it if you could take
the time. Because you, like Ken, are an MVP, then you have a direct line to
Microsoft's VB Team and I'll bet they would be more than thrilled to give
you the marketing research numbers. I envy you your MVP status for just
that reason because as a very proud VB developer myself I could really use
those official statistics to get VB (any version) into projects that the C++
people and the "VB is a toy" perception still keep VB out of.

How much will you bet?
I could use a few extra bucks.

No, they don't share such numbers with us.
Even if they did, I'd still be suspicious of the methodology used
to gather the statistics, unless that was fully disclosed too.

Not only is the "VB is a toy" attitude still present, now dotnet has
added itself to the list. Why, just LOOK at all the product lines
at MS that have switched to VB.Net:

1) ... uh, I'm still unaware of any #1

And to C#:

1) ... whoops, not there either

And "managed" C++

1) ... nope; getting the picture yet?


Bob
[MVP-VB]
--
Nov 21 '05 #34
I didn't do treeviews enough in VB5/6 to ever get it to second-nature and I
had to pull out a book to remind me of the node/child logic every time ;-)

For me, the big GUI annoynace was listboxes and comboboxes. I had to make a
little page about it to force it into my head
(http://www.smithvoice.com/combofill.htm ) and I still hit that personal
page when I switch from back-end to front-end. We get good fastest at what
we do every day, for the rest there are books and newgroups.

-smith

"Lloyd Sheen" <sq*******************@tostopspamhotmail.com> wrote in message
news:h8********************@rogers.com...
As a long time (I got VB 1 at MS show in Long Beach) VB developer I have
to ...... Not really trouble but exactly what the poster is talking about. We
had lots of code for filling treeviews with nodes with a key. This allow
the easy code navigation in the treeview. That and control arrays which
after using VB.NET for a year are totally out of my way of thinking right
now.
.....
Lloyd Sheen

Nov 21 '05 #35
I didn't do treeviews enough in VB5/6 to ever get it to second-nature and I
had to pull out a book to remind me of the node/child logic every time ;-)

For me, the big GUI annoynace was listboxes and comboboxes. I had to make a
little page about it to force it into my head
(http://www.smithvoice.com/combofill.htm ) and I still hit that personal
page when I switch from back-end to front-end. We get good fastest at what
we do every day, for the rest there are books and newgroups.

-smith

"Lloyd Sheen" <sq*******************@tostopspamhotmail.com> wrote in message
news:h8********************@rogers.com...
As a long time (I got VB 1 at MS show in Long Beach) VB developer I have
to ...... Not really trouble but exactly what the poster is talking about. We
had lots of code for filling treeviews with nodes with a key. This allow
the easy code navigation in the treeview. That and control arrays which
after using VB.NET for a year are totally out of my way of thinking right
now.
.....
Lloyd Sheen

Nov 21 '05 #36
Thanks, Bob & Bryan. Then how about VB6-Retail numbers? The history is
longer and they've got to have those for you because it would seem that they
use exactly that research to prioritize the featuresets for future releases.

-smith

"Bob O`Bob" <fi*******@yahoogroups.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
smith wrote:
Her's a great idea though, and I'd really appreciate it if you could take
the time. Because you, like Ken, are an MVP, then you have a direct line
to Microsoft's VB Team and I'll bet they would be more than thrilled to
give you the marketing research numbers. I envy you your MVP status for
just that reason because as a very proud VB developer myself I could
really use those official statistics to get VB (any version) into
projects that the C++ people and the "VB is a toy" perception still keep
VB out of.

How much will you bet?
I could use a few extra bucks.

No, they don't share such numbers with us.
Even if they did, I'd still be suspicious of the methodology used
to gather the statistics, unless that was fully disclosed too.

Not only is the "VB is a toy" attitude still present, now dotnet has
added itself to the list. Why, just LOOK at all the product lines
at MS that have switched to VB.Net:

1) ... uh, I'm still unaware of any #1

And to C#:

1) ... whoops, not there either

And "managed" C++

1) ... nope; getting the picture yet?


Bob
[MVP-VB]
--

Nov 21 '05 #37
Thanks, Bob & Bryan. Then how about VB6-Retail numbers? The history is
longer and they've got to have those for you because it would seem that they
use exactly that research to prioritize the featuresets for future releases.

-smith

"Bob O`Bob" <fi*******@yahoogroups.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
smith wrote:
Her's a great idea though, and I'd really appreciate it if you could take
the time. Because you, like Ken, are an MVP, then you have a direct line
to Microsoft's VB Team and I'll bet they would be more than thrilled to
give you the marketing research numbers. I envy you your MVP status for
just that reason because as a very proud VB developer myself I could
really use those official statistics to get VB (any version) into
projects that the C++ people and the "VB is a toy" perception still keep
VB out of.

How much will you bet?
I could use a few extra bucks.

No, they don't share such numbers with us.
Even if they did, I'd still be suspicious of the methodology used
to gather the statistics, unless that was fully disclosed too.

Not only is the "VB is a toy" attitude still present, now dotnet has
added itself to the list. Why, just LOOK at all the product lines
at MS that have switched to VB.Net:

1) ... uh, I'm still unaware of any #1

And to C#:

1) ... whoops, not there either

And "managed" C++

1) ... nope; getting the picture yet?


Bob
[MVP-VB]
--

Nov 21 '05 #38
smith wrote:
Thanks, Bob & Bryan. Then how about VB6-Retail numbers? The history is
which ones? sometimes they said "over seven million", sometimes they said "almost three million"
longer and they've got to have those for you because it would seem that they
use exactly that research to prioritize the featuresets for future releases.


yeah, one might tend to expect so.
unfortunately, there's never been any evidence to back it up.

Bob
--
Nov 21 '05 #39
smith wrote:
Thanks, Bob & Bryan. Then how about VB6-Retail numbers? The history is
which ones? sometimes they said "over seven million", sometimes they said "almost three million"
longer and they've got to have those for you because it would seem that they
use exactly that research to prioritize the featuresets for future releases.


yeah, one might tend to expect so.
unfortunately, there's never been any evidence to back it up.

Bob
--
Nov 21 '05 #40
:)

Maybe it's just me, but I think you'd see more VB.Net if they had more proud
VB developers on staff, as is the case in the IT divisions of most
corporations. We all know that the majority of developers that Microsoft
has traditionally hired were and are C++ students and because we're human
like-hires-like.

Traditions can be hard to break but they can be broken, there is always a
way into a system.

Microsoft isn't stupid when they really look at themselves and analyze their
direction, we've seen them change their compasses a few times in the past
when it was the correct thing to do for a product's long-term success.

The right person with the right unbiased Big Picture attitude can somehow
find themselves with a job at Microsoft and if that person is willing to put
in the effort, is vocal and secure enough in their VB to go head to head in
the places where it can do the most good, then the numbers can be made good
enough that MS would be happy to publish them everywhere. As an old boss of
mine said: "No one can argue with the clear ratings winner"

You guys are MVPs, you made a big step already. Surely there is one of you
who has spotted a position in Redmond that you can use to help the product?

Robert Smith
Kirkland, WA
www.smithvoice.com
"Bob O`Bob" <fi*******@yahoogroups.com> wrote in message
news:%2******************@tk2msftngp13.phx.gbl...
smith wrote:
Thanks, Bob & Bryan. Then how about VB6-Retail numbers? The history is


which ones? sometimes they said "over seven million", sometimes they
said "almost three million"
longer and they've got to have those for you because it would seem that
they use exactly that research to prioritize the featuresets for future
releases.


yeah, one might tend to expect so.
unfortunately, there's never been any evidence to back it up.

Bob
--

Nov 21 '05 #41
:)

Maybe it's just me, but I think you'd see more VB.Net if they had more proud
VB developers on staff, as is the case in the IT divisions of most
corporations. We all know that the majority of developers that Microsoft
has traditionally hired were and are C++ students and because we're human
like-hires-like.

Traditions can be hard to break but they can be broken, there is always a
way into a system.

Microsoft isn't stupid when they really look at themselves and analyze their
direction, we've seen them change their compasses a few times in the past
when it was the correct thing to do for a product's long-term success.

The right person with the right unbiased Big Picture attitude can somehow
find themselves with a job at Microsoft and if that person is willing to put
in the effort, is vocal and secure enough in their VB to go head to head in
the places where it can do the most good, then the numbers can be made good
enough that MS would be happy to publish them everywhere. As an old boss of
mine said: "No one can argue with the clear ratings winner"

You guys are MVPs, you made a big step already. Surely there is one of you
who has spotted a position in Redmond that you can use to help the product?

Robert Smith
Kirkland, WA
www.smithvoice.com
"Bob O`Bob" <fi*******@yahoogroups.com> wrote in message
news:%2******************@tk2msftngp13.phx.gbl...
smith wrote:
Thanks, Bob & Bryan. Then how about VB6-Retail numbers? The history is


which ones? sometimes they said "over seven million", sometimes they
said "almost three million"
longer and they've got to have those for you because it would seem that
they use exactly that research to prioritize the featuresets for future
releases.


yeah, one might tend to expect so.
unfortunately, there's never been any evidence to back it up.

Bob
--

Nov 21 '05 #42
"smith" <rc********@smithvoiceTAKEOUT.com> wrote in message
news:6u*****************@newsread3.news.pas.earthl ink.net...
You guys are MVPs, you made a big step already. Surely there is one of
you who has spotted a position in Redmond that you can use to help the
product?


Not me <g> Nothing available for VB Classic, that's a fact. No real interest
in B# here (not at this time anyway). Redmond's too far to commute anyway.

--
Ken Halter - MS-MVP-VB - http://www.vbsight.com
Please keep all discussions in the groups..
Nov 21 '05 #43
"smith" <rc********@smithvoiceTAKEOUT.com> wrote in message
news:6u*****************@newsread3.news.pas.earthl ink.net...
You guys are MVPs, you made a big step already. Surely there is one of
you who has spotted a position in Redmond that you can use to help the
product?


Not me <g> Nothing available for VB Classic, that's a fact. No real interest
in B# here (not at this time anyway). Redmond's too far to commute anyway.

--
Ken Halter - MS-MVP-VB - http://www.vbsight.com
Please keep all discussions in the groups..
Nov 21 '05 #44
Now that it's on your mind, maybe you'll see one (funny how it works that
way sometimes) and when you do see it you'll let the right person know about
it while the iron is hot.

Deal?

Smith

"Ken Halter" <Ken_Halter@Use_Sparingly_Hotmail.com> wrote in message
news:%2******************@TK2MSFTNGP11.phx.gbl...
"smith" <rc********@smithvoiceTAKEOUT.com> wrote in message
news:6u*****************@newsread3.news.pas.earthl ink.net...
You guys are MVPs, you made a big step already. Surely there is one of
you who has spotted a position in Redmond that you can use to help the
product?


Not me <g> Nothing available for VB Classic, that's a fact. No real
interest in B# here (not at this time anyway). Redmond's too far to
commute anyway.

--
Ken Halter - MS-MVP-VB - http://www.vbsight.com
Please keep all discussions in the groups..

Nov 21 '05 #45
Now that it's on your mind, maybe you'll see one (funny how it works that
way sometimes) and when you do see it you'll let the right person know about
it while the iron is hot.

Deal?

Smith

"Ken Halter" <Ken_Halter@Use_Sparingly_Hotmail.com> wrote in message
news:%2******************@TK2MSFTNGP11.phx.gbl...
"smith" <rc********@smithvoiceTAKEOUT.com> wrote in message
news:6u*****************@newsread3.news.pas.earthl ink.net...
You guys are MVPs, you made a big step already. Surely there is one of
you who has spotted a position in Redmond that you can use to help the
product?


Not me <g> Nothing available for VB Classic, that's a fact. No real
interest in B# here (not at this time anyway). Redmond's too far to
commute anyway.

--
Ken Halter - MS-MVP-VB - http://www.vbsight.com
Please keep all discussions in the groups..

Nov 21 '05 #46
"smith" <rc********@smithvoiceTAKEOUT.com> wrote in message
news:PI****************@newsread3.news.pas.earthli nk.net...
Now that it's on your mind, maybe you'll see one (funny how it works that
way sometimes) and when you do see it you'll let the right person know
about it while the iron is hot.

Deal?

Smith


Man... you're far too optimistic for a Monday. Bah HUM BUG there buddy! ;-)

(still saying no jobs for me @ MS)
--
Ken Halter - MS-MVP-VB - http://www.vbsight.com
Please keep all discussions in the groups..
Nov 21 '05 #47
"smith" <rc********@smithvoiceTAKEOUT.com> wrote in message
news:PI****************@newsread3.news.pas.earthli nk.net...
Now that it's on your mind, maybe you'll see one (funny how it works that
way sometimes) and when you do see it you'll let the right person know
about it while the iron is hot.

Deal?

Smith


Man... you're far too optimistic for a Monday. Bah HUM BUG there buddy! ;-)

(still saying no jobs for me @ MS)
--
Ken Halter - MS-MVP-VB - http://www.vbsight.com
Please keep all discussions in the groups..
Nov 21 '05 #48
"It's christmas Theo, be of good cheer"
- Alan Rickman in Die Hard when the big vault wouldn't open :)

"Ken Halter" <Ken_Halter@Use_Sparingly_Hotmail.com> wrote in message
news:e$****************@TK2MSFTNGP11.phx.gbl...
"smith" <rc********@smithvoiceTAKEOUT.com> wrote in message
news:PI****************@newsread3.news.pas.earthli nk.net...
Now that it's on your mind, maybe you'll see one (funny how it works that
way sometimes) and when you do see it you'll let the right person know
about it while the iron is hot.

Deal?

Smith


Man... you're far too optimistic for a Monday. Bah HUM BUG there buddy!
;-)

(still saying no jobs for me @ MS)
--
Ken Halter - MS-MVP-VB - http://www.vbsight.com
Please keep all discussions in the groups..

Nov 21 '05 #49
"It's christmas Theo, be of good cheer"
- Alan Rickman in Die Hard when the big vault wouldn't open :)

"Ken Halter" <Ken_Halter@Use_Sparingly_Hotmail.com> wrote in message
news:e$****************@TK2MSFTNGP11.phx.gbl...
"smith" <rc********@smithvoiceTAKEOUT.com> wrote in message
news:PI****************@newsread3.news.pas.earthli nk.net...
Now that it's on your mind, maybe you'll see one (funny how it works that
way sometimes) and when you do see it you'll let the right person know
about it while the iron is hot.

Deal?

Smith


Man... you're far too optimistic for a Monday. Bah HUM BUG there buddy!
;-)

(still saying no jobs for me @ MS)
--
Ken Halter - MS-MVP-VB - http://www.vbsight.com
Please keep all discussions in the groups..

Nov 21 '05 #50

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

Similar topics

8
by: Hrvoje Voda | last post by:
What is wrong in this code? private void tree_KeyDown(object sender, System.Windows.Forms.KeyEventArgs e) { if (e.KeyCode == Keys.Enter ) {
6
by: L.M | last post by:
Hello, I knew how to use the treeview under VB6. After migrating to .NET, well, I'm lost. I try to add a new node, either to the same level or as a child to a selected node in the treeview....
14
by: Mr.D | last post by:
How do I save/load the contents of a Treeview to a file? I have found several good examples written i VB6, but not a single one for VB.NET. Please help. ---- Tim
2
by: Tymbow | last post by:
I'm building a web application that is analogous to the Windows XP file explorer in function. The left column contains a TreeView, and the right column a DataGrid populated by selecting TreeView...
1
by: musosdev | last post by:
Hi guys I was using the Microsoft.Web.UI.WebControls extra namespace in my application to provide me with a TreeView control. I was using specifically ..GetNodeFromIndex(), SelectedNodeIndex and...
1
by: kvicky | last post by:
I am trying to load child nodes to a TreeNode in a TreeView in a ASP.net web application. The Treeview with parent nodes are loaded on a Page_load while doing if( ! ISPostback ) and then in the...
1
by: Victor Rodriguez | last post by:
Is there a way that I can have a client side event like oncontextmenu="showfunction();" on each node? thanks, Victor
8
by: Matt MacDonald | last post by:
Hi All, I have a form that displays hierarchical categories in a treeview. Ok so far so good. What I was to do is have users be able to select a node in the treeview as part of filling out the...
2
by: casManG | last post by:
I am working on a small project that uses the treeview control in .net 2003. I have a tree view that I am sending to a sub in order to iterate through the nodes. Public Sub test (ByVal...
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
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...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
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...

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.