473,385 Members | 1,973 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

BeforeDelete

HI,
I have created a outlook com dll and VB app. An event raised (DELETE)in the outlook com dll is not fired in the vb app. The dll raises another event(DELETE) whenever a command button is clicked alert message will raised. The Delete event is fired in the vb app but not fired event. How to solve this???
May 18 '07 #1
1 956
Dököll
2,364 Expert 2GB
HI,
I have created a outlook com dll and VB app. An event raised (DELETE)in the outlook com dll is not fired in the vb app. The dll raises another event(DELETE) whenever a command button is clicked alert message will raised. The Delete event is fired in the vb app but not fired event. How to solve this???
Hello!

(1) Are you saying when a command button is pressed you are not getting the needed result?

(2) Do you have a select case or if statement with the message box?

(3) It is likely you do nt have a way for the app to continue aftr the message box popped up

Hence this:

Expand|Select|Wrap|Line Numbers
  1.  
  2. If blah blah = True Then
  3.   MsgBox "Looks good thus far"
  4.   Do something here
  5. ElseIf blah blah = False Then
  6.   MsgBox "No way José"
  7.   Do nothing here
  8. End If
  9.  
  10. Or
  11.  
  12. If blah blah = True Then
  13.   Do something here
  14. ElseIf blah blah = False Then
  15.   MsgBox "No way José"
  16.   Do nothing here, get out
  17. End If
  18.  
  19.  
Like that, see if that works...

In a bit!
May 20 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Steve Amey | last post by:
Hi all I am creating a basic control to perform some tasks, and I want to declare some events to be raised so they can be handled from the form that the control is on. I can create my own Event...
5
by: cover | last post by:
After a while of deleting records in a MySQL db, there gets to be the gaps in the id numbering system. i.e. 1, 2, 3, 6, 7, 12, and so on. Is there a way to renumber the id system in a table for 1,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.