Click here to Skip to main content
15,913,313 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: character segmentation Pin
Dave Kreskowiak22-Jun-04 1:44
mveDave Kreskowiak22-Jun-04 1:44 
GeneralRe: VB EXE DECODER Pin
RichardGrimmer22-Jun-04 0:11
RichardGrimmer22-Jun-04 0:11 
GeneralRe: VB EXE DECODER Pin
Dave Kreskowiak22-Jun-04 1:41
mveDave Kreskowiak22-Jun-04 1:41 
GeneralSetting propertygrid Pin
PaleyX21-Jun-04 13:34
PaleyX21-Jun-04 13:34 
GeneralDispose() on Child Windows Pin
PaleyX21-Jun-04 12:47
PaleyX21-Jun-04 12:47 
GeneralRe: Dispose() on Child Windows Pin
Dave Kreskowiak21-Jun-04 15:47
mveDave Kreskowiak21-Jun-04 15:47 
GeneralVisual Studio.NET Academic Pin
tanstaafl2821-Jun-04 12:44
tanstaafl2821-Jun-04 12:44 
GeneralRe: Visual Studio.NET Academic Pin
Dave Kreskowiak21-Jun-04 15:43
mveDave Kreskowiak21-Jun-04 15:43 
Nope, you didn't miss anything. And it has nothing to do with the Option Strict statement or anything else in the Academic version of VS.NET. All you have to do to fix the little blue squiggly is Import the namespace.

The book might also have gone and added the namespace import to the Project Properties. Go to the Project menu and select the Properties (last line in the menu), then click on Common Properties, then Imports, and you'll see a list of namespaces that are automatically imported into your project when it's compiled. You could add the Microsoft.Office.Interop namespace to this list and you'll see the exact same thing the book shows. In order to write the book and examples, it is possible that the authors made their own custom Windows Application template and included the M.O.Interop namespace in this list.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Visual Studio.NET Academic Pin
tanstaafl2822-Jun-04 3:50
tanstaafl2822-Jun-04 3:50 
GeneralRe: Visual Studio.NET Academic Pin
tanstaafl2822-Jun-04 10:49
tanstaafl2822-Jun-04 10:49 
GeneralRe: Visual Studio.NET Academic Pin
Dave Kreskowiak22-Jun-04 12:41
mveDave Kreskowiak22-Jun-04 12:41 
GeneralRe: Visual Studio.NET Academic Pin
tanstaafl2822-Jun-04 13:33
tanstaafl2822-Jun-04 13:33 
GeneralInstaller Pin
superprogrammingdude21-Jun-04 10:22
superprogrammingdude21-Jun-04 10:22 
GeneralRe: Installer Pin
Dave Kreskowiak21-Jun-04 10:25
mveDave Kreskowiak21-Jun-04 10:25 
GeneralHelp with icon Pin
superprogrammingdude21-Jun-04 10:21
superprogrammingdude21-Jun-04 10:21 
GeneralRe: Help with icon Pin
Dave Kreskowiak21-Jun-04 10:28
mveDave Kreskowiak21-Jun-04 10:28 
GeneralLoad Text file into a RichTextBox Pin
Brad Fackrell21-Jun-04 8:49
Brad Fackrell21-Jun-04 8:49 
GeneralRe: Load Text file into a RichTextBox Pin
Dave Kreskowiak21-Jun-04 8:55
mveDave Kreskowiak21-Jun-04 8:55 
GeneralRe: Load Text file into a RichTextBox Pin
Brad Fackrell21-Jun-04 9:26
Brad Fackrell21-Jun-04 9:26 
GeneralRe: Load Text file into a RichTextBox Pin
Dave Kreskowiak21-Jun-04 9:30
mveDave Kreskowiak21-Jun-04 9:30 
GeneralRe: Load Text file into a RichTextBox Pin
Brad Fackrell21-Jun-04 9:34
Brad Fackrell21-Jun-04 9:34 
GeneralThumbnail in ListView Pin
Brad Fackrell21-Jun-04 5:41
Brad Fackrell21-Jun-04 5:41 
GeneralRe: Thumbnail in ListView Pin
Dave Kreskowiak21-Jun-04 5:56
mveDave Kreskowiak21-Jun-04 5:56 
GeneralHelp needed to serialize Controls using XML in VB.NET Pin
realminds21-Jun-04 1:53
realminds21-Jun-04 1:53 
GeneralRe: Help needed to serialize Controls using XML in VB.NET Pin
pvoicu21-Jun-04 3:10
pvoicu21-Jun-04 3:10 

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.