Click here to Skip to main content
15,911,789 members
Please Sign up or sign in to vote.
1.33/5 (3 votes)
See more:
Hi, i'm trying to understand microsofts help website here
-> http://msdn.microsoft.com/en-us/library/bb688195(VS.85).aspx[^]

I've spent a good 5 hours trying to figure out how to implement the code they have on the website but i have ran into no such luck.

What i'm trying to do is, Extend the glass feature and Remove the Standard Frame. What i'm trying to accomplish can be shown 1/7 down the page, under the title "Removing the Standard Frame".

Then i want to be able to Drawing in the Extended Frame Window, which is further down under the title "Drawing in the Extended Frame Window".

I have included all needed DLL's, and done vast amount of searching but i am at my ends. If it is not to much to ask, can someone give me the code to do this, and if they have the time explain how your code does this?

Thank you!
Posted
Comments
[no name] 28-Nov-10 18:21pm    
Could you clarify the language you are using. Your questions says C# but the link is all for C++
thexcodec 28-Nov-10 18:28pm    
oh...that could be why its not working. I am using C#, in the .net framework 4.0 using VS 2010.
The code was compiling in c# just was not working, giving me run time exceptions.
I could not find the same resources in the MSDN that was specific to c#.
[no name] 28-Nov-10 21:36pm    
The code from the link you provided WILL NOT compile in a C# project. It is C++ code that has no equivalent in C#. If you want help then you must provide accurate, and truthful, information.
xcorporation 28-Nov-10 23:24pm    
Friendly Tip:

If you google - your answer must be in the first 1-10 results -- otherwise your search criteria is faulty.

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900