473,806 Members | 2,248 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Monitor system

I am working on a monitor system - web page that will show what processes are running on different computers. How would I get such information? All I need is a name of a process (title on a taskbar is fine) and whether it's running or not
Am I way of a target? Will appreciate ay idea

Thank

Nov 18 '05 #1
10 1701
The System.Diagnost ics.Process class is your friend, but you'll need to make
sure your ASP.NET worker thread has permissions to enumerate the processes
on the system.

--
Thanks,

Eric Lawrence
Program Manager
Assistance and Worldwide Services

This posting is provided "AS IS" with no warranties, and confers no rights.

"Mark" <an*******@disc ussions.microso ft.com> wrote in message
news:DD******** *************** ***********@mic rosoft.com...
I am working on a monitor system - web page that will show what processes are running on different computers. How would I get such information? All I
need is a name of a process (title on a taskbar is fine) and whether it's
running or not. Am I way of a target? Will appreciate ay idea.

Thanks

Nov 18 '05 #2
I don't think the System.Diagnost ics.Process class will work for Mark
because this is a .NET framework class, and it'll only work on the
server-side. This means it can only enumerate process on the server,
not on the client PC.

I don't think you can enumerate the processes on a PC using a webpage
unless the user downloads some components that can access these
Windows API or .NET API. However, this will defeat the purpose of
using a webpage.

These are just one of those things that cannot be done using webpages
alone. HTML and scripting languages are designed to not have this
capability to protect a user's machine from being compromised.

Tommy,

"Eric Lawrence [MSFT]" <e_********@hot mail.com> wrote in message news:<#I******* ******@TK2MSFTN GP12.phx.gbl>.. .
The System.Diagnost ics.Process class is your friend, but you'll need to make
sure your ASP.NET worker thread has permissions to enumerate the processes
on the system.

--
Thanks,

Eric Lawrence
Program Manager
Assistance and Worldwide Services

This posting is provided "AS IS" with no warranties, and confers no rights.

"Mark" <an*******@disc ussions.microso ft.com> wrote in message
news:DD******** *************** ***********@mic rosoft.com...
I am working on a monitor system - web page that will show what processes

are running on different computers. How would I get such information? All I
need is a name of a process (title on a taskbar is fine) and whether it's
running or not.
Am I way of a target? Will appreciate ay idea.

Thanks

Nov 18 '05 #3
Well, server side will have to acees other servers on the network but not
client computers.

"Tommy" <We**********@H otmail.com> wrote in message
news:a8******** *************** ***@posting.goo gle.com...
I don't think the System.Diagnost ics.Process class will work for Mark
because this is a .NET framework class, and it'll only work on the
server-side. This means it can only enumerate process on the server,
not on the client PC.

I don't think you can enumerate the processes on a PC using a webpage
unless the user downloads some components that can access these
Windows API or .NET API. However, this will defeat the purpose of
using a webpage.

These are just one of those things that cannot be done using webpages
alone. HTML and scripting languages are designed to not have this
capability to protect a user's machine from being compromised.

Tommy,

"Eric Lawrence [MSFT]" <e_********@hot mail.com> wrote in message

news:<#I******* ******@TK2MSFTN GP12.phx.gbl>.. .
The System.Diagnost ics.Process class is your friend, but you'll need to make sure your ASP.NET worker thread has permissions to enumerate the processes on the system.

--
Thanks,

Eric Lawrence
Program Manager
Assistance and Worldwide Services

This posting is provided "AS IS" with no warranties, and confers no rights.
"Mark" <an*******@disc ussions.microso ft.com> wrote in message
news:DD******** *************** ***********@mic rosoft.com...
I am working on a monitor system - web page that will show what
processes are running on different computers. How would I get such information? All I need is a name of a process (title on a taskbar is fine) and whether it's running or not.
Am I way of a target? Will appreciate ay idea.

Thanks

Nov 18 '05 #4
I suppose his original post was unclear; I assumed from his post that he
wished to create a server monitoring page.

Thanks,

Eric Lawrence
Program Manager
Assistance and Worldwide Services

