Click here to Skip to main content
15,922,533 members
Home / Discussions / C#
   

C#

 
AnswerRe: SPGroupCollection.Add exception Pin
WillemM12-Oct-06 22:20
WillemM12-Oct-06 22:20 
Questionhow add context help by pressing F1 key Pin
sikandarhayat12-Oct-06 20:51
sikandarhayat12-Oct-06 20:51 
AnswerRe: how add context help by pressing F1 key Pin
Stefan Troschuetz12-Oct-06 21:09
Stefan Troschuetz12-Oct-06 21:09 
Questiongetting a avi resource Pin
Parshant Verma12-Oct-06 20:40
Parshant Verma12-Oct-06 20:40 
AnswerRe: getting a avi resource Pin
AB777112-Oct-06 21:56
AB777112-Oct-06 21:56 
QuestionUse .Net library in C++ Pin
Ward12-Oct-06 20:13
Ward12-Oct-06 20:13 
AnswerRe: Use .Net library in C++ Pin
quiteSmart12-Oct-06 20:54
quiteSmart12-Oct-06 20:54 
AnswerRe: Use .Net library in C++ Pin
Nader Elshehabi13-Oct-06 13:02
Nader Elshehabi13-Oct-06 13:02 
GeneralRe: Use .Net library in C++ Pin
Ward15-Oct-06 20:40
Ward15-Oct-06 20:40 
GeneralRe: Use .Net library in C++ Pin
Nader Elshehabi16-Oct-06 4:09
Nader Elshehabi16-Oct-06 4:09 
QuestionSetting a form onto a panel. Pin
JacquesDP12-Oct-06 20:12
JacquesDP12-Oct-06 20:12 
AnswerRe: Setting a form onto a panel. Pin
AB777112-Oct-06 20:38
AB777112-Oct-06 20:38 
GeneralRe: Setting a form onto a panel. Pin
JacquesDP12-Oct-06 21:11
JacquesDP12-Oct-06 21:11 
GeneralRe: Setting a form onto a panel. Pin
AB777112-Oct-06 21:52
AB777112-Oct-06 21:52 
AnswerRe: Setting a form onto a panel. Pin
Andrei Ungureanu12-Oct-06 21:17
Andrei Ungureanu12-Oct-06 21:17 
GeneralRe: Setting a form onto a panel. Pin
JacquesDP12-Oct-06 21:38
JacquesDP12-Oct-06 21:38 
GeneralRe: Setting a form onto a panel. Pin
AB777112-Oct-06 21:52
AB777112-Oct-06 21:52 
GeneralRe: Setting a form onto a panel. Pin
JacquesDP12-Oct-06 22:07
JacquesDP12-Oct-06 22:07 
GeneralRe: Setting a form onto a panel. Pin
AB777112-Oct-06 22:30
AB777112-Oct-06 22:30 
AnswerRe: Setting a form onto a panel. Pin
darkelv12-Oct-06 23:16
darkelv12-Oct-06 23:16 
GeneralRe: Setting a form onto a panel. Pin
JacquesDP12-Oct-06 23:49
JacquesDP12-Oct-06 23:49 
Questionhow to find registry of com coponents Pin
vinay_inavolu12-Oct-06 19:46
vinay_inavolu12-Oct-06 19:46 
AnswerRe: how to find registry of com coponents Pin
mav.northwind12-Oct-06 20:02
mav.northwind12-Oct-06 20:02 
GeneralRe: how to find registry of com coponents Pin
vinay_inavolu12-Oct-06 20:29
vinay_inavolu12-Oct-06 20:29 
GeneralRe: how to find registry of com coponents Pin
mav.northwind13-Oct-06 0:48
mav.northwind13-Oct-06 0:48 
Yes, if the components are not registered correctly, the exception I've mentioned will occurr.
But, as with all exceptions, you can catch them ("that needs to checked") and then register the dlls yourself (using Process.Start("regsvr32 -s comdll.dll");) if you know where they're located.


Regards,
mav

--
Black holes are the places where God divided by 0...

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.