Click here to Skip to main content
15,922,315 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
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 
LPalma wrote:
I'm using the "TaskbarNotifier.vb" file which is included in the pack. So, I'm not mixing C# and VB.NET.

OK, you said .cs file. You meant .vb file.


LPalma wrote:
I am looking for the code that VisualStudio creates automatically (Imports, the name of the form, title of the form, default icon for the form, etc...).

Yes, a using statement exists at the top, in fact, you should see a group of them. Search your code file for using and see where it takes you, that's where they go. IT's not THAT critical ( as in, they don't need to go EXACTLY there ), but they will be in a group at the top. You should only have one class in each file, in almost all cases.

LPalma wrote:
Once I got to the code, but I forget how to access it.

A lot of auto generated code is hidden behind a comment with a + tag. You can create these yourself with #region and #end region in your code, then you can hide a section of code by clicking the +. Never mess with this code though, if it's in a method. The designer auto generates this.

LPalma wrote:
About buying the book, I'm waiting for framework 2.0... because I think v1.1 isn't so complete

I disagree. Sure, it's getting better, but there's no reason to wait at least 6 months before you can start learning. PLenty of full features apps have been written with 1.0/1.1. Do you ahve the beta of 2005 ? If so, you can certainly buy books on it today.



Christian Graus - Microsoft MVP - C++
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 
GeneralRe: Client Authentication & my feeble mind Pin
KoalaCowboy9-Jun-05 6:42
KoalaCowboy9-Jun-05 6:42 
GeneralRe: Client Authentication & my feeble mind Pin
Dave Kreskowiak9-Jun-05 7:13
mveDave Kreskowiak9-Jun-05 7:13 

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.