Click here to Skip to main content
15,895,827 members
Home / Discussions / C#
   

C#

 
AnswerRe: compare pictures of different sizes Pin
Luc Pattyn15-Jun-09 10:45
sitebuilderLuc Pattyn15-Jun-09 10:45 
GeneralRe: compare pictures of different sizes Pin
netDeveloper15-Jun-09 10:53
netDeveloper15-Jun-09 10:53 
GeneralRe: compare pictures of different sizes Pin
Luc Pattyn15-Jun-09 10:58
sitebuilderLuc Pattyn15-Jun-09 10:58 
GeneralRe: compare pictures of different sizes Pin
I Believe In GOD15-Jun-09 12:01
I Believe In GOD15-Jun-09 12:01 
GeneralRe: compare pictures of different sizes [modified] Pin
Luc Pattyn15-Jun-09 12:04
sitebuilderLuc Pattyn15-Jun-09 12:04 
GeneralRe: compare pictures of different sizes Pin
I Believe In GOD15-Jun-09 12:11
I Believe In GOD15-Jun-09 12:11 
GeneralRe: compare pictures of different sizes Pin
Luc Pattyn15-Jun-09 12:42
sitebuilderLuc Pattyn15-Jun-09 12:42 
QuestionWord automation - selecting a part of the document Pin
dptalt15-Jun-09 8:56
dptalt15-Jun-09 8:56 
I'm using Word automation to open a document that has some areas protected. I'm trying to figure out how to select the unprotected area of the document. How can this be done?

As a solution I recorded a macro inside Word that presses F8 five times which selects the unprotected section as I want. The marco code shows the following:

Selection.Extend
Selection.Extend
Selection.Extend
Selection.Extend
Selection.Extend

What is the syntex in C# if I wanted to use Selection.Extend?
AnswerRe: Word automation - selecting a part of the document Pin
led mike15-Jun-09 9:57
led mike15-Jun-09 9:57 
GeneralRe: Word automation - selecting a part of the document Pin
dptalt15-Jun-09 10:09
dptalt15-Jun-09 10:09 
GeneralRe: Word automation - selecting a part of the document Pin
led mike15-Jun-09 10:25
led mike15-Jun-09 10:25 
GeneralRe: Word automation - selecting a part of the document Pin
DidiKunz15-Jun-09 22:16
DidiKunz15-Jun-09 22:16 
QuestionApplication that modifies packets read from an Ethernet card Pin
mouthpiec15-Jun-09 8:49
mouthpiec15-Jun-09 8:49 
AnswerRe: Application that modifies packets read from an Ethernet card Pin
Henry Minute15-Jun-09 11:34
Henry Minute15-Jun-09 11:34 
GeneralRe: Application that modifies packets read from an Ethernet card Pin
mouthpiec15-Jun-09 21:13
mouthpiec15-Jun-09 21:13 
QuestionGet Checked value of a checkBox from thread different of the UI thread Pin
Zeokat15-Jun-09 7:20
Zeokat15-Jun-09 7:20 
AnswerRe: Get Checked value of a checkBox from thread different of the UI thread Pin
I Believe In GOD15-Jun-09 8:36
I Believe In GOD15-Jun-09 8:36 
AnswerRe: Get Checked value of a checkBox from thread different of the UI thread Pin
Luc Pattyn15-Jun-09 8:57
sitebuilderLuc Pattyn15-Jun-09 8:57 
AnswerRe: Get Checked value of a checkBox from thread different of the UI thread Pin
hwswin15-Jun-09 15:48
hwswin15-Jun-09 15:48 
QuestionAccessing an array from another function ? Pin
Jasmine Pomelo15-Jun-09 6:36
Jasmine Pomelo15-Jun-09 6:36 
AnswerRe: Accessing an array from another function ? Pin
dan!sh 15-Jun-09 6:43
professional dan!sh 15-Jun-09 6:43 
AnswerRe: Accessing an array from another function ? Pin
OriginalGriff15-Jun-09 6:49
mveOriginalGriff15-Jun-09 6:49 
GeneralRe: Accessing an array from another function ? Pin
Jasmine Pomelo15-Jun-09 10:38
Jasmine Pomelo15-Jun-09 10:38 
GeneralRe: Accessing an array from another function ? Pin
Luc Pattyn15-Jun-09 10:43
sitebuilderLuc Pattyn15-Jun-09 10:43 
GeneralRe: Accessing an array from another function ? Pin
Jasmine Pomelo15-Jun-09 11:07
Jasmine Pomelo15-Jun-09 11:07 

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.