473,729 Members | 2,235 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1512
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 ProcessStartInf o classes in System.Diagnost ics
namespace. You will need to setup an appropriate security for your
application.

--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
"Gil" <gi*@blinkit.co mwrote in message
news:eH******** ******@TK2MSFTN GP05.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.co mwrote in message
news:e5******** ******@TK2MSFTN GP03.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 ProcessStartInf o classes in System.Diagnost ics
namespace. You will need to setup an appropriate security for your
application.

--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
"Gil" <gi*@blinkit.co mwrote in message
news:eH******** ******@TK2MSFTN GP05.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.co mwrote in message
news:%2******** ********@TK2MSF TNGP04.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.co mwrote in message
news:e5******** ******@TK2MSFTN GP03.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 ProcessStartInf o classes in
System.Diagnos tics
namespace. You will need to setup an appropriate security for your
application.

--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
"Gil" <gi*@blinkit.co mwrote in message
news:eH******* *******@TK2MSFT NGP05.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
4962
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
4771
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 which a win32 is not. You may correct me if I'm wrong on this point. //Tony
1
1210
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 need an apsx page to run dts packages on a separate server. after asking here and further investigation i am going to try this using
1
2680
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 any type of continuous-time (ode), discrete-time (digital), hybrid or multi-rate dynamic system. * A flexible "open system" architecture that allows for the creation of application specific modeling functions or a hook up to external
7
10756
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 any idea how I can determine this? At this point I don't care if it is a third plugin freeware app I use that writes it to a text file that I could read out. Thanks!
0
1014
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 fields in each step through the configuration rather than changing the interface directly. What will be the best way to design a dynamic user interface that is driven from a configuration? I have looked at user controls, state machines but do...
28
3449
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 is too good. When I revisit the page or refresh the page, and then redo the script insertion, the browser doesn't even hit the server to check for a newer version of the JavaScript file. The same old script runs with each insertion.
3
1453
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 less as an exercise, but also so that it can be maintained easily). I've got a first-level page and five second-level pages. One way I'm trying it is to keep a single XML file, and two PHP files,
3
5726
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 I am finding are for Z/OS, which I am completely ignorant of. I am using only Java and JDBC in my applications. No static SQL.
0
8913
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
8761
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
9426
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
9280
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9142
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8144
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
6722
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...
1
3238
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 we have to send another system
2
2677
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.