This posting is provided "AS IS" with no warranties, and confers no rights.

"Tommy" <We**********@H otmail.com> wrote in message
news:a8******** *************** ***@posting.goo gle.com...
I don't think the System.Diagnost ics.Process class will work for Mark
because this is a .NET framework class, and it'll only work on the
server-side. This means it can only enumerate process on the server,
not on the client PC.

I don't think you can enumerate the processes on a PC using a webpage
unless the user downloads some components that can access these
Windows API or .NET API. However, this will defeat the purpose of
using a webpage.

These are just one of those things that cannot be done using webpages
alone. HTML and scripting languages are designed to not have this
capability to protect a user's machine from being compromised.

Tommy,

"Eric Lawrence [MSFT]" <e_********@hot mail.com> wrote in message

news:<#I******* ******@TK2MSFTN GP12.phx.gbl>.. .
The System.Diagnost ics.Process class is your friend, but you'll need to make sure your ASP.NET worker thread has permissions to enumerate the processes on the system.

--
Thanks,

Eric Lawrence
Program Manager
Assistance and Worldwide Services

This posting is provided "AS IS" with no warranties, and confers no rights.
"Mark" <an*******@disc ussions.microso ft.com> wrote in message
news:DD******** *************** ***********@mic rosoft.com...
I am working on a monitor system - web page that will show what
processes are running on different computers. How would I get such information? All I need is a name of a process (title on a taskbar is fine) and whether it's running or not.
Am I way of a target? Will appreciate ay idea.

Thanks

Nov 18 '05 #5
Does that mean I won't be able to access other computers from an aspx page?

"Eric Lawrence [MSFT]" <e_********@hot mail.com> wrote in message
news:O3******** ******@tk2msftn gp13.phx.gbl...
I suppose his original post was unclear; I assumed from his post that he
wished to create a server monitoring page.

Thanks,

Eric Lawrence
Program Manager
Assistance and Worldwide Services

This posting is provided "AS IS" with no warranties, and confers no rights.
"Tommy" <We**********@H otmail.com> wrote in message
news:a8******** *************** ***@posting.goo gle.com...
I don't think the System.Diagnost ics.Process class will work for Mark
because this is a .NET framework class, and it'll only work on the
server-side. This means it can only enumerate process on the server,
not on the client PC.

I don't think you can enumerate the processes on a PC using a webpage
unless the user downloads some components that can access these
Windows API or .NET API. However, this will defeat the purpose of
using a webpage.

These are just one of those things that cannot be done using webpages
alone. HTML and scripting languages are designed to not have this
capability to protect a user's machine from being compromised.

Tommy,

"Eric Lawrence [MSFT]" <e_********@hot mail.com> wrote in message news:<#I******* ******@TK2MSFTN GP12.phx.gbl>.. .
The System.Diagnost ics.Process class is your friend, but you'll need
to make sure your ASP.NET worker thread has permissions to enumerate the processes on the system.

--
Thanks,

Eric Lawrence
Program Manager
Assistance and Worldwide Services

This posting is provided "AS IS" with no warranties, and confers no rights.
"Mark" <an*******@disc ussions.microso ft.com> wrote in message
news:DD******** *************** ***********@mic rosoft.com...
> I am working on a monitor system - web page that will show what processes are running on different computers. How would I get such information? All I need is a name of a process (title on a taskbar is fine) and whether it's running or not.
> Am I way of a target? Will appreciate ay idea.
>
> Thanks
>


Nov 18 '05 #6
I think I was a little confused as well.

An aspx page can only enumerate the process of a machine that is
hosting the web application. That means for every machine that you
want to access, you will need to install the web application on that
machine.

I was assuming that you are trying to host a web application on a
central server, and have each client navigate to an aspx page on the
central server to determine the processes running on each client
machine. As I have mentioned in my earlier post, this is not possible
when the web application is hosted in a central server.

You could, however, determine the processes running on a central
server (not the client) by navigating to an aspx page from a client
machine. Is that what you wanted to do?

I hope this could clarify this.

Tommy,

