Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Controls > Need info on embedding Windows Forms controls with managed C++ assemblies

Reply
Thread Tools

Need info on embedding Windows Forms controls with managed C++ assemblies

 
 
Ken Varn
Guest
Posts: n/a
 
      05-21-2007
I don't know if this is the right group for this or not, but I am looking
for the best resources that are out there on how to embed Windows Forms User
Controls in a web page. I have found various sporadic articles here and
there, but the details are not always adequate enough. Any info on books,
web sites, Usenet groups, blogs, etc., would be helpful.



--
---------------------------------------------
Ken Varn
Senior Software Engineer
Diebold Inc.
MailID = varnk
Domain = diebold.com
---------------------------------------------


 
Reply With Quote
 
 
 
 
Steve C. Orr [MCSD, MVP, CSM, ASP Insider]
Guest
Posts: n/a
 
      05-22-2007
Here's an article I put together on embedding windows forms controls in a
web page:
http://SteveOrr.net/articles/WinformControls.aspx

--
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net


"Ken Varn" <> wrote in message
news:...
>I don't know if this is the right group for this or not, but I am looking
>for the best resources that are out there on how to embed Windows Forms
>User Controls in a web page. I have found various sporadic articles here
>and there, but the details are not always adequate enough. Any info on
>books, web sites, Usenet groups, blogs, etc., would be helpful.
>
>
>
> --
> ---------------------------------------------
> Ken Varn
> Senior Software Engineer
> Diebold Inc.
> MailID = varnk
> Domain = diebold.com
> ---------------------------------------------
>
>


 
Reply With Quote
 
 
 
 
Ken Varn
Guest
Posts: n/a
 
      05-24-2007
Thanks for the info Steve. The only problem I have with this is that it is
like many other articles that I have read. It goes over the basics of doing
embedded windows forms controls, but does not go into enough details. For
instance.

1. How do you debug these controls?
2. How do you handle security for the average user who does not know how to
set up .NET Framework CAS Security?
3. If a control will not load, how can you troubleshoot it to find out why
it won't load?
4. What about managed C++ assemblies. How are these deployed if they
depend on other non managed DLLs?
5. What are some of the pitfalls of using embedded winform controls in the
browser?
6. How can you determine if the client has the right version of the .NET
framework loaded?

Many other questions like these are usually covered in advanced
documentation on the subject. However, I have not been able to find any
advanced documentation on this subject. i.e., books, white papers, etc..

If there is any advanced info out there on this topic I would like to know
where it is.


"Steve C. Orr [MCSD, MVP, CSM, ASP Insider]" <> wrote in
message news:EF1C80BA-F73B-4C93-819F-...
> Here's an article I put together on embedding windows forms controls in a
> web page:
> http://SteveOrr.net/articles/WinformControls.aspx
>
> --
> I hope this helps,
> Steve C. Orr,
> MCSD, MVP, CSM, ASPInsider
> http://SteveOrr.net
>
>
> "Ken Varn" <> wrote in message
> news:...
>>I don't know if this is the right group for this or not, but I am looking
>>for the best resources that are out there on how to embed Windows Forms
>>User Controls in a web page. I have found various sporadic articles here
>>and there, but the details are not always adequate enough. Any info on
>>books, web sites, Usenet groups, blogs, etc., would be helpful.
>>
>>
>>
>> --
>> ---------------------------------------------
>> Ken Varn
>> Senior Software Engineer
>> Diebold Inc.
>> MailID = varnk
>> Domain = diebold.com
>> ---------------------------------------------
>>
>>

>



 
Reply With Quote
 
Steve C. Orr [MCSD, MVP, CSM, ASP Insider]
Guest
Posts: n/a
 
      05-30-2007
You're right. This info is not covered anyplace I've seen. I've figured
that all out through a lengthy trial and error process. That's a lot of
info to cover. Sounds like enough material for a follow up article.
I can't cover the answers to all those questions here in detail, but if
you've got a specific concise question try posting it here.

--
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net


"Ken Varn" <> wrote in message
news:uut2%...
> Thanks for the info Steve. The only problem I have with this is that it
> is like many other articles that I have read. It goes over the basics of
> doing embedded windows forms controls, but does not go into enough
> details. For instance.
>
> 1. How do you debug these controls?
> 2. How do you handle security for the average user who does not know how
> to set up .NET Framework CAS Security?
> 3. If a control will not load, how can you troubleshoot it to find out
> why it won't load?
> 4. What about managed C++ assemblies. How are these deployed if they
> depend on other non managed DLLs?
> 5. What are some of the pitfalls of using embedded winform controls in
> the browser?
> 6. How can you determine if the client has the right version of the .NET
> framework loaded?
>
> Many other questions like these are usually covered in advanced
> documentation on the subject. However, I have not been able to find any
> advanced documentation on this subject. i.e., books, white papers, etc..
>
> If there is any advanced info out there on this topic I would like to know
> where it is.
>
>
> "Steve C. Orr [MCSD, MVP, CSM, ASP Insider]" <> wrote in
> message news:EF1C80BA-F73B-4C93-819F-...
>> Here's an article I put together on embedding windows forms controls in a
>> web page:
>> http://SteveOrr.net/articles/WinformControls.aspx
>>
>> --
>> I hope this helps,
>> Steve C. Orr,
>> MCSD, MVP, CSM, ASPInsider
>> http://SteveOrr.net
>>
>>
>> "Ken Varn" <> wrote in message
>> news:...
>>>I don't know if this is the right group for this or not, but I am looking
>>>for the best resources that are out there on how to embed Windows Forms
>>>User Controls in a web page. I have found various sporadic articles here
>>>and there, but the details are not always adequate enough. Any info on
>>>books, web sites, Usenet groups, blogs, etc., would be helpful.
>>>
>>>
>>>
>>> --
>>> ---------------------------------------------
>>> Ken Varn
>>> Senior Software Engineer
>>> Diebold Inc.
>>> MailID = varnk
>>> Domain = diebold.com
>>> ---------------------------------------------
>>>
>>>

>>

>
>


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Embedding Python in a multithreaded managed C++ application jens.hester@googlemail.com Python 0 10-16-2007 09:05 PM
Issues with assemblies referenced by a managed C++ web service Matthew Kane ASP .Net Web Services 1 05-16-2006 09:26 AM
forms authentication -- expired forms cookie vs. not provided forms cookie Eric ASP .Net Security 2 01-27-2006 10:09 PM
Embedding Windows/smart client controls in a Web Controls page Martin Eyles ASP .Net 2 02-21-2005 05:09 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57