Click here to Skip to main content
15,893,904 members
Home / Discussions / C#
   

C#

 
GeneralStrange DLL Calls in C# - Help Pin
Marc Chabot22-Sep-04 10:14
Marc Chabot22-Sep-04 10:14 
GeneralRe: Strange DLL Calls in C# - Help Pin
Nick Parker22-Sep-04 11:25
protectorNick Parker22-Sep-04 11:25 
GeneralRe: Strange DLL Calls in C# - Help Pin
leppie22-Sep-04 19:55
leppie22-Sep-04 19:55 
GeneralContext menu and textbox... Pin
m_els22-Sep-04 10:13
m_els22-Sep-04 10:13 
GeneralRe: Context menu and textbox... Pin
Nick Parker22-Sep-04 11:23
protectorNick Parker22-Sep-04 11:23 
GeneralRe: Context menu and textbox... Pin
m_els22-Sep-04 22:50
m_els22-Sep-04 22:50 
Generalembedding office functionality into application Pin
tdciDoug22-Sep-04 7:25
tdciDoug22-Sep-04 7:25 
GeneralRe: embedding office functionality into application Pin
Heath Stewart22-Sep-04 7:33
protectorHeath Stewart22-Sep-04 7:33 
If you customize your toolbox to include the OCW (Office Components for the WEb) you can embed them as ActiveX controls as you would with other ActiveX controls, but you can't just take functionality like paste, resize, and cropping images. That type of implementation is not simply reusable components most often, at least not with Office (Office apps share functionality, but not always in a way you can reuse). Especially with copy/paste and drag/drop that functionality is very specific to an application, as far as what storage mediums and clipboard formats it supports (and .NET exposes only supports a few STGMEDIUMs, excluding TYMED_ISTREAM and TYMED_ISTORAGE).

You can embed the OCWs into any web page. Remember that ASP.NET describes server-side functionality, hence being called Active Server Pages (.NET). Only minimal client-side script is used to support server-side state.

You could embed OCWs even into pages generated from PHP running in Apache on a linux machine and it wouldn't make a bit of difference. Anything a client views in a browser is downloaded from the server to the client application. That's how HTTP along with most other protocols work.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles]
GeneralTcpClient SockException - Can't Connect Pin
afinnell22-Sep-04 5:39
afinnell22-Sep-04 5:39 
GeneralRe: TcpClient SockException - Can't Connect Pin
Heath Stewart22-Sep-04 7:18
protectorHeath Stewart22-Sep-04 7:18 
GeneralRe: Threading Puzzles. Pin
Hugo Hallman22-Sep-04 3:49
Hugo Hallman22-Sep-04 3:49 
GeneralRe: Threading Puzzles. Pin
stan2822-Sep-04 4:44
stan2822-Sep-04 4:44 
GeneralRe: Threading Puzzles. Pin
stan2822-Sep-04 4:53
stan2822-Sep-04 4:53 
Generalsql Pin
cmarmr22-Sep-04 3:42
cmarmr22-Sep-04 3:42 
GeneralRe: sql Pin
exhaulted22-Sep-04 6:24
exhaulted22-Sep-04 6:24 
GeneralWeb Browser Control Pin
Asif Rehman22-Sep-04 3:09
Asif Rehman22-Sep-04 3:09 
GeneralRe: Web Browser Control Pin
Heath Stewart22-Sep-04 9:07
protectorHeath Stewart22-Sep-04 9:07 
Generalkeep popup completely visible Pin
ddelapasse22-Sep-04 2:12
ddelapasse22-Sep-04 2:12 
GeneralRe: keep popup completely visible Pin
Heath Stewart22-Sep-04 9:18
protectorHeath Stewart22-Sep-04 9:18 
GeneralRe: keep popup completely visible Pin
ddelapasse23-Sep-04 1:25
ddelapasse23-Sep-04 1:25 
GeneralUsing DataGrid With SQL in C# Pin
MarkMokris22-Sep-04 1:44
MarkMokris22-Sep-04 1:44 
GeneralRe: Using DataGrid With SQL in C# Pin
exhaulted22-Sep-04 1:52
exhaulted22-Sep-04 1:52 
GeneralRe: Using DataGrid With SQL in C# Pin
MarkMokris22-Sep-04 2:20
MarkMokris22-Sep-04 2:20 
GeneralRe: Using DataGrid With SQL in C# Pin
exhaulted22-Sep-04 3:04
exhaulted22-Sep-04 3:04 
GeneralScrollbar movement Notification: Pin
Sudhakar Pasupunuri22-Sep-04 0:45
Sudhakar Pasupunuri22-Sep-04 0:45 

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.