473,503 Members | 1,654 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Outlook Security Prompt

ML
Is there anyway to get around the security prompt from Outlook when using
the object in a vb.net winforms app?
I want to be able to load the contacts lists from Outlook but each time it
access it you get the security warning.
Nov 21 '05 #1
16 4330
Maybe this tool helps you:
http://www.contextmagic.com/express-clickyes/

It' automatically get's rid of the security dialog. Can be
enabled/disabled from your app. Work's with all OL versions.

Tosch

On Thu, 11 Nov 2004 10:51:39 -0400, "ML" <ml@schoonersolutions.com>
wrote:
Is there anyway to get around the security prompt from Outlook when using
the object in a vb.net winforms app?
I want to be able to load the contacts lists from Outlook but each time it
access it you get the security warning.


Nov 21 '05 #2
Maybe this tool helps you:
http://www.contextmagic.com/express-clickyes/

It' automatically get's rid of the security dialog. Can be
enabled/disabled from your app. Work's with all OL versions.

Tosch

On Thu, 11 Nov 2004 10:51:39 -0400, "ML" <ml@schoonersolutions.com>
wrote:
Is there anyway to get around the security prompt from Outlook when using
the object in a vb.net winforms app?
I want to be able to load the contacts lists from Outlook but each time it
access it you get the security warning.


Nov 21 '05 #3
ML
Not really a good solution to install at a client site but thanks.
Was looking for an actual way around it in code.

Would using WebDav bypass this when going to an exchange server? Basically
I need access to a public contacts folder on Exchange.

"Tosch" <to**********@swissonline.ch> wrote in message
news:ku********************************@4ax.com...
Maybe this tool helps you:
http://www.contextmagic.com/express-clickyes/

It' automatically get's rid of the security dialog. Can be
enabled/disabled from your app. Work's with all OL versions.

Tosch

On Thu, 11 Nov 2004 10:51:39 -0400, "ML" <ml@schoonersolutions.com>
wrote:
Is there anyway to get around the security prompt from Outlook when using
the object in a vb.net winforms app?
I want to be able to load the contacts lists from Outlook but each time it
access it you get the security warning.

Nov 21 '05 #4
ML
Not really a good solution to install at a client site but thanks.
Was looking for an actual way around it in code.

Would using WebDav bypass this when going to an exchange server? Basically
I need access to a public contacts folder on Exchange.

"Tosch" <to**********@swissonline.ch> wrote in message
news:ku********************************@4ax.com...
Maybe this tool helps you:
http://www.contextmagic.com/express-clickyes/

It' automatically get's rid of the security dialog. Can be
enabled/disabled from your app. Work's with all OL versions.

Tosch

On Thu, 11 Nov 2004 10:51:39 -0400, "ML" <ml@schoonersolutions.com>
wrote:
Is there anyway to get around the security prompt from Outlook when using
the object in a vb.net winforms app?
I want to be able to load the contacts lists from Outlook but each time it
access it you get the security warning.

Nov 21 '05 #5
ML,
To avoid the Outlook security prompts its generally easiest to create a
properly constructed COM-Addin for Outlook 2003. There are other methods
available for other versions of Outlook...

See:
http://msdn.microsoft.com/library/de...scomaddins.asp

Further info can be found at:
http://www.slipstick.com/dev/ol2003problems.htm
http://www.slipstick.com/outlook/esecup/admin.htm

Hope this helps
Jay
"ML" <ml@schoonersolutions.com> wrote in message
news:eM**************@TK2MSFTNGP14.phx.gbl...
Is there anyway to get around the security prompt from Outlook when using
the object in a vb.net winforms app?
I want to be able to load the contacts lists from Outlook but each time it
access it you get the security warning.

Nov 21 '05 #6
ML,
To avoid the Outlook security prompts its generally easiest to create a
properly constructed COM-Addin for Outlook 2003. There are other methods
available for other versions of Outlook...

See:
http://msdn.microsoft.com/library/de...scomaddins.asp

Further info can be found at:
http://www.slipstick.com/dev/ol2003problems.htm
http://www.slipstick.com/outlook/esecup/admin.htm

