Click here to Skip to main content
15,892,809 members
Home / Discussions / C#
   

C#

 
GeneralRe: Submitting an HTML form within c# Pin
Kraki11-Nov-04 8:31
Kraki11-Nov-04 8:31 
GeneralRe: Submitting an HTML form within c# Pin
Kraki11-Nov-04 8:42
Kraki11-Nov-04 8:42 
GeneralC#.NET Word adding a paragraph Pin
Nick Ingratta11-Nov-04 6:05
Nick Ingratta11-Nov-04 6:05 
GeneralRe: C#.NET Word adding a paragraph Pin
Heath Stewart11-Nov-04 7:33
protectorHeath Stewart11-Nov-04 7:33 
GeneralRe: C#.NET Word adding a paragraph Pin
Nick Ingratta11-Nov-04 8:42
Nick Ingratta11-Nov-04 8:42 
GeneralRe: C#.NET Word adding a paragraph Pin
Heath Stewart11-Nov-04 8:45
protectorHeath Stewart11-Nov-04 8:45 
GeneralRe: C#.NET Word adding a paragraph Pin
Nick Ingratta11-Nov-04 9:24
Nick Ingratta11-Nov-04 9:24 
GeneralRe: C#.NET Word adding a paragraph Pin
Heath Stewart11-Nov-04 15:43
protectorHeath Stewart11-Nov-04 15:43 
And it won't. VB != VB.NET. It's merely the same syntax. VB (6 and older) is an automation client that uses objects defined in type libraries and implemented by COM servers. VB.NET uses the .NET BCL (base class library) and compiles to Intermediate Language (IL).

So, you copied VB.NET code into a VB IDE (Integrated Development Environment). You need to write VB which is documented if, in the IDE, you click on the Help menu (and like Contents or Index or whatever).

The basic objects will be the same, but the types not defined in the typelib (like Missing.Value) will not work - they're defined in the .NET BCL and, unless exposed to COM through a CCW, cannot be called by VB6 (which is what the VB IDE in Office and other applications uses).

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralThrow SoapException in SoapExtension Pin
lopezrincon11-Nov-04 5:57
lopezrincon11-Nov-04 5:57 
GeneralStrange behaviour of StreamReader.Peek() Pin
SebbaP11-Nov-04 4:04
SebbaP11-Nov-04 4:04 
GeneralRe: Strange behaviour of StreamReader.Peek() Pin
Stefan Troschuetz11-Nov-04 4:45
Stefan Troschuetz11-Nov-04 4:45 
GeneralRe: Strange behaviour of StreamReader.Peek() Pin
Daniel Turini11-Nov-04 5:37
Daniel Turini11-Nov-04 5:37 
GeneralRe: Strange behaviour of StreamReader.Peek() Pin
leppie11-Nov-04 5:43
leppie11-Nov-04 5:43 
GeneralRe: Strange behaviour of StreamReader.Peek() Pin
SebbaP11-Nov-04 10:12
SebbaP11-Nov-04 10:12 
GeneralRe: Strange behaviour of StreamReader.Peek() Pin
Stefan Troschuetz11-Nov-04 22:04
Stefan Troschuetz11-Nov-04 22:04 
GeneralClearing DateTimePicker Pin
MagdyYousif11-Nov-04 2:29
MagdyYousif11-Nov-04 2:29 
GeneralRe: Clearing DateTimePicker Pin
Corinna John11-Nov-04 3:09
Corinna John11-Nov-04 3:09 
GeneralDATASETS Pin
Brendan Vogt11-Nov-04 1:29
Brendan Vogt11-Nov-04 1:29 
GeneralRe: DATASETS Pin
Skynyrd11-Nov-04 3:55
Skynyrd11-Nov-04 3:55 
GeneralRe: DATASETS Pin
Le centriste11-Nov-04 4:12
Le centriste11-Nov-04 4:12 
GeneralBinding Collection to DataGrid Pin
Derec Roofie11-Nov-04 1:24
Derec Roofie11-Nov-04 1:24 
GeneralRe: Binding Collection to DataGrid Pin
Daniel Turini11-Nov-04 2:07
Daniel Turini11-Nov-04 2:07 
GeneralRe: Binding Collection to DataGrid Pin
Derec Roofie11-Nov-04 5:18
Derec Roofie11-Nov-04 5:18 
GeneralRe: Binding Collection to DataGrid Pin
Daniel Turini11-Nov-04 5:26
Daniel Turini11-Nov-04 5:26 
QuestionHow to determin parent class Pin
Derec Roofie11-Nov-04 1:14
Derec Roofie11-Nov-04 1:14 

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.