RS Conley
|
Registered User
|
25 year programming experience.
|
|
3h |
comment |
MVP Connecting The Triads In which case you need to alter to presenter to retrieve stuff like the what is the current customer from the view so the other pieces of the software can find out what is the selected customers. Also you want a state or status variable exposed by the presenter as to what type of view is currently loaded. The another alternative is to make the second view an observer of the first view. There is a separate interface that the tree view implement to let observers know what view is located and what is the currently selected item. |
|
3h |
comment |
MVP - Model View Presenter no, what if you changed the view? There is nothing to indicate what part of the view is being used by other part of the software. So 5, 10 years from now you change it and then your software breaks. The view should only be directly referenced by the presenter. |
|
Dec 18 |
comment |
MVP Presenter and Events The EventAggregator will be used as an observer in this case. It is not a good fit and when it comes to maintaining the application not as clear. The extra work you down now by implementing an explicit observer will save you time and money in the long run. The explicit observer setup will make clear your intention. |
|
Dec 18 |
answered | MVP Connecting The Triads |
|
Dec 18 |
answered | MVP - Model View Presenter |
|
Dec 7 |
answered | Technology choice for redesigning an old VisualBasic-Application |
|
Nov 30 |
comment |
Does anyone know of a VB(A/6) example using GetLocaleInfoEx? A possible pitfall is the locale name. What your Declare look like? |
|
Nov 30 |
comment |
Does anyone know of a VB(A/6) example using GetLocaleInfoEx? Are you using Vista? |
|
Nov 30 |
answered | Session State with MVP and Application Controller patterns |
|
Nov 28 |
answered | move a line with mouse (vb6) |
|
Nov 27 |
accepted | How to Use OpenOffice.org Spell Checker in My App (VB6) |
|
Nov 25 |
comment |
How do I send a struct from C# to VB6, and from VB6 to C#? I was focused on the next to last sentence "what is the simplest..." |
|
Nov 24 |
answered | open the txt file and read it and save it in database using vb6 |
|
Nov 24 |
comment |
How do I send a struct from C# to VB6, and from VB6 to C#? sure but if you want to send rich data (classes and structures) you should use com. VB6 is not forgiving in this regard. |
|
Nov 24 |
answered | How do I send a struct from C# to VB6, and from VB6 to C#? |
|
Nov 24 |
answered | How to Use OpenOffice.org Spell Checker in My App (VB6) |
|
Nov 23 |
accepted | If I registered a TLB do I still need to register the ocx in order to compile? |
|
Nov 20 |
accepted | How do I intercept DLL load/unload events in a VB6 ActiveX DLL? |
|
Nov 20 |
answered | Security and roles authorization with model view presenter design pattern |
|
Nov 19 |
accepted | Can .local files be used during VB6 compile to avoid registering COM ocx and dll files |
|
Nov 19 |
comment |
If I registered a TLB do I still need to register the ocx in order to compile? why can't you register the OCX Files? If you can register TLB you should be able to do OCXs |
|
Nov 19 |
answered | If I registered a TLB do I still need to register the ocx in order to compile? |
|
Nov 19 |
accepted | In VB6 is linking to a tlb generated from an ocx the same as linking to an ocx directly |
|
Nov 19 |
answered | In VB6 is linking to a tlb generated from an ocx the same as linking to an ocx directly |
|
Nov 19 |
answered | Can .local files be used during VB6 compile to avoid registering COM ocx and dll files |
|
Nov 19 |
comment |
Prevent windows from queuing shellexecute requests Then don't use Waitforsingleobject. I put that up there to lay out all the common options with using the Process API. Once you execute CreateProcess the other application start running and CreateProcess returns. |
|
Nov 18 |
answered | Prevent windows from queuing shellexecute requests |
|
Nov 18 |
answered | How do I intercept DLL load/unload events in a VB6 ActiveX DLL? |
|
Nov 18 |
answered | MVP Pattern, Interfaces, Error Message Display in webform |
|
Nov 18 |
comment |
How do I intercept DLL load/unload events in a VB6 ActiveX DLL? Do you have the source code for these VB6 ActiveX DLLs? |
|
Nov 18 |
revised |
Converting C (not C++) to C# added 4 characters in body; added 3 characters in body; added 3 characters in body |
|
Nov 17 |
answered | Converting C (not C++) to C# |
|
Nov 14 |
accepted | VB.NET Importing Classes |
|
Nov 13 |
answered | Is it practical to learn and use visual basic 6 as a 2nd year BSIT student? |
|
Nov 10 |
answered | DllRegisterServer entry point was not found |
|
Nov 9 |
accepted | How do I migrate a VB6 ActiveX control to VB.net? |
|
Nov 5 |
answered | MVP ASP.net framework |
|
Nov 4 |
answered | VB6 authored ocx on a .NET WinForm? |
|
Nov 4 |
answered | Vb6.0 How to bind a function/sub-procedure to external event as an event handler?? |
|
Oct 28 |
comment |
MVP and presenter granularity The only time I would do that if the User control or group of user controls form a complete view unto themselves. For example you have a tabbed UI and when you click on the different tab to switch between different views of the same data. In that case each tab would be a view related to the view that holds the form as a whole |
|
Oct 28 |
answered | MVP and presenter granularity |
|
Oct 26 |
comment |
Is there any reason VB6 couldn’t be ported to .Net? A crufty code base doesn't change the fact it is a lame excuse for the breaking changes they introduced. What was about the original code base that they had to change the definition of the text string INTEGER to mean a Int32 instead of continuing to treat it like a Int16. It is because the team developing VB.NET had no respect for it's history and treated it like a C style language where the base of integer changes from compiler to compiler instead of the BASIC way where Integer has always been 16 bit even on 8 bit CPUs. |
|
Oct 26 |
revised |
Is there any reason VB6 couldn’t be ported to .Net? deleted 1 characters in body; added 9 characters in body |
|
Oct 23 |
comment |
Is there any reason VB6 couldn’t be ported to .Net? It screws with behavior yes because if you have unit testing or any other type of testing you can identify those issues. A bigger problem is that you have to rewrite your code to get there in the first place. That could have been made a lot easier than it was. |
|
Oct 23 |
comment |
Is there any reason VB6 couldn’t be ported to .Net? That probably the best approach to have with the current situation. Identify the biggest problems and writing helper assemblies to either make translation easier or to preserve behavior (hopefully both). |
|
Oct 23 |
comment |
Is there any reason VB6 couldn’t be ported to .Net? Paul Vick is completely full of shit on the issue. He was criticized heavily on it and has remained defensive ever since. For example his defense on why the keyword Integer just had to compile to a Int32 instead of a Int16. So he may have a point on the fact it was complicated to port over the VB6 IDE that is only half of the issues people have. |
|
Oct 23 |
answered | Is there any reason VB6 couldn’t be ported to .Net? |
|
Oct 23 |
comment |
MVP - User Controls - Hiding the IView interface from consumers? That class is just a stand-in for the Control then. What I was getting at is the VIEW is the FORM not the CONTROL even indirectly through a helper class. Only time I can think when a control can be equated with a view is that is a form has multiple tabs each having a view of the model and each of the tabs is implement in a control. Then it would make sense to have a control implementing a view (either directly or indirectly). |
|
Oct 20 |
answered | VB6 binary compatibility - adding new Events |
|
Oct 20 |
comment |
Better way to handle screen scrape object Your person object resides in the model somewhere. Your Presenter should be smart enough to pull from the view and update the model. It doesn't matter if it pulling a person object or a just a single property. The advantage is that allowing property access is that you can pull as much or as little as you want from the view. With your current method you are stuck with pulling a entire person object from the view. You can still have that function for commands where they make sense. But with properties you have a clear way of pulling out just one thing when you just want one thing. |