Hope this helps
Jay
"ML" <ml@schoonersolutions.com> wrote in message
news:eM**************@TK2MSFTNGP14.phx.gbl...
Is there anyway to get around the security prompt from Outlook when using
the object in a vb.net winforms app?
I want to be able to load the contacts lists from Outlook but each time it
access it you get the security warning.

Nov 21 '05 #7
ML
Not looking to create an add-in for Outlook. Looking to access Outlook from
an external app. More specifically I am interested in getting at an
Exchange Public contacts folder.

"Jay B. Harlow [MVP - Outlook]" <Ja************@msn.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
ML,
To avoid the Outlook security prompts its generally easiest to create a
properly constructed COM-Addin for Outlook 2003. There are other methods
available for other versions of Outlook...

See:
http://msdn.microsoft.com/library/de...scomaddins.asp

Further info can be found at:
http://www.slipstick.com/dev/ol2003problems.htm
http://www.slipstick.com/outlook/esecup/admin.htm

Hope this helps
Jay
"ML" <ml@schoonersolutions.com> wrote in message
news:eM**************@TK2MSFTNGP14.phx.gbl...
Is there anyway to get around the security prompt from Outlook when using
the object in a vb.net winforms app?
I want to be able to load the contacts lists from Outlook but each time
it access it you get the security warning.


Nov 21 '05 #8
ML
Not looking to create an add-in for Outlook. Looking to access Outlook from
an external app. More specifically I am interested in getting at an
Exchange Public contacts folder.

"Jay B. Harlow [MVP - Outlook]" <Ja************@msn.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
ML,
To avoid the Outlook security prompts its generally easiest to create a
properly constructed COM-Addin for Outlook 2003. There are other methods
available for other versions of Outlook...

See:
http://msdn.microsoft.com/library/de...scomaddins.asp

Further info can be found at:
http://www.slipstick.com/dev/ol2003problems.htm
http://www.slipstick.com/outlook/esecup/admin.htm

Hope this helps
Jay
"ML" <ml@schoonersolutions.com> wrote in message
news:eM**************@TK2MSFTNGP14.phx.gbl...
Is there anyway to get around the security prompt from Outlook when using
the object in a vb.net winforms app?
I want to be able to load the contacts lists from Outlook but each time
it access it you get the security warning.


Nov 21 '05 #9
ML,
I realize that, which is why I included the second two links. You did review
the two other links before you responded?

Both links provide a plethora of information & links on the proper ways to
avoid the security prompts. Which includes settings that need to be made by
your Exchange Server Administrator.

As your other thread suggests, you should be able to use WebDAV also.

Alternatively you could create a Web Service (that internally uses WebDAV)
that returns the list of contacts to your Windows program.

As I mentioned in the other thread, you might want to start here with the
following two sites:

Here is a good place to start on articles about using Outlook & .NET
(including Exchange Server).

http://www.microeye.com/resources/res_outlookvsnet.htm

For a discussion on selecting development technologies for Exchange Server,
start here:

http://msdn.microsoft.com/library/de...hsel_intro.asp

I believe the second site (techsel_intro) eventually has links to Exchange
Server WebDAV samples, post if you need help finding them.

Hope this helps
Jay

"ML" <ml@schoonersolutions.com> wrote in message
news:uF**************@tk2msftngp13.phx.gbl...
Not looking to create an add-in for Outlook. Looking to access Outlook
from an external app. More specifically I am interested in getting at an
Exchange Public contacts folder.

"Jay B. Harlow [MVP - Outlook]" <Ja************@msn.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
ML,
To avoid the Outlook security prompts its generally easiest to create a
properly constructed COM-Addin for Outlook 2003. There are other methods
available for other versions of Outlook...

See:
http://msdn.microsoft.com/library/de...scomaddins.asp

Further info can be found at:
http://www.slipstick.com/dev/ol2003problems.htm
http://www.slipstick.com/outlook/esecup/admin.htm

Hope this helps
Jay
"ML" <ml@schoonersolutions.com> wrote in message
news:eM**************@TK2MSFTNGP14.phx.gbl...
Is there anyway to get around the security prompt from Outlook when
using the object in a vb.net winforms app?
I want to be able to load the contacts lists from Outlook but each time
it access it you get the security warning.



