473,386 Members | 1,775 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

MS confirms by action their view of VB

Well I have no got confirmation. Not a statement from a company but when
looking at the presentation they give. I am using VB Express and tring to
add an application file. Go to the Add dialog and .... nothing there. Oh
well. Now it seems to me that in C# Express there is an item for the
application configuration file. Not in VB though.
MS Get it together. Either fully support all languages or get out of the
business or just admit you don't really want VB.

This really pisses me off.

Lloyd Sheen
Dec 10 '05 #1
7 873
well i didn`t like the standard application config handling at all so i use
the " balena " class wich is far superior

http://www.vb2themax.com/ShowContent...a-04c861fac4a5

have a look at it and you will be convinced that this is a far superior way

regards

Michel Posseth [MCP]

"Lloyd Sheen" <sq*******************@tostopspamhotmail.com> wrote in message
news:Fa******************************@rogers.com.. .
Well I have no got confirmation. Not a statement from a company but when
looking at the presentation they give. I am using VB Express and tring to
add an application file. Go to the Add dialog and .... nothing there. Oh
well. Now it seems to me that in C# Express there is an item for the
application configuration file. Not in VB though.
MS Get it together. Either fully support all languages or get out of the
business or just admit you don't really want VB.

This really pisses me off.

Lloyd Sheen

Dec 10 '05 #2
It is kind of odd that it is available in C# Express Edition (just looked) and not VB Express. However, in the Standard Edition
there is a selection for a Configuration File in VB. Not too sure why the difference. I guess the reason might be that they
are currently giving away the Express Editions and this is one of the "Streamlined"
User Experiences that is mentioned on the Products Comparison webpages. Who knows, maybe there will be a service pack that will
add it back in.
james

"Lloyd Sheen" <sq*******************@tostopspamhotmail.com> wrote in message news:Fa******************************@rogers.com.. .
Well I have no got confirmation. Not a statement from a company but when looking at the presentation they give. I am using
VB Express and tring to add an application file. Go to the Add dialog and .... nothing there. Oh well. Now it seems to me
that in C# Express there is an item for the application configuration file. Not in VB though.
MS Get it together. Either fully support all languages or get out of the business or just admit you don't really want VB.

This really pisses me off.

Lloyd Sheen

Dec 11 '05 #3
Lloyd,

MS Get it together. Either fully support all languages or get out of the
business or just admit you don't really want VB.

This really pisses me off.


You never could do with the IDE at design level for the languages the same.
There are many differences.

In my opinion you can do with the Visual Basic IDE the most, although there
have forever been some nice things in the C# IDE which are not in the VBNet
IDE.

So your statement makes not much sense to me, it would be as it was
opposite.

Cor
Dec 11 '05 #4
Lloyd,

In VB 2005 the application settings are now in the project
properties -> settings tab.

http://msdn2.microsoft.com/en-us/library/25zf0ze8.aspx

Ken
-------------------
"Lloyd Sheen" <sq*******************@tostopspamhotmail.com> wrote in message
news:Fa******************************@rogers.com.. .
Well I have no got confirmation. Not a statement from a company but when
looking at the presentation they give. I am using VB Express and tring to
add an application file. Go to the Add dialog and .... nothing there. Oh
well. Now it seems to me that in C# Express there is an item for the
application configuration file. Not in VB though.
MS Get it together. Either fully support all languages or get out of the
business or just admit you don't really want VB.

This really pisses me off.

Lloyd Sheen

Dec 11 '05 #5
Isn't it amazing what a bit of research will find !! Thanks for the link Ken. I had similar questions as Lloyd did and this
answers them quite nicely.
james

"Ken Tucker [MVP]" <vb***@bellsouth.net> wrote in message news:Ob*************@TK2MSFTNGP12.phx.gbl...
Lloyd,

In VB 2005 the application settings are now in the project properties -> settings tab.

http://msdn2.microsoft.com/en-us/library/25zf0ze8.aspx

Ken
-------------------
"Lloyd Sheen" <sq*******************@tostopspamhotmail.com> wrote in message
news:Fa******************************@rogers.com.. .
Well I have no got confirmation. Not a statement from a company but when looking at the presentation they give. I am using
VB Express and tring to add an application file. Go to the Add dialog and .... nothing there. Oh well. Now it seems to me
that in C# Express there is an item for the application configuration file. Not in VB though.
MS Get it together. Either fully support all languages or get out of the business or just admit you don't really want VB.

This really pisses me off.

Lloyd Sheen


Dec 11 '05 #6
Would someone care to explain the equivelent of using the C# version of the
configuration file as apposed to the VB 2005 Settings file?

I get My.Settings.blah blah... how would I do the same in C#?


"james" <jjames700ReMoVeMe at earthlink dot net> wrote in message
news:%2***************@tk2msftngp13.phx.gbl...
Isn't it amazing what a bit of research will find !! Thanks for the link
Ken. I had similar questions as Lloyd did and this answers them quite
nicely.
james

"Ken Tucker [MVP]" <vb***@bellsouth.net> wrote in message
news:Ob*************@TK2MSFTNGP12.phx.gbl...
Lloyd,

In VB 2005 the application settings are now in the project
properties -> settings tab.

http://msdn2.microsoft.com/en-us/library/25zf0ze8.aspx

Ken
-------------------
"Lloyd Sheen" <sq*******************@tostopspamhotmail.com> wrote in
message news:Fa******************************@rogers.com.. .
Well I have no got confirmation. Not a statement from a company but
when looking at the presentation they give. I am using VB Express and
tring to add an application file. Go to the Add dialog and .... nothing
there. Oh well. Now it seems to me that in C# Express there is an item
for the application configuration file. Not in VB though.
MS Get it together. Either fully support all languages or get out of
the business or just admit you don't really want VB.

This really pisses me off.

Lloyd Sheen



Dec 11 '05 #7
Hi,
this.Text = Properties.Settings.Default.EmaiTo;

Ken

-----------------------------

"dm1608" <dm****@spam.net> wrote in message
news:%2***************@TK2MSFTNGP12.phx.gbl...
Would someone care to explain the equivelent of using the C# version of
the configuration file as apposed to the VB 2005 Settings file?

I get My.Settings.blah blah... how would I do the same in C#?


"james" <jjames700ReMoVeMe at earthlink dot net> wrote in message
news:%2***************@tk2msftngp13.phx.gbl...
Isn't it amazing what a bit of research will find !! Thanks for the link
Ken. I had similar questions as Lloyd did and this answers them quite
nicely.
james

"Ken Tucker [MVP]" <vb***@bellsouth.net> wrote in message
news:Ob*************@TK2MSFTNGP12.phx.gbl...
Lloyd,

In VB 2005 the application settings are now in the project
properties -> settings tab.

http://msdn2.microsoft.com/en-us/library/25zf0ze8.aspx

Ken
-------------------
"Lloyd Sheen" <sq*******************@tostopspamhotmail.com> wrote in
message news:Fa******************************@rogers.com.. .
Well I have no got confirmation. Not a statement from a company but
when looking at the presentation they give. I am using VB Express and
tring to add an application file. Go to the Add dialog and ....
nothing there. Oh well. Now it seems to me that in C# Express there
is an item for the application configuration file. Not in VB though.
MS Get it together. Either fully support all languages or get out of
the business or just admit you don't really want VB.

This really pisses me off.

Lloyd Sheen



Dec 12 '05 #8

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

Similar topics

1
by: Michael Brennan-White | last post by:
If I submit my for using a get action the resulting page loads . If I use a post action I get an error page saying "The page cannot be found". I am calling the originating page!!! This happens...
2
by: Ringwraith | last post by:
Hello! How to detect in Python that some click action was performed in some module imported by my main module? Let's assume I have a tree.py module that implements all functionality of a tree...
5
by: bissatch | last post by:
Hi, I have been trying to come up with an idea to reduce double submissions where a user clicks refresh and, for example, another row is INSERT into a table. Originally, I would have a form...
6
by: MLH | last post by:
I've followed the instructions found on Microsoft's site... http://support.microsoft.com/default.aspx?scid=kb;en-us;149119&Product=acc97 Here are those instructions... To play and record...
0
by: Steve Hall | last post by:
Folks, I have an Access front end to a SQL Server 2k back end. The database consists of 5 main "record types" (many more tables than this however) - Test Logs (TLs), 2 Test Executions (TEs), 3...
2
by: Mark Reed | last post by:
Hi All, My database has a macro which opens up a table. A text file is then pasted into the table and the then closed manually. Once closed, I then have another macro which runs certain queries to...
0
by: Paul Malcomson | last post by:
Hi. I'm having terrible trouble with a form that displays several parent/child relationships at one time. It is a sales force hierarchy - Sales force, district, territory, sales rep are the...
6
by: Peter Afonin | last post by:
Hello, In my application on the Webform I need to assign an action property to the form in code, because the URL is a variable. In MSDN there is an example - everything is simple: ...
3
by: Eric | last post by:
Using VS.Net 2003 .Net framework 1.1 SP1 Our installation project calls a Custom Action dll to perform post install actions. It fails if the .msi file is launch from a directory that contains...
10
by: Benton | last post by:
Hi there, I have a UserControl with a couple of textboxes and a couple of buttons ("Save" and "Cancel"). The Click event for this buttons is in the UserControl's codebehind of course, so here's...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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...

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.