Click here to Skip to main content
16,004,882 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to obtain the exe name "iexplore.exe" of Internet Explorer using Process class Pin
turbochimp29-Jun-04 7:06
turbochimp29-Jun-04 7:06 
AnswerRe: How to obtain the exe name "iexplore.exe" of Internet Explorer using Process class Pin
DavidR_r29-Jun-04 7:22
DavidR_r29-Jun-04 7:22 
GeneralC# notation difference Pin
Serge Lobko-Lobanovsky28-Jun-04 23:45
Serge Lobko-Lobanovsky28-Jun-04 23:45 
GeneralRe: C# notation difference Pin
Stefan Troschuetz28-Jun-04 23:58
Stefan Troschuetz28-Jun-04 23:58 
GeneralRe: C# notation difference Pin
Serge Lobko-Lobanovsky29-Jun-04 0:47
Serge Lobko-Lobanovsky29-Jun-04 0:47 
GeneralHosted AxBrowser MSHTML Suppress the Save Dialog Pin
Ach1lles28-Jun-04 22:30
Ach1lles28-Jun-04 22:30 
GeneralC/S mode To B/S mode Pin
fu028-Jun-04 22:04
fu028-Jun-04 22:04 
GeneralRe: C/S mode To B/S mode Pin
Colin Angus Mackay29-Jun-04 1:42
Colin Angus Mackay29-Jun-04 1:42 
C/S ?? B/S ??

By this do you mean Client/Server and Browser/Server? If so, you do know that a browser is just a type of client.

If you don't want to install the CLR on the client then you cannot draw graphics and WinForm controls on the client.

If you want to convert your client code to be usable in a browser you are going to have to re-write the client as an ASP.NET application and host it on a server. The major architectural difference between ASP.NET applications and WinForms applications is that ASP.NET is stateless which means that your presentation layer cannot be ported easily and you will need to think about re-designing how it interacts with the user.


"You can have everything in life you want if you will just help enough other people get what they want." --Zig Ziglar

The Second EuroCPian Event will be in Brussels on the 4th of September

Can't manage to P/Invoke that Win32 API in .NET? Why not do interop the wiki way!

My Blog


Generalproblem with drawstring and font "Microsoft Sans Serif" Pin
yonitgil28-Jun-04 21:50
yonitgil28-Jun-04 21:50 
GeneralRe: problem with drawstring and font "Microsoft Sans Serif" Pin
Heath Stewart29-Jun-04 5:29
protectorHeath Stewart29-Jun-04 5:29 
GeneralWeifenLuos DockManager Question Pin
matthias s.28-Jun-04 21:39
matthias s.28-Jun-04 21:39 
GeneralRe: WeifenLuos DockManager Question Pin
Dave Kreskowiak29-Jun-04 4:31
mveDave Kreskowiak29-Jun-04 4:31 
Generalrestarting second counter Pin
Jason Ranin28-Jun-04 18:43
Jason Ranin28-Jun-04 18:43 
GeneralRe: restarting second counter Pin
Colin Angus Mackay29-Jun-04 1:46
Colin Angus Mackay29-Jun-04 1:46 
Generalcode with a foxpro database Pin
cmarmr28-Jun-04 18:07
cmarmr28-Jun-04 18:07 
GeneralRe: code with a foxpro database Pin
Heath Stewart29-Jun-04 5:04
protectorHeath Stewart29-Jun-04 5:04 
GeneralRe: code with a foxpro database Pin
cmarmr29-Jun-04 15:19
cmarmr29-Jun-04 15:19 
GeneralRe: code with a foxpro database Pin
cmarmr2-Jul-04 3:29
cmarmr2-Jul-04 3:29 
GeneralRe: code with a foxpro database Pin
Heath Stewart2-Jul-04 3:35
protectorHeath Stewart2-Jul-04 3:35 
GeneralRe: code with a foxpro database Pin
cmarmr2-Jul-04 14:32
cmarmr2-Jul-04 14:32 
GeneralRe: code with a foxpro database Pin
Heath Stewart2-Jul-04 18:31
protectorHeath Stewart2-Jul-04 18:31 
GeneralCapture Pin
quocbao28-Jun-04 17:48
quocbao28-Jun-04 17:48 
GeneralPulling records within two sets of dates Pin
myNameIsRon28-Jun-04 17:38
myNameIsRon28-Jun-04 17:38 
GeneralRe: Pulling records within two sets of dates Pin
myNameIsRon28-Jun-04 20:08
myNameIsRon28-Jun-04 20:08 
GeneralRe: Capture live video. Pin
Dave Kreskowiak28-Jun-04 16:38
mveDave Kreskowiak28-Jun-04 16:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.