Click here to Skip to main content
15,915,508 members
Home / Discussions / C#
   

C#

 
GeneralRe: Strange problem with WebBrowser control "double loading" a page, eh? [modified] Pin
ThisIsMyUserName214-Mar-07 7:41
ThisIsMyUserName214-Mar-07 7:41 
GeneralRe: Strange problem with WebBrowser control "double loading" a page, eh? Pin
led mike14-Mar-07 8:15
led mike14-Mar-07 8:15 
GeneralRe: Strange problem with WebBrowser control "double loading" a page, eh? Pin
ThisIsMyUserName214-Mar-07 8:33
ThisIsMyUserName214-Mar-07 8:33 
GeneralRe: Strange problem with WebBrowser control "double loading" a page, eh? Pin
Dave Kreskowiak14-Mar-07 9:20
mveDave Kreskowiak14-Mar-07 9:20 
GeneralRe: Strange problem with WebBrowser control "double loading" a page, eh? Pin
ThisIsMyUserName214-Mar-07 9:50
ThisIsMyUserName214-Mar-07 9:50 
QuestionHow to call different namespace Pin
Eyungwah14-Mar-07 6:57
Eyungwah14-Mar-07 6:57 
AnswerRe: How to call different namespace Pin
led mike14-Mar-07 7:12
led mike14-Mar-07 7:12 
AnswerRe: How to call different namespace Pin
Colin Angus Mackay14-Mar-07 9:03
Colin Angus Mackay14-Mar-07 9:03 
You can't call a namespace. Namespaces contain things like classes, interfaces, enums and so on.

If you are in namespace A and you want to use a class in namespace B you have two options.

Option 1: Put a using statement at the top of the file in which you wish to use the namespace. e.g. using B

Option 2: Fully qualify the class, interface, enum, etc. name with the namespace. e.g. B.MyClass


Questionxml question Pin
groundzero11114-Mar-07 6:43
groundzero11114-Mar-07 6:43 
AnswerRe: xml question Pin
ThisIsMyUserName214-Mar-07 7:23
ThisIsMyUserName214-Mar-07 7:23 
GeneralRe: xml question Pin
groundzero11114-Mar-07 8:48
groundzero11114-Mar-07 8:48 
GeneralRe: xml question Pin
Stefan Troschuetz14-Mar-07 12:10
Stefan Troschuetz14-Mar-07 12:10 
Questionpaging in DataGrid using C# and windows forms Pin
OmarLodhi14-Mar-07 5:54
OmarLodhi14-Mar-07 5:54 
QuestionCreating a tiny SQL Windows XP "Registry Cleaner" Application Pin
td0014-Mar-07 5:48
td0014-Mar-07 5:48 
AnswerRe: Creating a tiny SQL Windows XP "Registry Cleaner" Application Pin
Judah Gabriel Himango14-Mar-07 6:26
sponsorJudah Gabriel Himango14-Mar-07 6:26 
AnswerRe: Creating a tiny SQL Windows XP "Registry Cleaner" Application Pin
led mike14-Mar-07 6:29
led mike14-Mar-07 6:29 
QuestionNew Programmer Help Please! Pin
lee.hallows14-Mar-07 5:33
lee.hallows14-Mar-07 5:33 
AnswerRe: New Programmer Help Please! Pin
PlayByTheRules14-Mar-07 5:40
PlayByTheRules14-Mar-07 5:40 
GeneralRe: New Programmer Help Please! Pin
lee.hallows14-Mar-07 6:27
lee.hallows14-Mar-07 6:27 
GeneralRe: New Programmer Help Please! Pin
PlayByTheRules14-Mar-07 6:34
PlayByTheRules14-Mar-07 6:34 
GeneralRe: New Programmer Help Please! Pin
led mike14-Mar-07 7:10
led mike14-Mar-07 7:10 
GeneralRe: New Programmer Help Please! Pin
led mike14-Mar-07 6:30
led mike14-Mar-07 6:30 
AnswerRe: New Programmer Help Please! Pin
Colin Angus Mackay14-Mar-07 5:47
Colin Angus Mackay14-Mar-07 5:47 
AnswerRe: New Programmer Help Please! Pin
PrimeCoder14-Mar-07 7:46
PrimeCoder14-Mar-07 7:46 
Questionhow to copy dataset OleDbDataAdapter to SqlDataAdapter Pin
savagerider14-Mar-07 5:07
savagerider14-Mar-07 5:07 

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.