473,830 Members | 1,987 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

.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>pUE8QIAXAEm T5lNfN4MKBQ==</Id>
Nov 17 '05 #1
4 1252
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.publi c.dotnet.langua ges.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*******@dotn et247.com> wrote in message
news:Oh******** ******@TK2MSFTN GP10.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>pUE8QIAXAEm T5lNfN4MKBQ==</Id>

Nov 17 '05 #3

"Curt Lashley via .NET 247" <an*******@dotn et247.com> wrote in message
news:Oh******** ******@TK2MSFTN GP10.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>pUE8QIAXAEm T5lNfN4MKBQ==</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.publi c.dotnet.langua ges.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
2878
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 ... it is the most elegant and graceful language I have ever used (Fortran, Cobol, Basic, many assemblers, Forth, C, VB, etc.). I don't have the resources or the
3
2994
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
2385
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
2872
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 newsgroups that focus on C# and ASP.Net? Thanks!! Liam
14
2296
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 this string "1,2,3,4,..." Into "...4,3,2,1" This one seems hard enough let alone trying to turn a string of space-seperated words around(is that even possible? a trick question
3
2195
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 2005 Visual Basic (A poorly documented language). I am unable to find help for Visual Basic that tells me how to show the Browse Files/Folders dialog box in this system; help shows me 50,000,001 different articles but none of them relate to me,...
10
2432
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 of free IDE. So I discovered that I needed to download a virtual server, so I downloaded OmniSecure and followed the set up instructions as far as I could figure them out. So here is where I'm stuck. 1) While trying to set up and configure...
1
1806
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. I realise that I learn better if I explain things as I go along. My suggestion is, I start a tutorial as I learn the concepts of the language from the beginning though I'm not exactly a beginner, I've started c++ a couple of months ago and I...
10
2162
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 like python, ruby etc. I would like to know if there is a prerequisite to learning any computer language, is there something I have to learn before learning any computer language, like a basic or core?
22
18154
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 programmer and looking for a starting point in regards to practical projects to work on. What are some projects that beginner programmers usually start with? Please list a few that would be good for a beginner PHP programmer to
0
9777
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9636
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10765
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10473
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10196
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6939
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5614
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4408
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3954
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.