In VBA I use Outlook objects for sending the mails created. Is It possible to verify if the mail inserted is good or not?
For example I want to send a mail at a@yahoo.com. But it doesn’t exists.
When I send this mail I want to receive an error in VBA.
This error could be like in Outlook...
I want to create a listview and to have the possibility to modify the text of an item.
For example:
I have the following ListView:
Item1 New
Item2 Old
And the user wants to change the text "New" with "New1".
Can I use another object similar with ListView?
I have a graph and I define it using SDKPaint and using Graphics Server. The property YAxisMax is not took into account. How could I define the maximum value on the axe-Y in these conditions?
Hi!
I have a trouble in Vb 6.0. I have a slider control and when I load the current form I define the ticks.
For the following example:
sliAccuracy.Min = 1
sliAccuracy.Max = 24
sliAccuracy.TickFrequency =1
sliAccuracy.TickStyle=1
It will show 24 ticks like
_____________________
' ' ' ' ' ' ' '...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.