Nov 21 '05 #10
ML,
I realize that, which is why I included the second two links. You did review
the two other links before you responded?

Both links provide a plethora of information & links on the proper ways to
avoid the security prompts. Which includes settings that need to be made by
your Exchange Server Administrator.

As your other thread suggests, you should be able to use WebDAV also.

Alternatively you could create a Web Service (that internally uses WebDAV)
that returns the list of contacts to your Windows program.

As I mentioned in the other thread, you might want to start here with the
following two sites:

Here is a good place to start on articles about using Outlook & .NET
(including Exchange Server).

http://www.microeye.com/resources/res_outlookvsnet.htm

For a discussion on selecting development technologies for Exchange Server,
start here:

http://msdn.microsoft.com/library/de...hsel_intro.asp

I believe the second site (techsel_intro) eventually has links to Exchange
Server WebDAV samples, post if you need help finding them.

Hope this helps
Jay

"ML" <ml@schoonersolutions.com> wrote in message
news:uF**************@tk2msftngp13.phx.gbl...
Not looking to create an add-in for Outlook. Looking to access Outlook
from an external app. More specifically I am interested in getting at an
Exchange Public contacts folder.

"Jay B. Harlow [MVP - Outlook]" <Ja************@msn.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
ML,
To avoid the Outlook security prompts its generally easiest to create a
properly constructed COM-Addin for Outlook 2003. There are other methods
available for other versions of Outlook...

See:
http://msdn.microsoft.com/library/de...scomaddins.asp

Further info can be found at:
http://www.slipstick.com/dev/ol2003problems.htm
http://www.slipstick.com/outlook/esecup/admin.htm

Hope this helps
Jay
"ML" <ml@schoonersolutions.com> wrote in message
news:eM**************@TK2MSFTNGP14.phx.gbl...
Is there anyway to get around the security prompt from Outlook when
using the object in a vb.net winforms app?
I want to be able to load the contacts lists from Outlook but each time
it access it you get the security warning.



Nov 21 '05 #11
ML
Yes I did and thanks for the links.

Trying to avoid as much administration as possible is the main issue. Was
hoping for something that could handle it from the app itself instead of
having to modify the Exchange settings, etc.

It looks like WebDav may be my only real option. Just can't seem to find
some decent examples of using it. What I have found seems overly complex
for the task at hand. All I really want to do is to retrieve the contact
info and in turn list these back to the user and also be able to save the ID
of a selection in an external DB so we can reference back to Exchange when
needed.

"Jay B. Harlow [MVP - Outlook]" <Ja************@msn.com> wrote in message
news:uG**************@TK2MSFTNGP10.phx.gbl...
ML,
I realize that, which is why I included the second two links. You did
review the two other links before you responded?

Both links provide a plethora of information & links on the proper ways to
avoid the security prompts. Which includes settings that need to be made
by your Exchange Server Administrator.

As your other thread suggests, you should be able to use WebDAV also.

Alternatively you could create a Web Service (that internally uses WebDAV)
that returns the list of contacts to your Windows program.

As I mentioned in the other thread, you might want to start here with the
following two sites:

Here is a good place to start on articles about using Outlook & .NET
(including Exchange Server).

http://www.microeye.com/resources/res_outlookvsnet.htm

For a discussion on selecting development technologies for Exchange
Server,
start here:

http://msdn.microsoft.com/library/de...hsel_intro.asp

I believe the second site (techsel_intro) eventually has links to Exchange
Server WebDAV samples, post if you need help finding them.

Hope this helps
Jay

"ML" <ml@schoonersolutions.com> wrote in message
news:uF**************@tk2msftngp13.phx.gbl...
Not looking to create an add-in for Outlook. Looking to access Outlook
from an external app. More specifically I am interested in getting at an
Exchange Public contacts folder.

"Jay B. Harlow [MVP - Outlook]" <Ja************@msn.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
ML,
To avoid the Outlook security prompts its generally easiest to create a
properly constructed COM-Addin for Outlook 2003. There are other methods
available for other versions of Outlook...

