473,385 Members | 1,372 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,385 software developers and data experts.

.net beginner help

I am totally new to .net
So far, I hate it. I been programming vb since vb3 and .net took a 1 line program and made it a 47 lines program filled with stuf that appears meaningless...

ok, I know it's not, but it seams that way.

Forgive me, I'm old and stuck in my ways. I did not want to re-learn how the wheel works, but M$ is forcing it. Unless I switch to "Real Basic"

Is there a source of sample apps that one can tap into for examples. I am trying to create what in vb6 would have been a dll that could be called from a .exe
--------------------------------
From: Curt Lashley

-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)

<Id>pUE8QIAXAEmT5lNfN4MKBQ==</Id>
Nov 17 '05 #1
4 1236
Curt Lashley via .NET 247 wrote:
I am totally new to .net
So far, I hate it. I been programming vb since vb3 and .net took a 1
line program and made it a 47 lines program filled with stuf that
appears meaningless...

ok, I know it's not, but it seams that way.

Forgive me, I'm old and stuck in my ways. I did not want to re-learn
how the wheel works, but M$ is forcing it. Unless I switch to "Real
Basic"

Is there a source of sample apps that one can tap into for examples.
I am trying to create what in vb6 would have been a dll that could be
called from a .exe


Are you trying to create it in VC++, or VB.NET?

If the former, there's a huge difference from VB to C++ - most of which have
nothing at all to do with .NET.

If the latter, you're posting in the wrong newsgroup - try
microsoft.public.dotnet.languages.vb

-cd
Nov 17 '05 #2
Perhaps you are creating an MFC project using the app wizard. Try creating a
..NET forms app and you should be fine.

--
Regards,
Nish [VC++ MVP]
http://www.voidnish.com
http://blog.voidnish.com
"Curt Lashley via .NET 247" <an*******@dotnet247.com> wrote in message
news:Oh**************@TK2MSFTNGP10.phx.gbl...
I am totally new to .net
So far, I hate it. I been programming vb since vb3 and .net took a 1 line
program and made it a 47 lines program filled with stuf that appears
meaningless...

ok, I know it's not, but it seams that way.

Forgive me, I'm old and stuck in my ways. I did not want to re-learn how
the wheel works, but M$ is forcing it. Unless I switch to "Real Basic"

Is there a source of sample apps that one can tap into for examples. I am
trying to create what in vb6 would have been a dll that could be called
from a .exe
--------------------------------
From: Curt Lashley

-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)

<Id>pUE8QIAXAEmT5lNfN4MKBQ==</Id>

Nov 17 '05 #3

"Curt Lashley via .NET 247" <an*******@dotnet247.com> wrote in message
news:Oh**************@TK2MSFTNGP10.phx.gbl...
I am totally new to .net
So far, I hate it. I been programming vb since vb3 and .net took a 1 line
program and made it a 47 lines program filled with stuf that appears
meaningless...

ok, I know it's not, but it seams that way.

Forgive me, I'm old and stuck in my ways. I did not want to re-learn how
the wheel works, but M$ is forcing it. Unless I switch to "Real Basic"

Is there a source of sample apps that one can tap into for examples. I am
trying to create what in vb6 would have been a dll that could be called
from a .exe
--------------------------------
From: Curt Lashley

-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)

<Id>pUE8QIAXAEmT5lNfN4MKBQ==</Id>


It appears that you are comparing "classic" VB to VB.NET, and are seeing
(for the first time) all the code generated by the IDE to produce the
runtime GUI. In "classic" VB, you could not see all the code generated by
the IDE, but it *was* there nonetheless. VB.NET simply shows more of what's
happening behind the scenes.
I'm guessing here, but I think you probably meant to post your question in:

microsoft.public.dotnet.languages.vb (last letter b in stead of c?)

Anyway, I hope the comments above help your transition.

--
Peter [MVP Visual Developer]
Jack of all trades, master of none.

Nov 17 '05 #4
> I am totally new to .net
So far, I hate it. I been programming vb since vb3 and .net took a 1 line
program and made it a 47 lines program filled with stuf that appears meaningless...
ok, I know it's not, but it seams that way.

I assume that your are a VB programmer?
The transition for a VB programmer is big as far as I hear from another VB
programmers, but in my opinion it is worth it..

The 47 lines have always been there but was hidden in the older VB programs.

I would advise to search for the VB group, since here most people are C++
people.

--
http://www.skyscan.be
Nov 17 '05 #5

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

Similar topics

3
by: Art | last post by:
NEWBIE ALERT! Esteemed List Participants and Lurkers: (System: P-II 350, 192 meg, Win98 SE, Python 2.2.3, wxPythonWIN32-2.4.1.2-Py22.exe) I'm having a lot of fun getting started with Python...
3
by: jvax | last post by:
Hi all, I hope I'm posting in the right NG... I have a data text file I want to read from a c++ program. the data file goes like this: 90 # number of balls 33 42 13
8
by: Grrrbau | last post by:
I'm a beginner. I'm looking for a good C++ book. Someone told me about Lafore's "Object-Oriented Programming in C++". What do you think? Grrrbau
1
by: LRW | last post by:
I was wondering if anyone could recommend some good beginner sites and tutorial sites for writting ASP.Net pages in C#. Things that especially help with datagrids!! And, are there additional...
14
by: z_learning_tester | last post by:
But I can't seem to find the answer. The question is how do you reverse the words in a string? Or how do you reverse the numbers listed in a string? The example is usually something like: Turn...
3
by: William Foster | last post by:
Good evening all, Microsoft is really starting to annoy me as a new user. I am trying to convert my code from VBA (A very user friendly laguage with generally good help files) to Visual Studio...
10
by: See_Red_Run | last post by:
Hi, I am trying to figure out how to get started with PHP/MySQL. Everything I've read so far says to start with PHP first. I was expecting something like Visual Basic Express or some other type...
1
by: Blue_hatter | last post by:
Hey Guys, I'm a newbie to the whole C++ Programming thing as I think I said before in a post. The thing is, I have this idea that might help me to learn at a better pace than I am doing currently....
10
by: hamza612 | last post by:
I want to start learning how to program. But I dont know where to start. From what I've heard so far c++ is not a good lang. to learn as a beginner because its very complicated compared to others...
22
by: ddg_linux | last post by:
I have been reading about and doing a lot of php code examples from books but now I find myself wanting to do something practical with some of the skills that I have learned. I am a beginner php...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.