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

put C# onto web

Hi, How to put C# program on to web, please give me some example codes.
Let's say, I have C# program firstcsharp.cs, and I compiled it to be
fristcsharp.exe.
How to add the executing program onto web.

Thanks.

Jul 18 '06 #1
7 1613
Hello blackdog,

What does "executing program onto web" mean?

If to use you app from web you need to look at Web Services

bHi, How to put C# program on to web, please give me some example
bcodes.
bLet's say, I have C# program firstcsharp.cs, and I compiled it to be
bfristcsharp.exe.
bHow to add the executing program onto web.
bThanks.
b>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
Jul 18 '06 #2
blackdog,
Please start with the ASP.NET QUICKSTARTS here:
http://www.asp.net/Tutorials/quickstart.aspx

Then if you have questions, you can post more specific questions either here
or at the ASP.NET group.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"blackdog" wrote:
Hi, How to put C# program on to web, please give me some example codes.
Let's say, I have C# program firstcsharp.cs, and I compiled it to be
fristcsharp.exe.
How to add the executing program onto web.

Thanks.

Jul 18 '06 #3
blackdog,
Please start with the ASP.NET QUICKSTARTS here:
http://www.asp.net/Tutorials/quickstart.aspx

Then if you have questions, you can post more specific questions either here
or at the ASP.NET group.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"blackdog" wrote:
Hi, How to put C# program on to web, please give me some example codes.
Let's say, I have C# program firstcsharp.cs, and I compiled it to be
fristcsharp.exe.
How to add the executing program onto web.

Thanks.

Jul 18 '06 #4
Try using:

Icon.ExtractAssociatedIcon

That should do it.
--
-Demetri
"blackdog" wrote:
Hi, How to put C# program on to web, please give me some example codes.
Let's say, I have C# program firstcsharp.cs, and I compiled it to be
fristcsharp.exe.
How to add the executing program onto web.

Thanks.

Jul 18 '06 #5
Wrong post. Sorry guys.

--
-Demetri
"Demetri" wrote:
Try using:

Icon.ExtractAssociatedIcon

That should do it.
--
-Demetri
"blackdog" wrote:
Hi, How to put C# program on to web, please give me some example codes.
Let's say, I have C# program firstcsharp.cs, and I compiled it to be
fristcsharp.exe.
How to add the executing program onto web.

Thanks.
Jul 18 '06 #6
Thanks.
How if I have compiled my csharp program *.cs to *.exe executing
program, how do
I attacch to web program?
My csharp contains some code which like server name, password that I
don't expect
anyone can to see it.

Thanks a lot.

Peter wrote:
blackdog,
Please start with the ASP.NET QUICKSTARTS here:
http://www.asp.net/Tutorials/quickstart.aspx

Then if you have questions, you can post more specific questions either here
or at the ASP.NET group.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"blackdog" wrote:
Hi, How to put C# program on to web, please give me some example codes.
Let's say, I have C# program firstcsharp.cs, and I compiled it to be
fristcsharp.exe.
How to add the executing program onto web.

Thanks.
Jul 19 '06 #7
Please ignore this email I post. I found it from the web site
http://www.asp.net/Tutorials/quickstart.aspx which Peter post on the
group.
blackdog wrote:
Thanks.
How if I have compiled my csharp program *.cs to *.exe executing
program, how do
I attacch to web program?
My csharp contains some code which like server name, password that I
don't expect
anyone can to see it.

Thanks a lot.

Peter wrote:
blackdog,
Please start with the ASP.NET QUICKSTARTS here:
http://www.asp.net/Tutorials/quickstart.aspx

Then if you have questions, you can post more specific questions either here
or at the ASP.NET group.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"blackdog" wrote:
Hi, How to put C# program on to web, please give me some example codes.
Let's say, I have C# program firstcsharp.cs, and I compiled it to be
fristcsharp.exe.
How to add the executing program onto web.
>
Thanks.
>
>
Jul 19 '06 #8

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

Similar topics

8
by: Paul | last post by:
Hi, Does anyone know how I would be able to drag a single file onto my applications icon and have it run some predefined code. What I want is to drop an .mp3 file onto my applications icon...
4
by: Barry Newberger | last post by:
Wanted to install Python 2.3.2 for Windows onto a CD-ROM. Problem, my high-speed connection is on PC with no CD burner. My solution: install onto USB removable cartridge, move the cartridge to...
0
by: Mark Sisson | last post by:
Hi gurus. I created a CustomControl starting from a c# Web Control Library Project. I immediately compiled it in Release mode without touching a line of code. Next, I went to another instance of...
1
by: Arvin Portlock | last post by:
I'm trying to replicate something in javascript which is generally done using some realtime image-manipulation tools and cgi. I want to overlay an arbitrarily-sized rectangle onto a thumbnail...
0
by: jhorner | last post by:
I am writing a c# app and need the ability to drag a file onto the icon - this should then run the app and do something with the file. I made the assumption that doing so would call the app with...
5
by: Damian H | last post by:
I have an form that I want to reorganise by putting some of the existing controls onto a new tab control (using Access 2K) When I drag a control onto a specific page of the new tab control,...
9
by: Mark | last post by:
hi... i have a program that opens a couple files and performs some operations on them. i wanted to modify my program so that if you drag and drop a file onto the exe via windows, it will open...
6
by: HolyShea | last post by:
All, Not sure if this is possible or not - I've created a class which performs an asynchronous operation and provides notification when the operation is complete. I'd like the notification to be...
3
by: Sizer | last post by:
I have several python utils that look at sys.argv to get a list of filenames to process and mangle the files in various ways. If I have a bar.bat file in Windows XP then I can just drag foo.avi...
0
by: PetterL | last post by:
I'm writing a program that confiuring and install a custom app onto a flash card for an embedded device. This is now a two step operation. First in to windows CE builder 4.2 formatt and install CE...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
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: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
0
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...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
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...

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.