Design time vs Run time 
Author Message
 Design time vs Run time

In VB6 a usercontrol had a .UserMode property, which could be used to
process controls differently in design-mode as opposed to run-mode. What
would be the equivalent feature in VB.Net?

Bill



Thu, 12 Aug 2004 19:37:44 GMT  
 Design time vs Run time

Quote:
> In VB6 a usercontrol had a .UserMode property, which could be
> used to process controls differently in design-mode as opposed
> to run-mode. What would be the equivalent feature in VB.Net?

Now it's the DesignMode property, inherited from component:
System.ComponentModel.Component.DesignMode

Armin



Thu, 12 Aug 2004 21:03:13 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. web service and updating web reference with vb.net design time vs run time

2. web service and updating web reference with vb.net design time vs run time

3. Design Time vs Run Time

4. Run Time vs Design Time - No Current Record

5. Design time vs. Run time

6. Assign a treeview at design run time to other at design time

7. Code running in design time or run-time?

8. ADO data control Design -vs- Run Time

9. Paint Event different design vs run-time?

10. getting run-time behavior of a contained control in a user control at design time

11. MsgBox pauses App at Design time but not run time

12. design-time functionality at run-time

 

 
Powered by phpBB® Forum Software