"Mark Goldin" <ma********@com cast.net> wrote in message news:<eI******* *******@TK2MSFT NGP09.phx.gbl>. ..
Does that mean I won't be able to access other computers from an aspx page?

"Eric Lawrence [MSFT]" <e_********@hot mail.com> wrote in message
news:O3******** ******@tk2msftn gp13.phx.gbl...
I suppose his original post was unclear; I assumed from his post that he
wished to create a server monitoring page.

Thanks,

Eric Lawrence
Program Manager
Assistance and Worldwide Services

This posting is provided "AS IS" with no warranties, and confers no

rights.

"Tommy" <We**********@H otmail.com> wrote in message
news:a8******** *************** ***@posting.goo gle.com...
I don't think the System.Diagnost ics.Process class will work for Mark
because this is a .NET framework class, and it'll only work on the
server-side. This means it can only enumerate process on the server,
not on the client PC.

I don't think you can enumerate the processes on a PC using a webpage
unless the user downloads some components that can access these
Windows API or .NET API. However, this will defeat the purpose of
using a webpage.

These are just one of those things that cannot be done using webpages
alone. HTML and scripting languages are designed to not have this
capability to protect a user's machine from being compromised.

Tommy,

"Eric Lawrence [MSFT]" <e_********@hot mail.com> wrote in message news:<#I******* ******@TK2MSFTN GP12.phx.gbl>.. . > The System.Diagnost ics.Process class is your friend, but you'll need to
make > sure your ASP.NET worker thread has permissions to enumerate the processes > on the system.
>
> --
> Thanks,
>
> Eric Lawrence
> Program Manager
> Assistance and Worldwide Services
>
> This posting is provided "AS IS" with no warranties, and confers no rights. >
> "Mark" <an*******@disc ussions.microso ft.com> wrote in message
> news:DD******** *************** ***********@mic rosoft.com...
> > I am working on a monitor system - web page that will show what processes > are running on different computers. How would I get such information? All I > need is a name of a process (title on a taskbar is fine) and whether it's > running or not.
> > Am I way of a target? Will appreciate ay idea.
> >
> > Thanks
> >


Nov 18 '05 #7
What I want is to have web based monitor that will show some statistics
about processes running on various network servers.

"Tommy" <We**********@H otmail.com> wrote in message
news:a8******** *************** **@posting.goog le.com...
I think I was a little confused as well.

An aspx page can only enumerate the process of a machine that is
hosting the web application. That means for every machine that you
want to access, you will need to install the web application on that
machine.

I was assuming that you are trying to host a web application on a
central server, and have each client navigate to an aspx page on the
central server to determine the processes running on each client
machine. As I have mentioned in my earlier post, this is not possible
when the web application is hosted in a central server.

You could, however, determine the processes running on a central
server (not the client) by navigating to an aspx page from a client
machine. Is that what you wanted to do?

I hope this could clarify this.

Tommy,

"Mark Goldin" <ma********@com cast.net> wrote in message

news:<eI******* *******@TK2MSFT NGP09.phx.gbl>. ..
Does that mean I won't be able to access other computers from an aspx page?
"Eric Lawrence [MSFT]" <e_********@hot mail.com> wrote in message
news:O3******** ******@tk2msftn gp13.phx.gbl...
I suppose his original post was unclear; I assumed from his post that he wished to create a server monitoring page.

Thanks,

Eric Lawrence
Program Manager
Assistance and Worldwide Services

This posting is provided "AS IS" with no warranties, and confers no

rights.

"Tommy" <We**********@H otmail.com> wrote in message
news:a8******** *************** ***@posting.goo gle.com...
> I don't think the System.Diagnost ics.Process class will work for Mark > because this is a .NET framework class, and it'll only work on the
> server-side. This means it can only enumerate process on the server, > not on the client PC.
>
> I don't think you can enumerate the processes on a PC using a webpage > unless the user downloads some components that can access these
> Windows API or .NET API. However, this will defeat the purpose of
> using a webpage.
>
> These are just one of those things that cannot be done using webpages > alone. HTML and scripting languages are designed to not have this
> capability to protect a user's machine from being compromised.
>
> Tommy,
>
> "Eric Lawrence [MSFT]" <e_********@hot mail.com> wrote in message

