Click here to Skip to main content
15,895,746 members
Home / Discussions / C#
   

C#

 
QuestionAdding a subscript to a dynamic image Pin
asifmaniar14-Apr-06 9:32
asifmaniar14-Apr-06 9:32 
QuestionPoker Peeker Pin
IceWater4214-Apr-06 9:08
IceWater4214-Apr-06 9:08 
QuestionMaster-Detail relation update problem Pin
Bobby88714-Apr-06 6:04
Bobby88714-Apr-06 6:04 
Question'Virtual' printer driver possible? Pin
pjvander14-Apr-06 5:45
pjvander14-Apr-06 5:45 
AnswerRe: 'Virtual' printer driver possible? Pin
Judah Gabriel Himango14-Apr-06 6:54
sponsorJudah Gabriel Himango14-Apr-06 6:54 
GeneralRe: 'Virtual' printer driver possible? Pin
pjvander14-Apr-06 8:14
pjvander14-Apr-06 8:14 
QuestionwebBrowser1 (.NET 2) .Navigate from Form2 Pin
codah2314-Apr-06 4:23
codah2314-Apr-06 4:23 
AnswerRe: webBrowser1 (.NET 2) .Navigate from Form2 Pin
Judah Gabriel Himango14-Apr-06 6:51
sponsorJudah Gabriel Himango14-Apr-06 6:51 
Make your webBrowser1 variable public rather than private.

Or if you want to follow better encapsulation rules, make a public getter property that exposes the WebBrowser.

Better yet, add a public method called Navigate that accepts a string. Have that method call webBrowser1.Navigate.

Tech, life, family, faith: Give me a visit.
I'm currently blogging about: I luv teh choco
The apostle Paul, modernly speaking: Epistles of Paul

Judah Himango


GeneralRe: webBrowser1 (.NET 2) .Navigate from Form2 Pin
codah2314-Apr-06 8:15
codah2314-Apr-06 8:15 
GeneralRe: webBrowser1 (.NET 2) .Navigate from Form2 Pin
Judah Gabriel Himango14-Apr-06 8:29
sponsorJudah Gabriel Himango14-Apr-06 8:29 
GeneralRe: webBrowser1 (.NET 2) .Navigate from Form2 Pin
codah2314-Apr-06 9:29
codah2314-Apr-06 9:29 
Questionvery hard to find... Pin
KORCARI14-Apr-06 2:39
KORCARI14-Apr-06 2:39 
Questionhotmail account Pin
TAREQ F ABUZUHRI14-Apr-06 2:05
TAREQ F ABUZUHRI14-Apr-06 2:05 
AnswerRe: hotmail account Pin
Sean8914-Apr-06 2:16
Sean8914-Apr-06 2:16 
GeneralRe: hotmail account Pin
Guffa14-Apr-06 2:42
Guffa14-Apr-06 2:42 
QuestionHow to get the language of the Windows 2000? Pin
rushing14-Apr-06 1:12
rushing14-Apr-06 1:12 
AnswerRe: How to get the language of the Windows 2000? Pin
HakunaMatada14-Apr-06 1:42
HakunaMatada14-Apr-06 1:42 
AnswerRe: How to get the language of the Windows 2000? Pin
Stefan Troschuetz14-Apr-06 2:35
Stefan Troschuetz14-Apr-06 2:35 
GeneralRe: How to get the language of the Windows 2000? Pin
Dan Neely14-Apr-06 2:43
Dan Neely14-Apr-06 2:43 
GeneralRe: How to get the language of the Windows 2000? Pin
Stefan Troschuetz14-Apr-06 3:53
Stefan Troschuetz14-Apr-06 3:53 
AnswerRe: How to get the language of the Windows 2000? Pin
J. Dunlap14-Apr-06 3:19
J. Dunlap14-Apr-06 3:19 
QuestionVisualStyles Namespace Query: Elements not Defined Pin
liehann14-Apr-06 0:45
liehann14-Apr-06 0:45 
QuestionOutlook Add-In using Redemption Pin
_Goose14-Apr-06 0:03
_Goose14-Apr-06 0:03 
AnswerRe: Outlook Add-In using Redemption Pin
HakunaMatada14-Apr-06 1:52
HakunaMatada14-Apr-06 1:52 
GeneralRe: Outlook Add-In using Redemption Pin
_Goose14-Apr-06 2:35
_Goose14-Apr-06 2:35 

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.