Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
InIDE in non forms based apps.
Message
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00452447
Message ID:
00452569
Views:
27
Eric, Thanks, I have actually replaced my old code with this more usefull code!! Which works in all cases.
Thanks,
Joe.

>>Anyone have any good ideas?
>
>I don't know it is a good idea (like you asked for) but, I use this:
>
Private Sub Command1_Click()
>Dim intI As Integer
>On Error Resume Next
>Debug.Assert intI / 0
>If Err.Number = 0 Then
>    MsgBox "Compiled version"
>Else
>    MsgBox "In IDE version"
>End If
>End Sub
~Joe Johnston USA

"If ye love wealth better than liberty, the tranquility of servitude better than the animated contest of freedom, go home from us in peace. We ask not your counsel or arms. Crouch down and lick the hands which feed you. May your chains set lightly upon you, and may posterity forget that ye were our countrymen."
~Samuel Adams

Previous
Reply
Map
View

Click here to load this message in the networking platform