news:<#I******* ******@TK2MSFTN GP12.phx.gbl>.. .
> > The System.Diagnost ics.Process class is your friend, but you'll
need to
make
> > sure your ASP.NET worker thread has permissions to enumerate the

processes
> > on the system.
> >
> > --
> > Thanks,
> >
> > Eric Lawrence
> > Program Manager
> > Assistance and Worldwide Services
> >
> > This posting is provided "AS IS" with no warranties, and confers
no rights.
> >
> > "Mark" <an*******@disc ussions.microso ft.com> wrote in message
> > news:DD******** *************** ***********@mic rosoft.com...
> > > I am working on a monitor system - web page that will show what

processes
> > are running on different computers. How would I get such
information? All I
> > need is a name of a process (title on a taskbar is fine) and
whether it's
> > running or not.
> > > Am I way of a target? Will appreciate ay idea.
> > >
> > > Thanks
> > >

Nov 18 '05 #8
If each network server exposed its status via a webservice, the ASP.NET page
could call those services and build a status page from them.

If the servers were configured to expose their status via WMI and the
ASP.NET page had permissions to run the query, this would work.

--
Thanks,

Eric Lawrence
Program Manager
Assistance and Worldwide Services

This posting is provided "AS IS" with no warranties, and confers no rights.
"Mark Goldin" <ma********@com cast.net> wrote in message
news:O5******** ******@TK2MSFTN GP09.phx.gbl...
What I want is to have web based monitor that will show some statistics
about processes running on various network servers.

"Tommy" <We**********@H otmail.com> wrote in message
news:a8******** *************** **@posting.goog le.com...
I think I was a little confused as well.

An aspx page can only enumerate the process of a machine that is
hosting the web application. That means for every machine that you
want to access, you will need to install the web application on that
machine.

I was assuming that you are trying to host a web application on a
central server, and have each client navigate to an aspx page on the
central server to determine the processes running on each client
machine. As I have mentioned in my earlier post, this is not possible
when the web application is hosted in a central server.

You could, however, determine the processes running on a central
server (not the client) by navigating to an aspx page from a client
machine. Is that what you wanted to do?

I hope this could clarify this.

Tommy,

"Mark Goldin" <ma********@com cast.net> wrote in message news:<eI******* *******@TK2MSFT NGP09.phx.gbl>. ..
Does that mean I won't be able to access other computers from an aspx page?
"Eric Lawrence [MSFT]" <e_********@hot mail.com> wrote in message
news:O3******** ******@tk2msftn gp13.phx.gbl...
> I suppose his original post was unclear; I assumed from his post that he
> wished to create a server monitoring page.
>
> Thanks,
>
> Eric Lawrence
> Program Manager
> Assistance and Worldwide Services
>
> This posting is provided "AS IS" with no warranties, and confers no
rights.
>
> "Tommy" <We**********@H otmail.com> wrote in message
> news:a8******** *************** ***@posting.goo gle.com...
> > I don't think the System.Diagnost ics.Process class will work for Mark > > because this is a .NET framework class, and it'll only work on the
> > server-side. This means it can only enumerate process on the server, > > not on the client PC.
> >
> > I don't think you can enumerate the processes on a PC using a webpage > > unless the user downloads some components that can access these
> > Windows API or .NET API. However, this will defeat the purpose of
> > using a webpage.
> >
> > These are just one of those things that cannot be done using webpages > > alone. HTML and scripting languages are designed to not have this
> > capability to protect a user's machine from being compromised.
> >
> > Tommy,
> >
> > "Eric Lawrence [MSFT]" <e_********@hot mail.com> wrote in message
news:<#I******* ******@TK2MSFTN GP12.phx.gbl>.. .
> > > The System.Diagnost ics.Process class is your friend, but you'll need to
make
> > > sure your ASP.NET worker thread has permissions to enumerate the
processes
> > > on the system.
> > >
> > > --
> > > Thanks,
> > >
> > > Eric Lawrence
> > > Program Manager
> > > Assistance and Worldwide Services
> > >
> > > This posting is provided "AS IS" with no warranties, and confers no rights.
> > >
> > > "Mark" <an*******@disc ussions.microso ft.com> wrote in message
> > > news:DD******** *************** ***********@mic rosoft.com...
> > > > I am working on a monitor system - web page that will show
what processes
> > > are running on different computers. How would I get such

