473,324 Members | 2,193 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,324 software developers and data experts.

Dynamic contenet controlled by win32 application.

Gil
I need to create a web page in which its content should be controlled by
some win32 application. this application may add or remove some gif images
from the page and it should be smooth as possible as can.

Can someone here direct me how to start that.

Thanks in advance

Gil
Jul 10 '06 #1
3 1497
Gil,

You can always start an external process from an aspx page, wait till it
finishes and pick up the results from files that the external process will
create. Look at Process and ProcessStartInfo classes in System.Diagnostics
namespace. You will need to setup an appropriate security for your
application.

--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
"Gil" <gi*@blinkit.comwrote in message
news:eH**************@TK2MSFTNGP05.phx.gbl...
>I need to create a web page in which its content should be controlled by
some win32 application. this application may add or remove some gif images
from the page and it should be smooth as possible as can.

Can someone here direct me how to start that.

Thanks in advance

Gil


Jul 10 '06 #2
Gil

Thanks allot,

Actually I think that I was misleading a little in my original
question(sorry for that). I'm just an asp beginner and expected just an
answer in the technology level. You gave me a detailed answer assuming I'm
using asp.net(thanks alot anyway, its defiantly an asp.met group...). So far
I've been doing win32 programming and html editing and never used asp
before. I'll repeat my question and refine it hoping to receive a conceptual
direction.
My current application should run some win32 process and also a web server.
The win32 process creates all the time new gifs on the fly, and remote users
should see them added (and also some are removed). The gifs should occupy
dynamic content and should smoothly removed and/or added to the pages.

My questions are therefore-

1. Which technologies must I use to implement the above needs?
I expect answers like html, dhtm, asp.net etc.
2. Are there alternatives to the implementation?
I hope to use the easyest if I can.
3. Is there any example in msdn/web to the above application?

Thanks again for any reference

Gil

"Eliyahu Goldin" <re*************@monarchmed.comwrote in message
news:e5**************@TK2MSFTNGP03.phx.gbl...
Gil,

You can always start an external process from an aspx page, wait till it
finishes and pick up the results from files that the external process will
create. Look at Process and ProcessStartInfo classes in System.Diagnostics
namespace. You will need to setup an appropriate security for your
application.

--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
"Gil" <gi*@blinkit.comwrote in message
news:eH**************@TK2MSFTNGP05.phx.gbl...
I need to create a web page in which its content should be controlled by
some win32 application. this application may add or remove some gif
images
from the page and it should be smooth as possible as can.

Can someone here direct me how to start that.

Thanks in advance

Gil


Jul 10 '06 #3
Gil,

1. You should use asp.net. It lets you program on server-side making use of
all dotnet programming power.

2. I assume you already have a win32 app producing required images. It
indeed may be easier to keep the existing functionality in win32, since GDI+
provided by dotnet is different and, in some cases, performs much slower
than old GDI. I would consider turning the win32 exe into a dll and calling
separate dll functions from an asp.net page.

In any case, I would make the win32 code produce images in a separate
directory. Then the asp.net page would get the images and populate the page
image controls.

There is a number of steps involved in the whole process, you will need to
learn each one patiently.

Good luck.

--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
"Gil" <gi*@blinkit.comwrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
>
Thanks allot,

Actually I think that I was misleading a little in my original
question(sorry for that). I'm just an asp beginner and expected just an
answer in the technology level. You gave me a detailed answer assuming I'm
using asp.net(thanks alot anyway, its defiantly an asp.met group...). So
far
I've been doing win32 programming and html editing and never used asp
before. I'll repeat my question and refine it hoping to receive a
conceptual
direction.
My current application should run some win32 process and also a web
server.
The win32 process creates all the time new gifs on the fly, and remote
users
should see them added (and also some are removed). The gifs should occupy
dynamic content and should smoothly removed and/or added to the pages.

My questions are therefore-

1. Which technologies must I use to implement the above needs?
I expect answers like html, dhtm, asp.net etc.
2. Are there alternatives to the implementation?
I hope to use the easyest if I can.
3. Is there any example in msdn/web to the above application?

Thanks again for any reference

Gil

"Eliyahu Goldin" <re*************@monarchmed.comwrote in message
news:e5**************@TK2MSFTNGP03.phx.gbl...
>Gil,

You can always start an external process from an aspx page, wait till it
finishes and pick up the results from files that the external process
will
create. Look at Process and ProcessStartInfo classes in
System.Diagnostics
namespace. You will need to setup an appropriate security for your
application.

--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
"Gil" <gi*@blinkit.comwrote in message
news:eH**************@TK2MSFTNGP05.phx.gbl...
>I need to create a web page in which its content should be controlled by
some win32 application. this application may add or remove some gif
images
from the page and it should be smooth as possible as can.

Can someone here direct me how to start that.

Thanks in advance

Gil




Jul 10 '06 #4

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

Similar topics

9
by: Tom | last post by:
What I mean is why can I only allocate const size stuff on the stack in C++? If I want to allocate a variable amount I need to use the OS API (Win32 in my case). Thanks, Tom.
8
by: Tony Johansson | last post by:
Hello! I just wonder what the difference is between a native win32-app and MFC. What I know is that you can use Win32 API in both cases. I think an MFC application is connected with a GUI...
1
by: kevin bailey | last post by:
hi, i am swamped by all the documentation and i can't find something relatively simple. a company has an intranet and they want a browser based application to control data import/export. i...
1
by: Tim Silva | last post by:
SDX Modeling, Simulation and Numerical Computing Environment for science and engineering has now been released. Major features include: * A unified simulation environment for modeling virtually...
7
by: Joey | last post by:
I don't care what .net language this come in but I really need to determine if a disk is dynamic or basic. I have posted something in the WMI group but no one knows how to do it. Does anyone have...
0
by: MK | last post by:
My web application has a set of steps to accomplish a task. There could be many such tasks. I would like the user interface to be dynamically controlled from a configuration so I can add new input...
28
by: Peter Michaux | last post by:
Hi, I'm playing with dynamic script insertion to make a request to the server for a JavaScript file to be automatically run when it arrives in the browser. It works but... The page caching...
3
by: Adam Baker | last post by:
This is a fairly broad question. I have looked for web sites or books on the topic, by to no avail. I'm creating a fairly small web site in which the content is drawn from an XML file (more or...
3
by: aj | last post by:
DB2 LUW 8.1 fixpak 14 Red Hat EL AS 4.4 I'm trying to diagnose some nocturnal CPU pressure, and am trying to understand the dynamic statement cache as it applies to LUW. The only doc/redbooks...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...

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.