See:
http://msdn.microsoft.com/library/de...scomaddins.asp

Further info can be found at:
http://www.slipstick.com/dev/ol2003problems.htm
http://www.slipstick.com/outlook/esecup/admin.htm

Hope this helps
Jay
"ML" <ml@schoonersolutions.com> wrote in message
news:eM**************@TK2MSFTNGP14.phx.gbl...
Is there anyway to get around the security prompt from Outlook when
using the object in a vb.net winforms app?
I want to be able to load the contacts lists from Outlook but each time
it access it you get the security warning.



Nov 21 '05 #12
ML
Yes I did and thanks for the links.

Trying to avoid as much administration as possible is the main issue. Was
hoping for something that could handle it from the app itself instead of
having to modify the Exchange settings, etc.

It looks like WebDav may be my only real option. Just can't seem to find
some decent examples of using it. What I have found seems overly complex
for the task at hand. All I really want to do is to retrieve the contact
info and in turn list these back to the user and also be able to save the ID
of a selection in an external DB so we can reference back to Exchange when
needed.

"Jay B. Harlow [MVP - Outlook]" <Ja************@msn.com> wrote in message
news:uG**************@TK2MSFTNGP10.phx.gbl...
ML,
I realize that, which is why I included the second two links. You did
review the two other links before you responded?

Both links provide a plethora of information & links on the proper ways to
avoid the security prompts. Which includes settings that need to be made
by your Exchange Server Administrator.

As your other thread suggests, you should be able to use WebDAV also.

Alternatively you could create a Web Service (that internally uses WebDAV)
that returns the list of contacts to your Windows program.

As I mentioned in the other thread, you might want to start here with the
following two sites:

Here is a good place to start on articles about using Outlook & .NET
(including Exchange Server).

http://www.microeye.com/resources/res_outlookvsnet.htm

For a discussion on selecting development technologies for Exchange
Server,
start here:

http://msdn.microsoft.com/library/de...hsel_intro.asp

I believe the second site (techsel_intro) eventually has links to Exchange
Server WebDAV samples, post if you need help finding them.

Hope this helps
Jay

"ML" <ml@schoonersolutions.com> wrote in message
news:uF**************@tk2msftngp13.phx.gbl...
Not looking to create an add-in for Outlook. Looking to access Outlook
from an external app. More specifically I am interested in getting at an
Exchange Public contacts folder.

"Jay B. Harlow [MVP - Outlook]" <Ja************@msn.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
ML,
To avoid the Outlook security prompts its generally easiest to create a
properly constructed COM-Addin for Outlook 2003. There are other methods
available for other versions of Outlook...

See:
http://msdn.microsoft.com/library/de...scomaddins.asp

Further info can be found at:
http://www.slipstick.com/dev/ol2003problems.htm
http://www.slipstick.com/outlook/esecup/admin.htm

Hope this helps
Jay
"ML" <ml@schoonersolutions.com> wrote in message
news:eM**************@TK2MSFTNGP14.phx.gbl...
Is there anyway to get around the security prompt from Outlook when
using the object in a vb.net winforms app?
I want to be able to load the contacts lists from Outlook but each time
it access it you get the security warning.



Nov 21 '05 #13
Unfortunatley thats what malicious code writers seek as well.....hence the
security warning!!!


"ML" <ml@schoonersolutions.com> wrote in message
news:ux**************@TK2MSFTNGP10.phx.gbl...
Yes I did and thanks for the links.

Trying to avoid as much administration as possible is the main issue. Was
hoping for something that could handle it from the app itself instead of
having to modify the Exchange settings, etc.

It looks like WebDav may be my only real option. Just can't seem to find
some decent examples of using it. What I have found seems overly complex
for the task at hand. All I really want to do is to retrieve the contact
info and in turn list these back to the user and also be able to save the ID of a selection in an external DB so we can reference back to Exchange when
needed.

"Jay B. Harlow [MVP - Outlook]" <Ja************@msn.com> wrote in message
news:uG**************@TK2MSFTNGP10.phx.gbl...
ML,
I realize that, which is why I included the second two links. You did
review the two other links before you responded?

