473,395 Members | 1,516 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,395 software developers and data experts.

Large Application development ideas

Hi all, I am looking for some ideas or pointers for an application i am
currently looking into. I have a management .net web app that is using
sql server as the back-end for config data for users etc. I then wanted
to have a service running on users pcs to check the sql server for
config data, based on this I wanted to maybe start a web app or windows
app which is the real point of the app, the user then enters info and
that is recorded for that user.

Problem being, I know that services can't start windows apps, can they
start web applications maybe, or should I think more lower level, .net
remoting or something like that to start the windows application or web
application? I know this is very vague but that is what sort of level
of thinking I am at with this at the minute.

Or should I think of integrating something like this with the Active
Directory, and use Group Policies to allow the windows or web
application for users?

I am looking for any pointers in this, all welcome!!!

Cheers

J :)

Nov 14 '06 #1
4 1219
You might want to write a windows application with a NotifyIcon. Thats a
sytem tray icon down by the clock. The app could be set to run when people
log in (via Group policy) and could interact with the user on the desktop and
launch apps and browsers and things

Ciaran O'Donnell

"Jenbo" wrote:
Hi all, I am looking for some ideas or pointers for an application i am
currently looking into. I have a management .net web app that is using
sql server as the back-end for config data for users etc. I then wanted
to have a service running on users pcs to check the sql server for
config data, based on this I wanted to maybe start a web app or windows
app which is the real point of the app, the user then enters info and
that is recorded for that user.

Problem being, I know that services can't start windows apps, can they
start web applications maybe, or should I think more lower level, .net
remoting or something like that to start the windows application or web
application? I know this is very vague but that is what sort of level
of thinking I am at with this at the minute.

Or should I think of integrating something like this with the Active
Directory, and use Group Policies to allow the windows or web
application for users?

I am looking for any pointers in this, all welcome!!!

Cheers

J :)

Nov 14 '06 #2
I'd recommend that you write a windows app that runs when the user logs in.
You would place an entry in the registry to start it. The app could start,
check your service (or your db) for data, and if necessary, could pop open a
window to ask for the data you require. You could even pop open a browser
to a specific web site. Not sure you'd still need the service.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"Jenbo" <ea************@yahoo.co.ukwrote in message
news:11**********************@h48g2000cwc.googlegr oups.com...
Hi all, I am looking for some ideas or pointers for an application i am
currently looking into. I have a management .net web app that is using
sql server as the back-end for config data for users etc. I then wanted
to have a service running on users pcs to check the sql server for
config data, based on this I wanted to maybe start a web app or windows
app which is the real point of the app, the user then enters info and
that is recorded for that user.

Problem being, I know that services can't start windows apps, can they
start web applications maybe, or should I think more lower level, .net
remoting or something like that to start the windows application or web
application? I know this is very vague but that is what sort of level
of thinking I am at with this at the minute.

Or should I think of integrating something like this with the Active
Directory, and use Group Policies to allow the windows or web
application for users?

I am looking for any pointers in this, all welcome!!!

Cheers

J :)

Nov 19 '06 #3
Missed you

:-)

Cor

"Nick Malik [Microsoft]" <ni*******@hotmail.nospam.comschreef in bericht
news:Dt******************************@comcast.com. ..
I'd recommend that you write a windows app that runs when the user logs
in. You would place an entry in the registry to start it. The app could
start, check your service (or your db) for data, and if necessary, could
pop open a window to ask for the data you require. You could even pop
open a browser to a specific web site. Not sure you'd still need the
service.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"Jenbo" <ea************@yahoo.co.ukwrote in message
news:11**********************@h48g2000cwc.googlegr oups.com...
>Hi all, I am looking for some ideas or pointers for an application i am
currently looking into. I have a management .net web app that is using
sql server as the back-end for config data for users etc. I then wanted
to have a service running on users pcs to check the sql server for
config data, based on this I wanted to maybe start a web app or windows
app which is the real point of the app, the user then enters info and
that is recorded for that user.

Problem being, I know that services can't start windows apps, can they
start web applications maybe, or should I think more lower level, .net
remoting or something like that to start the windows application or web
application? I know this is very vague but that is what sort of level
of thinking I am at with this at the minute.

Or should I think of integrating something like this with the Active
Directory, and use Group Policies to allow the windows or web
application for users?

I am looking for any pointers in this, all welcome!!!

Cheers

J :)


Nov 19 '06 #4
I've been busy on comp.object and on my blog.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"Cor Ligthert [MVP]" <no************@planet.nlwrote in message
news:e5**************@TK2MSFTNGP03.phx.gbl...
Missed you

:-)

Cor

"Nick Malik [Microsoft]" <ni*******@hotmail.nospam.comschreef in bericht
news:Dt******************************@comcast.com. ..
>I'd recommend that you write a windows app that runs when the user logs
in. You would place an entry in the registry to start it. The app could
start, check your service (or your db) for data, and if necessary, could
pop open a window to ask for the data you require. You could even pop
open a browser to a specific web site. Not sure you'd still need the
service.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"Jenbo" <ea************@yahoo.co.ukwrote in message
news:11**********************@h48g2000cwc.googleg roups.com...
>>Hi all, I am looking for some ideas or pointers for an application i am
currently looking into. I have a management .net web app that is using
sql server as the back-end for config data for users etc. I then wanted
to have a service running on users pcs to check the sql server for
config data, based on this I wanted to maybe start a web app or windows
app which is the real point of the app, the user then enters info and
that is recorded for that user.

Problem being, I know that services can't start windows apps, can they
start web applications maybe, or should I think more lower level, .net
remoting or something like that to start the windows application or web
application? I know this is very vague but that is what sort of level
of thinking I am at with this at the minute.

Or should I think of integrating something like this with the Active
Directory, and use Group Policies to allow the windows or web
application for users?

I am looking for any pointers in this, all welcome!!!

Cheers

J :)



Nov 20 '06 #5

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

Similar topics

0
by: Constandinos Mavromoustakis | last post by:
CFP: CLADE 2004-Challenges of Large Applications in Distributed Environments ------------------------------------------------- PhD student - Dept.Informatics at Aristotle University of...
9
by: limor | last post by:
Hi, I am considering using Python in a new testing tool application we intend to build for out product. I must get references before starting develope in this language , since although lots of...
36
by: Andrea Griffini | last post by:
I did it. I proposed python as the main language for our next CAD/CAM software because I think that it has all the potential needed for it. I'm not sure yet if the decision will get through, but...
2
by: assi | last post by:
Hello all We are developing a large dotnet application, which includes ~ 120 assemblies. (total size of all binaries is ~ 20MB). Our application also references the following dotnet assemblies:...
2
by: assi | last post by:
Hello all We are developing a large dotnet application, which includes ~ 120 assemblies. (total size of all binaries is ~ 20MB). Our application also references the following dotnet assemblies:...
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: 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
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
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
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
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
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...

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.