information? All I
> > > need is a name of a process (title on a taskbar is fine) and whether it's
> > > running or not.
> > > > Am I way of a target? Will appreciate ay idea.
> > > >
> > > > Thanks
> > > >
>
>


Nov 18 '05 #9
Eric, the WMI solution is very interesting. By using WMI, does that
mean we won't need to install a component on a server to query its
processes?

I had plans to build a component that will monitor my servers at home
as well, so maybe I can just use WMI.

Tommy,

"Eric Lawrence [MSFT]" <e_********@hot mail.com> wrote in message news:<#B******* *******@TK2MSFT NGP12.phx.gbl>. ..
If each network server exposed its status via a webservice, the ASP.NET page
could call those services and build a status page from them.

If the servers were configured to expose their status via WMI and the
ASP.NET page had permissions to run the query, this would work.

--
Thanks,

Eric Lawrence
Program Manager
Assistance and Worldwide Services

This posting is provided "AS IS" with no warranties, and confers no rights.
"Mark Goldin" <ma********@com cast.net> wrote in message
news:O5******** ******@TK2MSFTN GP09.phx.gbl...
What I want is to have web based monitor that will show some statistics
about processes running on various network servers.

"Tommy" <We**********@H otmail.com> wrote in message
news:a8******** *************** **@posting.goog le.com...
I think I was a little confused as well.

An aspx page can only enumerate the process of a machine that is
hosting the web application. That means for every machine that you
want to access, you will need to install the web application on that
machine.

I was assuming that you are trying to host a web application on a
central server, and have each client navigate to an aspx page on the
central server to determine the processes running on each client
machine. As I have mentioned in my earlier post, this is not possible
when the web application is hosted in a central server.

You could, however, determine the processes running on a central
server (not the client) by navigating to an aspx page from a client
machine. Is that what you wanted to do?

I hope this could clarify this.

Tommy,

"Mark Goldin" <ma********@com cast.net> wrote in message news:<eI******* *******@TK2MSFT NGP09.phx.gbl>. .. > Does that mean I won't be able to access other computers from an aspx page? >
> "Eric Lawrence [MSFT]" <e_********@hot mail.com> wrote in message
> news:O3******** ******@tk2msftn gp13.phx.gbl...
> > I suppose his original post was unclear; I assumed from his post that
he > > wished to create a server monitoring page.
> >
> > Thanks,
> >
> > Eric Lawrence
> > Program Manager
> > Assistance and Worldwide Services
> >
> > This posting is provided "AS IS" with no warranties, and confers no rights. > >
> > "Tommy" <We**********@H otmail.com> wrote in message
> > news:a8******** *************** ***@posting.goo gle.com...
> > > I don't think the System.Diagnost ics.Process class will work for Mark > > > because this is a .NET framework class, and it'll only work on the
> > > server-side. This means it can only enumerate process on the server, > > > not on the client PC.
> > >
> > > I don't think you can enumerate the processes on a PC using a webpage > > > unless the user downloads some components that can access these
> > > Windows API or .NET API. However, this will defeat the purpose of
> > > using a webpage.
> > >
> > > These are just one of those things that cannot be done using webpages > > > alone. HTML and scripting languages are designed to not have this
> > > capability to protect a user's machine from being compromised.
> > >
> > > Tommy,
> > >
> > > "Eric Lawrence [MSFT]" <e_********@hot mail.com> wrote in message news:<#I******* ******@TK2MSFTN GP12.phx.gbl>.. . > > > > The System.Diagnost ics.Process class is your friend, but you'll need > to
> make
> > > > sure your ASP.NET worker thread has permissions to enumerate the processes > > > > on the system.
> > > >
> > > > --
> > > > Thanks,
> > > >
> > > > Eric Lawrence
> > > > Program Manager
> > > > Assistance and Worldwide Services
> > > >
> > > > This posting is provided "AS IS" with no warranties, and confers no
rights. > > > >
> > > > "Mark" <an*******@disc ussions.microso ft.com> wrote in message
> > > > news:DD******** *************** ***********@mic rosoft.com...
> > > > > I am working on a monitor system - web page that will show what
processes > > > > are running on different computers. How would I get such information?
All I > > > > need is a name of a process (title on a taskbar is fine) and whether
it's > > > > running or not.
> > > > > Am I way of a target? Will appreciate ay idea.
> > > > >
> > > > > Thanks
> > > > >
> >
> >


