Click here to Skip to main content
16,004,854 members
Home / Discussions / C#
   

C#

 
QuestionAbout WebResourceProvider.. Pin
methhoo27-Jan-08 11:19
methhoo27-Jan-08 11:19 
GeneralRe: About WebResourceProvider.. Pin
pmarfleet27-Jan-08 12:06
pmarfleet27-Jan-08 12:06 
GeneralPassing strings between forms that are both open. Pin
Jacob Dixon27-Jan-08 10:39
Jacob Dixon27-Jan-08 10:39 
GeneralRe: Passing strings between forms that are both open. Pin
Paul Conrad27-Jan-08 10:41
professionalPaul Conrad27-Jan-08 10:41 
GeneralRe: Passing strings between forms that are both open. Pin
Jacob Dixon27-Jan-08 10:43
Jacob Dixon27-Jan-08 10:43 
GeneralRe: Passing strings between forms that are both open. Pin
Pete O'Hanlon27-Jan-08 10:59
mvePete O'Hanlon27-Jan-08 10:59 
GeneralRe: Passing strings between forms that are both open. Pin
Jacob Dixon27-Jan-08 11:08
Jacob Dixon27-Jan-08 11:08 
GeneralRe: Passing strings between forms that are both open. Pin
Pete O'Hanlon27-Jan-08 11:19
mvePete O'Hanlon27-Jan-08 11:19 
I'll explain the MVC pattern and you can see how it is applied. Basically you have a datamodel which includes the phone number. There's a controller which is responsible for actually changing the value based on user input - and when the model changes, the attached views are updated by the controller. To do this update, you'd typically use an Update method which updates the view based on the values in the model. As a hint, you're probably going to need an event or two in here as well. I'm not actually going to write the code for you - you've got enough information now to do some research in google and have a stab at your version.


Deja View - the feeling that you've seen this post before.

My blog | My articles



GeneralRe: Passing strings between forms that are both open. Pin
Jacob Dixon27-Jan-08 11:28
Jacob Dixon27-Jan-08 11:28 
GeneralRe: Passing strings between forms that are both open. Pin
Nadia Monalisa27-Jan-08 13:20
Nadia Monalisa27-Jan-08 13:20 
GeneralRe: Passing strings between forms that are both open. Pin
Jacob Dixon27-Jan-08 16:03
Jacob Dixon27-Jan-08 16:03 
GeneralRe: Passing strings between forms that are both open. Pin
Paul Conrad27-Jan-08 16:37
professionalPaul Conrad27-Jan-08 16:37 
GeneralRe: Passing strings between forms that are both open. Pin
Nadia Monalisa27-Jan-08 23:44
Nadia Monalisa27-Jan-08 23:44 
GeneralRe: Passing strings between forms that are both open. Pin
LongRange.Shooter28-Jan-08 8:08
LongRange.Shooter28-Jan-08 8:08 
GeneralRe: Passing strings between forms that are both open. Pin
Paul Conrad27-Jan-08 16:37
professionalPaul Conrad27-Jan-08 16:37 
GeneralRe: Passing strings between forms that are both open. Pin
Jacob Dixon27-Jan-08 17:25
Jacob Dixon27-Jan-08 17:25 
GeneralDirectX and Threading Pin
Mabre of the Tadadas27-Jan-08 10:23
Mabre of the Tadadas27-Jan-08 10:23 
GeneralRe: DirectX and Threading Pin
Paul Conrad27-Jan-08 10:42
professionalPaul Conrad27-Jan-08 10:42 
GeneralRe: DirectX and Threading [modified] Pin
Mabre of the Tadadas27-Jan-08 10:45
Mabre of the Tadadas27-Jan-08 10:45 
GeneralRe: DirectX and Threading Pin
Luc Pattyn27-Jan-08 11:10
sitebuilderLuc Pattyn27-Jan-08 11:10 
GeneralRe: DirectX and Threading Pin
Mabre of the Tadadas27-Jan-08 11:29
Mabre of the Tadadas27-Jan-08 11:29 
GeneralRe: DirectX and Threading Pin
Luc Pattyn27-Jan-08 11:37
sitebuilderLuc Pattyn27-Jan-08 11:37 
GeneralRe: DirectX and Threading Pin
Mabre of the Tadadas27-Jan-08 12:01
Mabre of the Tadadas27-Jan-08 12:01 
GeneralRe: DirectX and Threading Pin
Luc Pattyn27-Jan-08 12:08
sitebuilderLuc Pattyn27-Jan-08 12:08 
GeneralRe: DirectX and Threading Pin
Mabre of the Tadadas27-Jan-08 12:10
Mabre of the Tadadas27-Jan-08 12: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.