Both links provide a plethora of information & links on the proper ways to avoid the security prompts. Which includes settings that need to be made
by your Exchange Server Administrator.

As your other thread suggests, you should be able to use WebDAV also.

Alternatively you could create a Web Service (that internally uses WebDAV) that returns the list of contacts to your Windows program.

As I mentioned in the other thread, you might want to start here with the following two sites:

Here is a good place to start on articles about using Outlook & .NET
(including Exchange Server).

http://www.microeye.com/resources/res_outlookvsnet.htm

For a discussion on selecting development technologies for Exchange
Server,
start here:

http://msdn.microsoft.com/library/de...us/e2k3/e2k3/_
techsel_intro.asp
I believe the second site (techsel_intro) eventually has links to Exchange Server WebDAV samples, post if you need help finding them.

Hope this helps
Jay

"ML" <ml@schoonersolutions.com> wrote in message
news:uF**************@tk2msftngp13.phx.gbl...
Not looking to create an add-in for Outlook. Looking to access Outlook
from an external app. More specifically I am interested in getting at an Exchange Public contacts folder.

"Jay B. Harlow [MVP - Outlook]" <Ja************@msn.com> wrote in message news:%2****************@TK2MSFTNGP09.phx.gbl...
ML,
To avoid the Outlook security prompts its generally easiest to create a properly constructed COM-Addin for Outlook 2003. There are other methods available for other versions of Outlook...

See:
http://msdn.microsoft.com/library/de...scomaddins.asp
Further info can be found at:
http://www.slipstick.com/dev/ol2003problems.htm
http://www.slipstick.com/outlook/esecup/admin.htm

Hope this helps
Jay
"ML" <ml@schoonersolutions.com> wrote in message
news:eM**************@TK2MSFTNGP14.phx.gbl...
> Is there anyway to get around the security prompt from Outlook when
> using the object in a vb.net winforms app?
> I want to be able to load the contacts lists from Outlook but each time> it access it you get the security warning.
>



Nov 21 '05 #14
Unfortunatley thats what malicious code writers seek as well.....hence the
security warning!!!


"ML" <ml@schoonersolutions.com> wrote in message
news:ux**************@TK2MSFTNGP10.phx.gbl...
Yes I did and thanks for the links.

Trying to avoid as much administration as possible is the main issue. Was
hoping for something that could handle it from the app itself instead of
having to modify the Exchange settings, etc.

It looks like WebDav may be my only real option. Just can't seem to find
some decent examples of using it. What I have found seems overly complex
for the task at hand. All I really want to do is to retrieve the contact
info and in turn list these back to the user and also be able to save the ID of a selection in an external DB so we can reference back to Exchange when
needed.

"Jay B. Harlow [MVP - Outlook]" <Ja************@msn.com> wrote in message
news:uG**************@TK2MSFTNGP10.phx.gbl...
ML,
I realize that, which is why I included the second two links. You did
review the two other links before you responded?

Both links provide a plethora of information & links on the proper ways to avoid the security prompts. Which includes settings that need to be made
by your Exchange Server Administrator.

As your other thread suggests, you should be able to use WebDAV also.

Alternatively you could create a Web Service (that internally uses WebDAV) that returns the list of contacts to your Windows program.

As I mentioned in the other thread, you might want to start here with the following two sites:

Here is a good place to start on articles about using Outlook & .NET
(including Exchange Server).

http://www.microeye.com/resources/res_outlookvsnet.htm

For a discussion on selecting development technologies for Exchange
Server,
start here:

http://msdn.microsoft.com/library/de...us/e2k3/e2k3/_
techsel_intro.asp
I believe the second site (techsel_intro) eventually has links to Exchange Server WebDAV samples, post if you need help finding them.

Hope this helps
Jay

"ML" <ml@schoonersolutions.com> wrote in message
news:uF**************@tk2msftngp13.phx.gbl...
Not looking to create an add-in for Outlook. Looking to access Outlook
from an external app. More specifically I am interested in getting at an Exchange Public contacts folder.

