Click here to Skip to main content
15,905,071 members
Home / Discussions / C#
   

C#

 
GeneralRe: employee imformation list !!! Pin
fafal18-Jan-12 7:39
fafal18-Jan-12 7:39 
GeneralRe: employee imformation list !!! PinPopular
Shameel18-Jan-12 7:53
professionalShameel18-Jan-12 7:53 
GeneralRe: employee imformation list !!! Pin
fafal18-Jan-12 8:06
fafal18-Jan-12 8:06 
GeneralRe: employee imformation list !!! Pin
Shameel18-Jan-12 8:16
professionalShameel18-Jan-12 8:16 
GeneralRe: employee imformation list !!! Pin
fafal18-Jan-12 8:25
fafal18-Jan-12 8:25 
GeneralRe: employee imformation list !!! Pin
OriginalGriff18-Jan-12 8:33
mveOriginalGriff18-Jan-12 8:33 
GeneralRe: employee imformation list !!! Pin
Dave Kreskowiak18-Jan-12 9:48
mveDave Kreskowiak18-Jan-12 9:48 
GeneralRe: employee imformation list !!! Pin
Pete O'Hanlon18-Jan-12 10:05
mvePete O'Hanlon18-Jan-12 10:05 
GeneralRe: employee imformation list !!! Pin
Dave Kreskowiak18-Jan-12 9:47
mveDave Kreskowiak18-Jan-12 9:47 
GeneralRe: employee imformation list !!! Pin
V.19-Jan-12 21:54
professionalV.19-Jan-12 21:54 
GeneralRe: employee imformation list !!! Pin
fafal20-Jan-12 1:54
fafal20-Jan-12 1:54 
GeneralRe: employee imformation list !!! Pin
V.20-Jan-12 4:00
professionalV.20-Jan-12 4:00 
AnswerRe: employee imformation list !!! PinPopular
PIEBALDconsult18-Jan-12 4:54
mvePIEBALDconsult18-Jan-12 4:54 
AnswerRe: employee imformation list !!! Pin
SilimSayo18-Jan-12 9:49
SilimSayo18-Jan-12 9:49 
GeneralRe: employee imformation list !!! Pin
PIEBALDconsult18-Jan-12 10:33
mvePIEBALDconsult18-Jan-12 10:33 
Questioncreating cross reference with c# and office.interop Pin
shinboxe18-Jan-12 2:26
shinboxe18-Jan-12 2:26 
AnswerRe: creating cross reference with c# and office.interop Pin
Paramu197318-Jan-12 3:15
Paramu197318-Jan-12 3:15 
GeneralRe: creating cross reference with c# and office.interop Pin
shinboxe18-Jan-12 3:31
shinboxe18-Jan-12 3:31 
GeneralRe: creating cross reference with c# and office.interop Pin
Paramu197318-Jan-12 3:58
Paramu197318-Jan-12 3:58 
GeneralRe: creating cross reference with c# and office.interop Pin
shinboxe18-Jan-12 4:24
shinboxe18-Jan-12 4:24 
GeneralRe: creating cross reference with c# and office.interop Pin
Paramu197318-Jan-12 4:31
Paramu197318-Jan-12 4:31 
GeneralRe: creating cross reference with c# and office.interop Pin
shinboxe18-Jan-12 4:39
shinboxe18-Jan-12 4:39 
AnswerRe: creating cross reference with c# and office.interop Pin
Pete O'Hanlon18-Jan-12 4:54
mvePete O'Hanlon18-Jan-12 4:54 
you don't actually seem to be inserting the value at position 0. Taking a look at your assignments to oRefItem, you actually start at the length of the array (which would be after the end of the array). Surely you want to assign it here as arr.GetValue(0);

Forgive your enemies - it messes with their heads

"Mind bleach! Send me mind bleach!" - Nagy Vilmos


My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility


GeneralRe: creating cross reference with c# and office.interop Pin
shinboxe18-Jan-12 5:18
shinboxe18-Jan-12 5:18 
GeneralRe: creating cross reference with c# and office.interop Pin
Pete O'Hanlon18-Jan-12 5:24
mvePete O'Hanlon18-Jan-12 5:24 

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.