Click here to Skip to main content
16,009,238 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralInserting text in between a file Pin
smita_roy9-Jun-05 21:35
smita_roy9-Jun-05 21:35 
GeneralRe: Inserting text in between a file Pin
Dave Kreskowiak10-Jun-05 2:47
mveDave Kreskowiak10-Jun-05 2:47 
GeneralVB Office Addins drag file to excel sheet to generate hyperlink in the Excel Pin
shinay9-Jun-05 19:08
shinay9-Jun-05 19:08 
General.net remoting Pin
lagumaster9-Jun-05 17:25
lagumaster9-Jun-05 17:25 
GeneralRe: .net remoting Pin
Rizwan Bashir9-Jun-05 22:35
Rizwan Bashir9-Jun-05 22:35 
GeneralRe: .net remoting Pin
lagumaster10-Jun-05 10:59
lagumaster10-Jun-05 10:59 
GeneralHelp with MSN Messenger-like popup Pin
Member 20298019-Jun-05 14:41
Member 20298019-Jun-05 14:41 
GeneralRe: Help with MSN Messenger-like popup Pin
Christian Graus9-Jun-05 14:48
protectorChristian Graus9-Jun-05 14:48 
LPalma wrote:
I am starting with VB.NET

LPalma wrote:
First of all, copy TaskbarNotifier.cs in your project directory.

.cs means C#. Can you mix and match C# and VB.NET within the same project in 2005 ? I thought you could only do that in ASP.NET projects ?

LPalma wrote:
1) Where I find the "top of my source code" ?

Go to the source file where you want to use this class. I'm not sure how to say this without it coming off as sarcastic, but here goes - there is a scroll bar on the right of the screen, move it to the top.

LPalma wrote:
) What is a "member variable in my class" and how I set it up in vb.net?

A variable that exists inside your entire class. So you define it inside the class, but not inside a method, and then the entire class can see/access it.

LPalma wrote:
Where may I edit my "constructor" ?

Your constructor is the method that is called the same as your class. It gets called when a new instance of your class is constructed.

It sounds to me like you have a lot to learn before you start trying to use other peoples code. Getting something that looks cool up quickly may feel good, but if you don't know the absolute basics, it's a recipe for disaster. Buy yourself a beginner book on VB.NET ( a 2003 book will probably do ), and work through it before continuing this project.


Christian Graus - Microsoft MVP - C++
GeneralRe: Help with MSN Messenger-like popup Pin
9-Jun-05 16:59
suss9-Jun-05 16:59 
GeneralRe: Help with MSN Messenger-like popup Pin
Christian Graus9-Jun-05 17:06
protectorChristian Graus9-Jun-05 17:06 
GeneralRe: Help with MSN Messenger-like popup Pin
Member 20298019-Jun-05 17:18
Member 20298019-Jun-05 17:18 
GeneralRe: Help with MSN Messenger-like popup Pin
Christian Graus9-Jun-05 17:27
protectorChristian Graus9-Jun-05 17:27 
GeneralRe: Help with MSN Messenger-like popup Pin
Member 20298019-Jun-05 17:56
Member 20298019-Jun-05 17:56 
GeneralRe: Help with MSN Messenger-like popup Pin
Christian Graus9-Jun-05 17:58
protectorChristian Graus9-Jun-05 17:58 
GeneralApp Architecture Question/Feedback!! Pin
DEWright_CA9-Jun-05 11:20
DEWright_CA9-Jun-05 11:20 
GeneralRe: App Architecture Question/Feedback!! Pin
Christian Graus9-Jun-05 12:36
protectorChristian Graus9-Jun-05 12:36 
GeneralRe: App Architecture Question/Feedback!! Pin
DEWright_CA9-Jun-05 12:42
DEWright_CA9-Jun-05 12:42 
GeneralRe: App Architecture Question/Feedback!! Pin
Christian Graus9-Jun-05 12:47
protectorChristian Graus9-Jun-05 12:47 
GeneralRe: App Architecture Question/Feedback!! Pin
DEWright_CA9-Jun-05 12:52
DEWright_CA9-Jun-05 12:52 
GeneralRe: App Architecture Question/Feedback!! Pin
Christian Graus9-Jun-05 12:59
protectorChristian Graus9-Jun-05 12:59 
Questionhow to Alter Table or Edit Column By Code Pin
elsahaba9-Jun-05 8:34
elsahaba9-Jun-05 8:34 
GeneralCopy selected cells from a grid Pin
suchi-gupta9-Jun-05 6:22
suchi-gupta9-Jun-05 6:22 
Questionhow to build your own calendar in window form? Pin
Lisana9-Jun-05 5:41
Lisana9-Jun-05 5:41 
GeneralClient Authentication & my feeble mind Pin
FlatTopPete9-Jun-05 4:35
professionalFlatTopPete9-Jun-05 4:35 
GeneralRe: Client Authentication & my feeble mind Pin
Dave Kreskowiak9-Jun-05 6:20
mveDave Kreskowiak9-Jun-05 6:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.