"Jay B. Harlow [MVP - Outlook]" <Ja************@msn.com> wrote in message news:%2****************@TK2MSFTNGP09.phx.gbl...
ML,
To avoid the Outlook security prompts its generally easiest to create a properly constructed COM-Addin for Outlook 2003. There are other methods available for other versions of Outlook...

See:
http://msdn.microsoft.com/library/de...scomaddins.asp
Further info can be found at:
http://www.slipstick.com/dev/ol2003problems.htm
http://www.slipstick.com/outlook/esecup/admin.htm

Hope this helps
Jay
"ML" <ml@schoonersolutions.com> wrote in message
news:eM**************@TK2MSFTNGP14.phx.gbl...
> Is there anyway to get around the security prompt from Outlook when
> using the object in a vb.net winforms app?
> I want to be able to load the contacts lists from Outlook but each time> it access it you get the security warning.
>



Nov 21 '05 #15
Hi

About outlook security dialog, you may take a look at the link below.

290499.KB.EN-US OL2002: Administrator Information About E-Mail Security
Features
http://support.microsoft.com/?id=290499

Here are some links about webdav.
How to create an Outlook Calendar folder by using WebDAV with Visual C# .NET
http://support.microsoft.com/default...b;en-us;313121

How to Search a WebDAV Directory with XML
http://support.microsoft.com/default...B;EN-US;293885

For detailed information about webdav, I think you may try to post in the
newsgroup below.

microsoft.public.exchange2000.development
or
microsoft.public.exchange.development
Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

Nov 21 '05 #16
Hi

About outlook security dialog, you may take a look at the link below.

290499.KB.EN-US OL2002: Administrator Information About E-Mail Security
Features
http://support.microsoft.com/?id=290499

Here are some links about webdav.
How to create an Outlook Calendar folder by using WebDAV with Visual C# .NET
http://support.microsoft.com/default...b;en-us;313121

How to Search a WebDAV Directory with XML
http://support.microsoft.com/default...B;EN-US;293885

For detailed information about webdav, I think you may try to post in the
newsgroup below.

microsoft.public.exchange2000.development
or
microsoft.public.exchange.development
Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

Nov 21 '05 #17

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
5704
by: Kurt | last post by:
Hi We are developing an off-the-shelf software suite for a certain business sector. Most of the program is simply a GUI on top of some .mdb files. Its a .net application written in c# One...
3
269
by: Mr. B | last post by:
I'm thinking of writing a simple (ha!) application using VB.net (standard) that would look at our Outlook resources (ie meeting rooms) and build an output to show when rooms are booked. We are...
2
4729
by: sudheer | last post by:
Hi, Thank you in advance. I need to devlop an application, which reads the outlook inbox messages and appends some additional message to the read messages. I want to know is it possible to do...
1
8198
by: KS | last post by:
Hi, I have creatd a custom Outlook form with a few custom form fields. When completed the form is sent to me and goes into my Inbox. This works fine. Now Iam trying to write some code in...
3
1278
by: Yavuz Bogazci | last post by:
Hi, i am connecting to my outlook via vb.net and mapi. When i want to access an Mailitem an get its properties i get an Security Message form Outlook popping up saying somethin like "A program...
6
4534
by: Ernie | last post by:
We have an Outlook 2000 VBA application - 8 user forms, and about a thousand lines of code - that we wish to distribute. We know that we can password-protect the code, but that does not give us the...
0
286
by: ML | last post by:
Is there anyway to get around the security prompt from Outlook when using the object in a vb.net winforms app? I want to be able to load the contacts lists from Outlook but each time it access it...
6
21288
by: Manuel | last post by:
Hi, Using the PIA "Microsoft Outlook 11 Object Library". I've noticed that the Logon method of the NameSpace Object is simply ignored. My Outlook 2003 is full updated. For example if I...
6
1969
by: =?Utf-8?B?UmljaA==?= | last post by:
How to suppress the Outlook 2003 security prompts from VB2005. When I tried to look at the body of a message or any other part of an outlook mailItem -- I get these annoying security prompts. I...
0
7198
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7271
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7449
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5570
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4998
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3160
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3149
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1498
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
730
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.