Click here to Skip to main content
15,886,963 members
Home / Discussions / C#
   

C#

 
GeneralGet window content as bitmap Pin
sumeat8-Sep-03 14:10
sumeat8-Sep-03 14:10 
GeneralRe: Get window content as bitmap Pin
azusakt8-Sep-03 15:36
azusakt8-Sep-03 15:36 
Generaltcpclient stream read Pin
mikemilano8-Sep-03 13:12
mikemilano8-Sep-03 13:12 
GeneralRe: tcpclient stream read Pin
leppie8-Sep-03 16:05
leppie8-Sep-03 16:05 
GeneralRe: tcpclient stream read Pin
leppie8-Sep-03 16:05
leppie8-Sep-03 16:05 
GeneralRe: tcpclient stream read Pin
Nick Parker8-Sep-03 16:25
protectorNick Parker8-Sep-03 16:25 
GeneralRe: tcpclient stream read Pin
TimK8-Sep-03 16:19
TimK8-Sep-03 16:19 
GeneralExtand and access the internat Microsoft Office object structure Pin
gicio8-Sep-03 9:47
gicio8-Sep-03 9:47 
Hello!

We are currently struggling with a problem of extending Microsoft PowerPoint (PP) freehand line functionality.

Here is our objective:
Imagine you have a brush in your hand and you are drawing a line. You can easily change the thickness of this
line while drawing by controlling the pressure on the paper. So after you drew it the line has many different
thicknesses in it depending on how many times you changed the pressure while drawing. Back to PP…
We need something like a freehand line, but the output will not just be a line that has the same thickness on
the whole length of it. The thickness varies depending on some logic (black box) that is implemented by our
algorithm. Image you inherit from “freehand line” object and extend it by characteristics described in the brush
example (different thicknesses contained by one continuous line). We need something that behaves the same way
when you scale it (zoom) like lines in PP do. That means that the thickness of line is not affected by scaling,
opposite to objects in PP, which change their shapes while scaling.
We have written our own OLE server, which creates such line, but when we copy it into PP it becomes an object
that does not scale like a line - it changes its shape while scaling.

We think that one of possible directions could be to find out the structure and format of all possible object
types supported by MS Office (Lines, Shapes, objects, etc). Examine them and find the one that has the closest
match to our requirements. Then inherit from it, extend it and introduce it SOMEHOW to PP as a new custom drawing
object type/class. We have not found any information on types and formats or the possibility to extend the standard
graphical office objects types by custom graphical objects. Maybe if you spent a lot of $$ on MS Certificates and
you have a certain level of support this information and appropriate framework is accessible to you?

We think that this problem requires a real expert in MS Office Area therefore we post it here.

Any help will be gratefully appreciated.


Cheers,


gicio
GeneralJust a detailed question Pin
jphuphilly8-Sep-03 9:28
jphuphilly8-Sep-03 9:28 
GeneralRe: Just a detailed question Pin
leppie8-Sep-03 10:50
leppie8-Sep-03 10:50 
Questionwhat is the difference between [,] & [][]? Pin
yyf8-Sep-03 8:32
yyf8-Sep-03 8:32 
AnswerRe: what is the difference between [,] & [][]? Pin
David Stone8-Sep-03 9:06
sitebuilderDavid Stone8-Sep-03 9:06 
GeneralRe: what is the difference between [,] & [][]? Pin
Anonymous12-Sep-03 6:09
Anonymous12-Sep-03 6:09 
QuestionHow to realloc? Pin
yyf8-Sep-03 8:30
yyf8-Sep-03 8:30 
AnswerRe: How to realloc? Pin
Daniel Turini8-Sep-03 9:18
Daniel Turini8-Sep-03 9:18 
AnswerRe: How to realloc? Pin
Nemanja Trifunovic8-Sep-03 9:30
Nemanja Trifunovic8-Sep-03 9:30 
Generaliterating controls on the form Pin
mcgahanfl8-Sep-03 5:05
mcgahanfl8-Sep-03 5:05 
GeneralRe: iterating controls on the form Pin
Donald_a8-Sep-03 5:12
Donald_a8-Sep-03 5:12 
GeneralRe: iterating controls on the form Pin
Corinna John8-Sep-03 7:25
Corinna John8-Sep-03 7:25 
GeneralRe: iterating controls on the form Pin
Donald_a8-Sep-03 21:59
Donald_a8-Sep-03 21:59 
GeneralRe: iterating controls on the form Pin
mcgahanfl9-Sep-03 3:55
mcgahanfl9-Sep-03 3:55 
GeneralRe: iterating controls on the form Pin
mcgahanfl9-Sep-03 4:00
mcgahanfl9-Sep-03 4:00 
GeneralListView and Icon Size Pin
malz8-Sep-03 4:33
malz8-Sep-03 4:33 
GeneralRe: ListView and Icon Size Pin
malz8-Sep-03 5:26
malz8-Sep-03 5:26 
GeneralPreviously focused control Pin
HJo8-Sep-03 2:49
HJo8-Sep-03 2:49 

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.