Nov 18 '05 #10

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

Similar topics

10
30459
by: KJM | last post by:
How can I detect if the user has dual monitors and then how do I control which monitor a form is displayed on. Currently my forms always come up on my right monitor. What if I want to have it always display on my left one? Thanks Ken
1
2223
by: Peter Schmitz | last post by:
Hi, I just tried to convert my current project to the new beta 2 of the .net framework and I encountered some problems with my thread synchronization - that formerly worked well. When I release a monitor by System.Threading.Monitor(myvar) I receive the following error message: System.Threading.SynchronizationLockException: Object synchronization method
11
2940
by: Michi Henning | last post by:
Hi, I'm calling Monitor.Wait() from a console event handler. It's not working -- the call to Wait() immediately causes the process to exit. Is it impossible for some reason to call Wait() from an event handler? Small code example attached. Thanks,
2
3312
by: Jack David | last post by:
Using the code below I am able to monitor a single directory for a new file and then kick-off a process to deal with the file. The question is??? How would I modify this code to be able to monitor a couple of different directories and based upon the directory where the new file is created kick-off a process Example: File A in Directory B starts process C
3
7691
by: fournij | last post by:
Hi I'm writing a MFC C++ application using Visual .NET. I'm using a Dual Head video card with 2 monitors. I want to start my application in the first monitor but open a dialog box in the second monitor. I tried to set the X position of the dialog box greather thant the first screen resolution, but the dialog box still appear on the first monitor. Can you help me ?
7
13468
by: Dave | last post by:
Is there a way to query the monitor status, to know if it is on or off in C#? I found that WM_SYSCOMMAND is sent to WndProc when the monitor goes on and off but im not sure to find out if that message is always just about the monitor. Thanks for any help.
2
1723
by: www.brook | last post by:
I have a VC++.net code. Two threads are created, one thread keeps appending elements to the queue, another keeps deleting an element from the queue. I tried to use monitor, but it seems that the there is problem. in the thread of the deleting, seems that the deleting function entered twice and both try to delete the queue. The first thread find it is not empty, and try to delete an element, but before this thread actually delete it,...
12
5278
by: Perecli Manole | last post by:
I am having some strange thread synchronization problems that require me to better understand the intricacies of Monitor.Wait/Pulse. I have 3 threads. Thread 1 does a Monitor.Wait in a SyncLock block protecting a resource. Thread 2 and 3 also have a SyncLock block protecting the same resource and after executing some code in their blocks they both do a Monitor.Pulse to hand of the locked resource back to thread 1. While thread 1 has...
2
2492
by: DeveloperX | last post by:
Hi, Below is a hacked up version of an example I found on MSDN. My only change was to add a third thread and some Sleeps. That's where my question(s) comes in. In the original it seems to work because Thread1 waits on Thread2 and vice versa, although I can't quite see how. Disabling Thread3 and leaving the sleep in works fine, processing is nicely throttled. Activating Thread3 and we enter a world of pain. I don't understand what the...
13
2683
by: AliRezaGoogle | last post by:
Dear Members, I have a problem in the concepts of Monit.Enter and Monitor.Exit (Before everything I should say that I know how to solve this problem by using Monitor.Wait and I do not need a solution. But this question sticks to my head as a conceptual problem) Suppose there are two threads T1, T2 running concurrently:
0
9718
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9596
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10617
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9186
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7649
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6876
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5678
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3849
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3008
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.